> For the complete documentation index, see [llms.txt](https://yubit.gitbook.io/yubit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yubit.gitbook.io/yubit/derivatives-trading/futures-faq/introduction-to-perpetual-futures.md).

# Introduction to Perpetual Futures

**Perpetual Futures** are futures contracts **without an expiration date**, allowing traders to go long (bet on rising prices) or go short (bet on falling prices) without holding any spot assets. They are one of the most widely used derivatives in the crypto market due to their flexibility, leverage options, and ease of use.

***

1. ### **Key Features of Perpetual Futures**

   1. #### &#x20; **No Expiration Date**

   &#x20; Unlike traditional futures, perpetual contracts do not expire and can be held indefinitely.

   2. #### &#x20; **Long and Short Trading**

   * **Long (Buy):** Profit when the price rises
   * **Short (Sell):** Profit when the price falls

   &#x20; This gives traders full flexibility in both bullish and bearish markets.

   3. #### &#x20; **Leverage Support**

   &#x20; Users can trade with leverage (e.g., 10x, 20x), allowing larger positions with a smaller amount of capital. However, leverage amplifies **both potential gains and risks**.

   4. #### &#x20; **Funding Rate Mechanism**

   &#x20; Perpetual prices may deviate from spot prices. To keep contract prices anchored to the underlying asset, traders periodically pay or receive a **funding fee**, depending on whether they are long or short.

***

2. ### **Advantages of Perpetual Futures**

   1. #### &#x20; **No Need to Hold Spot Assets**

   &#x20; You can open long or short positions directly without owning cryptocurrency beforehand.

   2. #### &#x20; **Flexible Trading**

   * Open or close positions anytime

   * Hold positions long-term

   * Adjust partial positions as needed

   3. #### &#x20; **Supports Multiple Trading Strategies**

   &#x20; Perpetual futures are suitable for a variety of strategies, including:

   * Trend following
   * Hedging spot positions
   * Volatility trading
   * Grid strategies
   * Copy trading strategies

***

3. ### **Risks of Perpetual Futures**

   &#x20; Although flexible, perpetual futures carry significant risks:

   1. #### &#x20; **Leverage Risk**

   &#x20; Higher leverage increases the likelihood of liquidation.

   2. #### &#x20; **Market Volatility**

   &#x20; Crypto markets can move rapidly, leading to large gains or losses.

   3. #### &#x20; **Liquidation Risk**

   &#x20; If your margin becomes insufficient to support your position, the system will forcibly close it (liquidation).

   4. #### &#x20; **Funding Fees**

   &#x20; Long-term positions may incur funding costs over time.

***

4. ### **Who Should Trade Perpetual Futures?**

   &#x20; Perpetual futures are best suited for users with:

   * Some trading experience
   * Understanding of leverage
   * Strong risk management skills

   <br>

Beginners should start with **low leverage**, **small position sizes**, and a full understanding of the risks involved.


---

# 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://yubit.gitbook.io/yubit/derivatives-trading/futures-faq/introduction-to-perpetual-futures.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.
