> For the complete documentation index, see [llms.txt](https://serotolabs.gitbook.io/tradeclash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serotolabs.gitbook.io/tradeclash/legacy-documentation/ai-leaders.md).

# Historical: AI Leaders Concept

> **This is legacy documentation.** Trade Clash has pivoted from AI leader-driven prediction markets to a [sealed-lot auction game](/tradeclash/game-design/core-mechanics.md). This page is preserved for historical reference.

***

## Overview

The original Trade Clash featured six AI world leaders who processed two signals — Polymarket odds and Hivemind (crowd predictions) — before making economic decisions. Players predicted whether AI leaders would follow or fade the crowd.

## The Six Leaders

1. **CEO Elon Gates** (AmeriCorp) — Contrarian. Went against Hivemind consensus at 85%+ thresholds.
2. **Chairman Margin Lei** (MoonFactory) — Amplified divergences between Polymarket and Hivemind. Maintained a 5-round grudge memory.
3. **President Pavel Gazpumpsky** (PumpFederation) — Pure chaos agent. Usually did the opposite of Hivemind expectations.
4. **Commissioner Christine Laglord** (BailoutUnion) — Momentum follower. Trusted Hivemind over Polymarket.
5. **Chairman Ahmed Hodali** (OilCoinEmirate) — Treated extreme consensus (80%+) as exit liquidity.
6. **CEO Tony Shipton** (NasiHoldings) — Ignored noise. Only reacted to large divergences (>20 points).

## The Two-Signal System

* **Polymarket odds**: External prediction market prices (e.g., "Fed rate cut: 75%")
* **Hivemind**: Aggregated player crowd behavior within Trade Clash (e.g., "82% betting YES")

AI leaders saw both signals and processed them through their distinct personalities before deciding. The game was "reflexive" — player predictions became part of what the AI processed.

## Why It Was Retired

The pivot to sealed-lot auctions replaced AI-driven outcomes with player-vs-player competition. The new game focuses on valuation skill and bid strategy rather than predicting AI behavior.


---

# 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://serotolabs.gitbook.io/tradeclash/legacy-documentation/ai-leaders.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.
