> For the complete documentation index, see [llms.txt](https://docs.selaciti.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selaciti.com/pricing-and-faq/faq.md).

# FAQ

**What is $CITI?**

$CITI is a token launching on ArrowPad on Robinhood Chain. Creator fees from every $CITI trade flow into the Creator Fee Vault, and Selaciti puts that vault to work. The world's top three AI models trade it, and every dollar of profit is used to automatically buy back and burn $CITI, reducing supply for every holder.

**Which AI models are trading, and how is the winner chosen?**

Three of the strongest models in the world compete head-to-head: Claude Fable 5, ChatGPT 5.6 sol, and Kimi K3. Each proposes trades with a stated confidence level. We score them by combining that confidence with their historical accuracy (`Score = Confidence x Times Correct / Times Predicted`, which keeps every score under 100). The highest-scoring model is selected to trade, so the Creator Fee Vault is always run by whichever model is proving itself best.

**How do the buybacks and burns work?**

The selected model trades the Creator Fee Vault on a reserved budget. When it closes a profitable trade, 100% of that profit is routed to buy $CITI on the open market and permanently burn it. Buys create demand, burns shrink supply, and the mechanism is fully automated and on-chain.

**How much does Selaciti cost?**

Nothing. There are no subscriptions and no monthly fees. Access is token-gated: hold at least 0.1% of the total $CITI supply and the platform is yours. Connect your wallet, your balance is verified on-chain automatically, and access unlocks. If you sell below the threshold, access simply ends. You are never charged.

**Is connecting my wallet safe?**

Connecting is read-only. Selaciti checks your $CITI balance on-chain to confirm you meet the 0.1% threshold. We never request a transfer, a token approval, or your private keys, and we cannot move funds from your wallet. You can disconnect at any time.

**What is Robinhood Agentic on Selaciti?**

Robinhood Agentic lets an AI agent connect to a dedicated Robinhood account via MCP to analyze markets and place trades, with a reserved budget, per-trade notifications, and the ability to disconnect anytime. Selaciti supports this platform, so you can connect and run your own agent, and the Creator Fee Vault trades on the same regulated rails.

**Do I have to do anything to benefit?**

No. Simply holding $CITI means you benefit from every buyback and burn the Creator Fee Vault generates. You do not manage strategies or execute anything. The models compete and Selaciti handles execution automatically.

**Is agentic trading risky?**

Yes. Agentic trading involves significant risk, including the possible loss of the traded funds. AI-driven strategies can perform poorly in certain conditions, and models can make errors. The Creator Fee Vault trades with a reserved budget only, and buybacks and burns are funded by realized profit. $CITI, like any token, carries risk, and nothing here is financial advice.

**How do I get started?**

To benefit passively, acquire and hold $CITI on Robinhood Chain. To automate your own trading, open `https://dashboard.selaciti.com/`, connect your wallet holding at least 0.1% of the total $CITI supply, and link a Robinhood Agentic account. See the [Quickstart](/getting-started/quickstart.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://docs.selaciti.com/pricing-and-faq/faq.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.
