> 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/formats.md).

# Battle Formats

Three formats, each rewarding a different style.

## Blitz

The default. Fast rounds (3-5 minutes), high intensity. You need to make decisions quickly and size positions aggressively. Favors traders who can read momentum and act on it.

Best for: Quick sessions, learning fast, high-energy competition.

## Elimination

Multiple rounds with bottom-cut elimination after each one. Typically the bottom 25% get cut per round. Survive every round and finish with the best return to win.

Best for: Consistency under pressure. You don't need to be the best every round, just never be the worst.

## Marathon

The longest format. Cumulative scoring across many rounds. No elimination between rounds. Final ranking is based on total performance across the entire session.

Best for: Patient traders who manage risk well over time. One bad round doesn't kill you.

## Format comparison

|               | Blitz      | Elimination | Marathon        |
| ------------- | ---------- | ----------- | --------------- |
| Round length  | 3-5 min    | 5-15 min    | 15-60 min       |
| Rounds        | 1-3        | 3-6         | 5-10+           |
| Elimination   | End only   | Each round  | None            |
| Best strategy | Aggression | Consistency | Risk management |
| Session time  | 5-15 min   | 20-60 min   | 1-3 hours       |


---

# 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/formats.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.
