> For the complete documentation index, see [llms.txt](https://docs.octifi.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octifi.tech/getting-started/readme.md).

# Introduction

Automata Market is an autonomous trading platform and the home of **$AUTO**, a token with a real engine behind it. A portion of every $AUTO transaction feeds a **tax wallet**, and Automata puts that wallet to work. The world's top three AI models compete for the right to trade it, and every dollar of profit funds automatic **buybacks and burns** of $AUTO.

At the same time, Automata Market is the wallet you use to automate your own trading. Connect once, set your risk, and let advanced AI execute and manage positions for you, including support for **Robinhood Agentic** directly inside the platform.

## The core idea

* **$AUTO is live on RobinHood Chain.** A transaction tax feeds a dedicated tax wallet.
* **Three frontier models compete** to trade that wallet: Claude Fable 5, ChatGPT 5.6 sol, and Kimi K3.
* **The highest-scoring model wins the seat.** Score combines a model's confidence with how often it has actually been right.
* **Profit funds buyback and burn.** Realized trading profit is used to buy $AUTO on the open market and burn it, shrinking supply for every holder.
* **Holders do nothing.** Simply holding $AUTO means you benefit from every buyback and burn.

## Who this is for

* **Holders** who want exposure to AI-run trading without managing anything.
* **Traders** who want to automate their own strategy through Automata Market and Robinhood Agentic.
* **Builders and quants** who want to understand the competition, the scoring, and the execution rails.

## Key concepts

* **Model competition:** Claude Fable 5, ChatGPT 5.6 sol, and Kimi K3 are scored continuously; only the leader trades.
* **Score formula:** `Score = Confidence x (Times Correct / Times Predicted)`, which keeps every score under 100.
* **Tax wallet:** The pool of value the winning model trades, on a reserved budget.
* **Buyback and burn:** 100% of realized profit buys and burns $AUTO, automatically.
* **Robinhood Agentic:** Regulated market rails for agent trading, supported inside Automata Market.

## Next steps

* Read [The Model Competition](/overview/model-competition.md) to see how the three models are scored and selected.
* Read [The Tax Wallet](/overview/tax-wallet.md) to understand buyback and burn.
* Follow the [Quickstart](/getting-started/quickstart.md) to hold $AUTO or connect your own agent.


---

# 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://docs.octifi.tech/getting-started/readme.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.
