> For the complete documentation index, see [llms.txt](https://docs.trade.polynomial.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trade.polynomial.fi/trade/perp.md).

# Perp

Perpetual futures, also known as perpetual swaps, are a type of derivative contract that allows traders to speculate on the price of an underlying asset without an expiration date. This means that the contract can be held indefinitely, with the trader choosing to either hold the position or close it out at any time.

#### To read more on the basics of perp trading.&#x20;

{% content-ref url="/pages/z0fF3hSOXTxM5mQU3Pur" %}
[Basics of perp](/trade/perp/basics-of-perp.md)
{% endcontent-ref %}

#### To read more on the funding rate.&#x20;

{% content-ref url="/pages/oqrAr6gNz6mFR4vKddMu" %}
[Funding rate](/trade/perp/funding-rate.md)
{% endcontent-ref %}

#### to read more different types of orders

{% content-ref url="/pages/0BdFuk6w3k6N3dA4l6cC" %}
[Orders](/trade/perp/orders.md)
{% endcontent-ref %}

#### &#x20;To read more on the leverage.&#x20;

{% content-ref url="/pages/DGkUQhwvg9tHdTrVC0qh" %}
[Leverage](/trade/perp/leverage.md)
{% endcontent-ref %}

#### &#x20;To read more on the Jargon.

{% content-ref url="/pages/lx0lh7zStC62oIDugK4w" %}
[Jargon](/trade/perp/jargon.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trade.polynomial.fi/trade/perp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
