> 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/getting-started/quickstart.md).

# Quickstart

There are two ways to use Selaciti: hold $CITI and benefit from the Creator Fee Vault automatically, or hold 0.1% of the total $CITI supply to unlock full platform access and automate your personal trading.

## Path A: Hold $CITI (passive)

You do not need to connect anything or manage a strategy. Holding $CITI is enough.

1. **Acquire $CITI** on ArrowPad on Robinhood Chain.
2. **Hold.** Creator fees from trades feed the Creator Fee Vault.
3. **Benefit automatically.** The winning model trades the Creator Fee Vault, and 100% of realized profit buys back and burns $CITI, reducing supply for every holder.

That is the whole flow. No staking, no claiming, no execution.

## Path B: Unlock Platform Access & Automate Trading

Selaciti provides complete token-gated trading automation powered by our 8-layer intelligence stack and Robinhood Agentic integration.

1. **Hold 0.1% of $CITI:** Ensure your wallet holds at least 0.1% of the total $CITI supply.
2. **Open Selaciti** at `https://dashboard.selaciti.com/` and connect your Web3 wallet (read-only verification).
3. **Verified automatically:** On-chain verification unlocks full platform access instantly with zero subscription fees.
4. **Connect via Robinhood Agentic:** Paste Robinhood's MCP URL to link a dedicated agentic account.
5. **Fund a reserved budget & set risk:** Set reserved funds and risk tolerance.
6. **Run your strategy:** Advanced AI models execute and manage positions, with per-trade notifications and the option to disconnect anytime.

## Best practices

* Start with a small reserved budget and tight risk limits.
* Review [Robinhood Agentic](/architecture/robinhood-agentic.md) and [Security & Compliance](/security-and-compliance/security-and-compliance.md) before going live.
* Agentic trading carries real risk, including loss of the traded funds. Nothing here is financial advice.


---

# 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/getting-started/quickstart.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.
