> For the complete documentation index, see [llms.txt](https://size.club/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://size.club/docs/playing-a-trial/the-bots-and-field-rating.md).

# The bots and Field Rating

You are the only human in your Trial. The other nine seats are bots: simulated traders running at measured skill levels on the same live markets you see.

Nine simulated traders. Same live markets. Known skill mix. That is the measuring stick.

## How to think about bots

Imagine a competitive match where:

* You are the only real player.
* Nine AI opponents play the same map on the same patch.
* Everyone sees the same prices at the same time.
* The game asks whether you outperformed opponents of a known skill tier.

That is a Trial. Bots are how the platform knows whether you traded well.

## Do bots cheat?

No. Bots trade under the same market data and the same scoring rules you do. No secret prices. No bonus points.

Some bots in the field are intentionally weaker than others. The platform mixes skill levels so the field feels like a real ladder.

## What is Field Rating?

Field Rating is a single number that tells you how hard your field is.

| End of the scale      | Rating | Meaning              |
| --------------------- | ------ | -------------------- |
| Easiest fields we run | 1125   | Softer bot lineup    |
| Hardest fields we run | 1775   | Strongest bot lineup |

Your Trial shows your field's rating on the briefing screen, with a marker on that scale.

Higher Field Rating means bots trade better on average. You need a sharper run to finish first. Lower means a softer field. Still hard. More forgiving.

## What is Glicko?

Each bot carries a skill rating built from a Glicko-style system (a cousin of chess ELO).

Skip the math. Keep the intuition:

* Every bot has a skill number based on how it has performed in past simulations.
* Stronger bots have higher ratings.
* Your score compares your trading to what a bot at that rating would have done in your markets.

During the fifteen minutes, your live score ranks you against the nine bots in the room, and the bot ratings set how hard average play is in that seat.

## Same markets, same clock

Every entrant, human and bot, trades the live market. Prices are real. Timing is real.

Everyone competes in the same fifteen-minute window. No old tapes for bots while you get live data.

## Multi-market fairness

You choose what to trade. Bots are scored against your book.

* Hiding in a dead market while bots fight elsewhere does not win.
* You can switch markets mid-Trial. The benchmark follows you.

## How bots relate to winning

Survive five eliminations. Finish #1 among the final five.

Bots eliminate each other too. Sometimes a weak bot saves you by being last at an elimination. Sometimes a strong bot knocks out another strong bot early. Focus on your rank.

## Common questions

<details>

<summary>Are bots other players?</summary>

No. Only you are human in that Trial.

</details>

<details>

<summary>Can I get an easy field every time?</summary>

Field Rating varies. Over many runs the system calibrates difficulty. You still have to trade.

</details>

<details>

<summary>Does a harder field give better rewards?</summary>

Yes. Field difficulty is matched to the Key tier: the bigger the Life a tier pays, the harder its fields, because owning that account demands the skill to beat them. Right now every field draws from the same pool because only the Alpha Key is live. As higher tiers ship, their fields get harder and their prizes get bigger.

</details>

<details>

<summary>Should I skip Trials when Field Rating looks high?</summary>

No. A high rating is not a warning, it is the standard. Every field we run is beatable, the prize is the same, and beating a hard field is the clearest proof you are ready for bigger tiers. If you want a feel for the field first, Practice is unlimited.

</details>

## Related

* [How scoring works](/docs/playing-a-trial/how-scoring-works.md)
* [How to win](/docs/playing-a-trial/how-to-win.md)
* [Trials overview](/docs/playing-a-trial/size-trials.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://size.club/docs/playing-a-trial/the-bots-and-field-rating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
