> 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/overview/tax-wallet.md).

# The Creator Fee Vault

Most creator fee tokens let fee wallets sit idle, or worse, quietly drain them. Selaciti treats that value as a working engine instead.

## How it works

1. Creator fees from every $CITI trade flow into the dedicated **Creator Fee Vault**.
2. The **winning model** from the competition trades that vault on a reserved budget.
3. When it closes a profitable trade, **100% of the realized profit** is routed to buy $CITI on the open market and **burn it forever**.

Buys create demand, burns shrink supply, and the mechanism is fully automated.

## Why trade it instead of letting it sit

We had three options for creator fees:

* Let them sit. Safe, but the value does nothing for holders.
* Manually spend them. Opaque, discretionary, and easy to abuse.
* Trade them transparently and route the profit back to holders.

We chose the third. Every design decision followed from it.

## Profit, then buyback, then burn

```
Realized profit  ->  Buy $CITI on the open market  ->  Burn forever
```

* Funded only by **realized profit**, never borrowed against future hope.
* Traded only with a **reserved budget**, never the full treasury.
* Executed on regulated rails through **Robinhood Agentic**, with per-trade visibility.

## What it means for holders

Hold $CITI and the Creator Fee Vault works for you. No staking, no claiming, no execution. Supply drops while you hold, powered by value the token is already generating. Hold 0.1% of total supply to unlock complete platform access.

See also: [The Model Competition](/overview/model-competition.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/overview/tax-wallet.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.
