# TradeClash

## Docs

- [Trade Clash — Sealed-Lot Prediction Market Auction](https://serotolabs.gitbook.io/tradeclash/readme.md)
- [Quick Start Guide](https://serotolabs.gitbook.io/tradeclash/getting-started/quick-start.md)
- [How Auctions Work](https://serotolabs.gitbook.io/tradeclash/getting-started/how-auctions-work.md)
- [Core Mechanics: Streets, Bids & Reveals](https://serotolabs.gitbook.io/tradeclash/game-design/core-mechanics.md)
- [Lots & Categories](https://serotolabs.gitbook.io/tradeclash/game-design/lots-and-categories.md)
- [Bidding Strategy](https://serotolabs.gitbook.io/tradeclash/game-design/bidding-strategy.md)
- [Globe as Game Surface](https://serotolabs.gitbook.io/tradeclash/the-globe/game-surface.md)
- [Dashboard & Market Feed](https://serotolabs.gitbook.io/tradeclash/the-globe/dashboard.md)
- [System Architecture](https://serotolabs.gitbook.io/tradeclash/technical-documentation/architecture.md)
- [Polymarket Integration](https://serotolabs.gitbook.io/tradeclash/technical-documentation/polymarket-integration.md)
- [Roadmap](https://serotolabs.gitbook.io/tradeclash/about-trade-clash/roadmap.md)
- [Seroto Labs](https://serotolabs.gitbook.io/tradeclash/about-trade-clash/seroto-labs.md)
- [Legacy: Previous Game Concept](https://serotolabs.gitbook.io/tradeclash/about-trade-clash/legacy.md)
- [Historical: AI Leaders Concept](https://serotolabs.gitbook.io/tradeclash/legacy-documentation/ai-leaders.md)
- [Historical: Economic Models](https://serotolabs.gitbook.io/tradeclash/legacy-documentation/economic-models.md)
- [Historical: Tournament History](https://serotolabs.gitbook.io/tradeclash/legacy-documentation/tournament-history.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://serotolabs.gitbook.io/tradeclash/readme.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.
