# Futures

### What Are Futures?

* **Futures contracts** are financial instruments that allow buyers and sellers to agree on the purchase or sale of an asset at a **fixed price** on a specified future date.
* These contracts are used for various purposes, including **speculation** (betting on price movements) and **hedging** (managing risk).
* The underlying asset can be a **commodity** (such as gold, oil, or wheat), a **security** (like stock market indices), or other financial instruments.

### Key Features of Futures Trading:

1. **Centralized Exchanges**: Most futures contracts are traded on **centralized exchanges**, such as the Chicago Board of Trade (CBOT) and the Chicago Mercantile Exchange (CME).
2. **Settlement**: Unlike options, which give the right but not the obligation to settle, futures contracts require investors to **settle** by either delivering the asset or offsetting the position before expiration.
3. **Leverage**: Futures provide **leverage**, allowing traders to control a larger position with a smaller amount of capital.
4. **Expiration Dates**: Futures contracts have specific **expiration dates**, after which they become invalid. Traders need to be aware of these dates.
5. **Perpetual Futures**: Some platforms offer **perpetual futures**, which don’t have an expiry date. Examples include certain cryptocurrency futures.

### Advantages of Futures Trading:

1. **Risk Management**: Futures allow hedging against price fluctuations. For instance, a farmer can lock in a price for their wheat crop.
2. **Liquidity**: Futures markets are highly liquid, enabling quick execution of trades.
3. **Diverse Markets**: Trade various assets—stock indexes, energy, currencies, cryptocurrencies, grains, and more.
4. **Access to Leverage**: Leverage amplifies gains (and losses), but use it wisely.

### Disadvantages of Futures Trading:

1. **Overleveraging**: High leverage can lead to substantial losses if not managed carefully.
2. **Expiry Challenges**: Traders must monitor and manage positions before contract expiration.
3. **Market Volatility**: Futures markets can be volatile, affecting both profits and losses.


---

# 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://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/futures.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.
