> For the complete documentation index, see [llms.txt](https://academy.horizonprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.horizonprotocol.com/english-v2/futures/futures-trading-on-horizon-protocol.md).

# Futures Trading on Horizon Protocol

Horizon Futures provides an excellent trading experience with the following four elements:

1\. [Liquidity](/english-v2/futures/futures-trading-on-horizon-protocol/liquidity.md): which facilitates improved accessibility and volume potential

2\. [Oracles](/english-v2/futures/futures-trading-on-horizon-protocol/oracles.md) /[ Fees](/english-v2/futures/futures-trading-on-horizon-protocol/fees-and-rebates.md): providing accurate data for precise contract settlements and reducing the risk of manipulation in a cost-effectiveness way.

3\. [Price Impact](/english-v2/futures/futures-trading-on-horizon-protocol/perpetual-futures-deep-dive/price-impact-function.md) / [Funding Rates](/english-v2/futures/futures-trading-on-horizon-protocol/perpetual-futures-deep-dive/dynamic-funding-rates.md): enhancing price stability, ensuring proper market functioning, and incentivizing efficient trading behavior to keep the contract’s price in line with the underlying asset.

4\. [Account Management (FAMS)](/english-v2/futures/futures-trading-on-horizon-protocol/account-management-fams.md): a middle-layer smart contract system that allows traders to intelligently manage their margin across perpetual futures markets and enables long, short and conditional orders.&#x20;

<br>


---

# 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:

```
GET https://academy.horizonprotocol.com/english-v2/futures/futures-trading-on-horizon-protocol.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.
