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

# Markets & Assets

## Available assets

Battle Trade supports 60+ assets with real-time prices from **Pyth Network**, the same oracle infrastructure used by major DeFi protocols like Aave and Synthetix.

The core trading pairs in standard battles:

| Asset    | Symbol  | Description                                                   |
| -------- | ------- | ------------------------------------------------------------- |
| Bitcoin  | BTCUSDT | The benchmark. Highest liquidity, lowest relative volatility. |
| Ethereum | ETHUSDT | More volatile than BTC. Reacts to DeFi and L2 news.           |
| Solana   | SOLUSDT | The most volatile of the three. Bigger swings, bigger risk.   |

Hosts can configure which assets are available in their lobby. Some battles may restrict you to a single asset.

## Price feeds

All prices come from Pyth Network's Hermes endpoint, updated multiple times per second. These are the same prices used by real DeFi protocols on-chain.

* No artificial spreads
* No delayed feeds
* No price manipulation by the platform

## Volatility events

Hosts and the algorithmic engine can trigger lobby-wide volatility events that affect price feeds for everyone:

| Event            | Effect                                             |
| ---------------- | -------------------------------------------------- |
| Circuit Breaker  | Sudden price drop                                  |
| Moon Shot        | Steady price pump over 60 seconds                  |
| Volatility Spike | Rapid oscillating price swings                     |
| Dead Cat Bounce  | Price drops, briefly recovers, then crashes harder |
| Margin Call      | Simulated margin pressure, 5-10% drop              |
| Leverage Surge   | Momentum boost, 5-15% spike                        |
| Wild Card        | Random swing between -15% and +15%                 |
| Blackout         | Trading locked for all participants                |
| Reversal         | Inverts the current trend direction                |

These simulate real market conditions. Learning to trade through them is part of the skill.


---

# 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://docs.battle.fyi/the-game/markets.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.
