> 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/tokenomics/revenue-sharing.md).

# Value Return to Holders

Selaciti does not ask holders to stake, lock, or claim to benefit. Value is returned to every holder at once through **buyback and burn**, while holding 0.1% of the total $CITI supply unlocks complete platform access.

## The mechanism

* The Creator Fee Vault is traded by the winning model on a reserved budget.
* When a trade closes in profit, **100% of that realized profit** buys $CITI on the open market and burns it.
* Burning reduces supply, which benefits every holder proportionally, automatically.

```
Realized profit  ->  Buy $CITI  ->  Burn forever
```

## Why buyback and burn instead of payouts

* **No action required.** Holders do not stake or claim anything.
* **Aligned with holding.** The benefit accrues to everyone who holds, not just active participants.
* **Transparent.** Buys and burns are on-chain and verifiable.
* **Funded by real profit.** The engine only acts on realized gains, not promises.

## Platform Access Gate

* Holding **at least 0.1% of total $CITI supply** in any connected wallet unlocks full access to Selaciti's 8-layer trading suite without subscriptions.

## Safeguards

* Trading uses a reserved budget only.
* Execution runs on regulated rails through Robinhood Agentic.
* The mechanism is automated and does not rely on discretionary treasury spending.

See also: [The Creator Fee Vault](/overview/tax-wallet.md) and [$CITI Tokenomics](/tokenomics/tokenomics.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/tokenomics/revenue-sharing.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.
