# Trading Flow

Every competition on Otter Trade follows the same core structure regardless of arena level.

## Funded Account

Each player receives a 5,000 USD simulated funded account at the start of every match. The starting capital is identical across all tiers, so your edge comes entirely from your trading decisions, not the size of your account. No real capital is at risk.

## Duration

Each match typically lasts 24 hours. During the final 3 minutes of every match, the arena enters a close-only mode where no new positions can be opened. Use this time to manage and close your existing positions before the match ends.

## Trading Assets

Each competition specifies one trading asset, for example SOL/USDT. Otter Trade currently supports crypto pairs, with commodities and stocks planned for future expansion.&#x20;

## Leverage&#x20;

Your available leverage is determined by your current tier:&#x20;

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Tier</th><th>Leverage</th></tr></thead><tbody><tr><td>Iron </td><td>1x </td></tr><tr><td>Bronze </td><td>1.2x </td></tr><tr><td>Silver </td><td>1.5x </td></tr><tr><td>Gold </td><td>2x </td></tr><tr><td>Platinum </td><td>2.5x </td></tr><tr><td>Diamond </td><td>3x </td></tr></tbody></table>

Higher tiers unlock greater leverage, rewarding consistent and compliant performance over time.&#x20;


---

# 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://docs.otter.trade/understanding-arenas/trading-flow.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.
