> For the complete documentation index, see [llms.txt](https://docs.tradoor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-perps-101/how-to-navigate-tradoors-perps-trading-page/what-does-open-interest-mean.md).

# What does "Open Interest" mean?

## **(D) Open Interest**

<div align="left"><figure><img src="/files/c43WD87IHpzzzLfR9tCH" alt="" width="188"><figcaption></figcaption></figure></div>

The "Open Interest" section refers to **the total number of outstanding contracts that have not yet been settled or closed.** It represents the total value of positions held by traders in the market. Here’s what it means:

**1. Market Activity:** High open interest indicates significant market activity and liquidity, as more traders are participating. Low open interest may suggest a lack of interest or activity in that particular asset.

**2. Trends and Sentiment:** Changes in open interest can provide insights into market sentiment. For instance:

&#x20;  \- Increasing open interest alongside rising prices may indicate a bullish trend, as new money is entering the market.

&#x20;  \- Conversely, increasing open interest with falling prices might suggest bearish sentiment.

**3. Risk Management:** Open interest helps traders gauge market sentiment and potential price movements, assisting them in making informed trading decisions.

Overall, it’s a key indicator for traders to assess the health and direction of the market for a specific crypto asset.


---

# 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.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-perps-101/how-to-navigate-tradoors-perps-trading-page/what-does-open-interest-mean.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.
