# AshPerp Terms

{% content-ref url="/pages/1LgEPYAJgKNjowbEwEKA" %}
[Borrowing Fee](/getting-started/understand-ashperp/ashperp-terms/borrowing-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/ypQ0sN7LWbUgdopxVlIt" %}
[Spread](/getting-started/understand-ashperp/ashperp-terms/spread.md)
{% endcontent-ref %}

<table><thead><tr><th>Terms</th><th>Explanation</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Market Order</strong></td><td>An order to buy or sell a perpetual contract at the current market price, executed immediately.</td><td></td></tr><tr><td><strong>Limit Order</strong></td><td>An order to buy or sell a perpetual contract at a specific price or better. It is only executed when the market reaches the specified price.</td><td></td></tr><tr><td><strong>Open Interest (OI)</strong></td><td><p></p><p>Open interest is a critical metric that helps traders and analysts gauge market activity and sentiment. It represents the total number of outstanding contracts that have been entered into but not yet closed or settled by an offsetting trade. In other words, open interest tells you how many active positions exist in the market.</p><ul><li>When a trader opens a new long position, it increases open interest by one.</li><li>When a trader opens a new short position, it also increases open interest by one.</li><li>When a trader closes an existing position (either long or short), it decreases open interest by one.</li></ul></td><td></td></tr><tr><td><strong>Liquidation</strong></td><td>When a trader's position is forcibly closed by the exchange due to insufficient margin to cover potential losses.</td><td></td></tr><tr><td><strong>Margin</strong></td><td>The collateral or initial deposit required to open and maintain a leveraged position in a perpetual contract.</td><td></td></tr><tr><td><strong>Leverage</strong></td><td>The use of borrowed funds to increase the size of a trading position, allowing traders to amplify potential profits or losses.</td><td></td></tr><tr><td><strong>Positions</strong></td><td><p></p><p>In perpetual trading, traders can take either long or short positions.</p><ul><li>A <strong>long position</strong> means a trader is buying the perpetual contract with the expectation that the underlying asset's price will rise, allowing them to profit.</li><li>A <strong>short position</strong> means a trader is selling the perpetual contract with the expectation that the underlying asset's price will fall, enabling them to profit.</li></ul></td><td></td></tr><tr><td><strong>TP/SL Order</strong></td><td><p></p><ul><li><strong>Take Profit Order:</strong> A predetermined price level at which a trader intends to automatically close a position to secure profits.</li><li><strong>Stop-Loss Order:</strong> A predetermined price level at which a trader intends to automatically close a position to limit losses.</li></ul></td><td></td></tr><tr><td><strong>Oracle</strong></td><td>A trusted source of external data, often used to provide price information for derivatives contracts on DEXs.</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ashswap.io/getting-started/understand-ashperp/ashperp-terms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
