> 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

Selaciti is an autonomous trading platform and the home of **$CITI**, a token with a real engine behind it. Creator fees from $CITI trades flow into the **Creator Fee Vault**, and Selaciti puts that vault 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 $CITI.

At the same time, Selaciti is the platform you use to automate your own trading. Hold 0.1% of the total $CITI supply, connect your wallet 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

* **$CITI is live on ArrowPad on Robinhood Chain.** Creator fees feed a dedicated Creator Fee Vault.
* **Three frontier models compete** to trade that vault: 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 $CITI on the open market and burn it, shrinking supply for every holder.
* **Holders benefit automatically.** Simply holding $CITI gives you exposure to buybacks and burns. Hold 0.1% of total $CITI supply to unlock full platform access—no subscription or monthly fees.

## Who this is for

* **Holders** who want exposure to AI-run trading without managing anything.
* **Traders & Quants** who hold 0.1% of $CITI to unlock full platform access and automate strategies via Robinhood Agentic.
* **Builders** 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.
* **Creator Fee Vault:** The pool of value the winning model trades, on a reserved budget.
* **Buyback and burn:** 100% of realized profit buys and burns $CITI, automatically.
* **0.1% Access Gate:** Hold at least 0.1% of total $CITI supply in your connected wallet for full, perpetual access.
* **Robinhood Agentic:** Regulated market rails for agent trading, supported inside Selaciti.

## Next steps

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


---

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