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

# Tokenomics

**TOGGLE** launched on a Uniswap v4 launchpad on Robinhood Chain. There was no presale, no private round, and no team allocation. All 1,000,000,000 tokens went into the launchpad pool at T0. Buys filled the other side. That is the float.

{% hint style="success" %}
Fixed supply. No mint. No owner on the token contract. New TOGGLE cannot be created after launch.
{% endhint %}

## Supply

|                  |                              |
| ---------------- | ---------------------------- |
| **Ticker**       | TOGGLE                       |
| **Total supply** | 1,000,000,000                |
| **Chain**        | Robinhood Chain (4663)       |
| **Decimals**     | 18                           |
| **Launch**       | Uniswap v4 launchpad, public |
| **Genesis pair** | TOGGLE / USDG                |

100% of supply is circulating from the launchpad. Contributors buy on the same book as everyone else.

## How Value Accrues

TOGGLE is not a stake-to-print token. It is a buyback token.

Toggle DualPools charge a **0.30%** swap fee. Morpho vault yield above the pool’s recorded basis is harvested on a cadence. Both streams hit an on-chain **Fee Router** (`ToggleFeeCollector`). The router does not mint. It only spends protocol USDG.

```mermaid
flowchart TD
    Swaps[DualPool swap fees] --> Router[Fee Router]
    Vault[Morpho harvest] --> Router
    Router --> LPs[70% to DualPool LPs]
    Router --> Buyback[30% protocol take]
    Buyback --> Burn[50% market-buy and burn]
    Buyback --> Lock[30% market-buy and lock in genesis LP]
    Buyback --> Ops[20% treasury USDG]
```

## Fee Split

Every DualPool swap:

\| Share | Destination | What Happens | | --- | --- | | **70%** | DualPool LPs | Stays in the pool. Your LP share grows. | | **15%** | Buyback and burn | Router buys TOGGLE on the genesis pair and sends it to the burn address. | | **9%** | Buyback and lock | Router buys TOGGLE, pairs it with USDG, adds to genesis LP. LP tokens are locked. | | **6%** | Treasury | USDG held for audits, keepers, listings. No TOGGLE mint. |

Vault harvest (Morpho yield above basis) uses the **same 70 / 15 / 9 / 6 split**. LP principal cannot be skimmed. If a pool is down vs basis, harvest is zero.

{% hint style="info" %}
Example: a DualPool does $1,000,000 of volume at 0.30%. Gross fees are $3,000. LPs keep $2,100. $450 of USDG buys TOGGLE and burns it. $270 buys TOGGLE and locks it as genesis LP. $180 stays in the treasury as USDG.
{% endhint %}

## Buybacks

* Run on-chain through the Fee Router. No off-chain market maker for the protocol take.
* Cadence: at least weekly, or when the router holds more than a set USDG threshold.
* Buys hit the **TOGGLE / USDG** genesis pool (the launchpad graduation pair), not DualPool meme books.
* Burns are permanent. Locked LP cannot be withdrawn by the team.
* Every buyback transaction is public. Addresses are on [Contract Addresses](/contract-addresses.md).

## What TOGGLE Does Not Do

* It does not mint emissions to stakers.
* It does not take LP principal.
* It does not redirect DualPool inventory.
* Staking, if added later, can only receive treasury USDG or already-bought TOGGLE — never new supply.

## Genesis Pool vs DualPool

|      | Genesis (launchpad)                      | Toggle DualPools             |
| ---- | ---------------------------------------- | ---------------------------- |
| Pair | TOGGLE / USDG                            | Meme / USDG                  |
| Hook | None (plain Uniswap v4)                  | DualPool                     |
| Job  | Price TOGGLE, absorb buybacks            | Earn vault yield + swap fees |
| LP   | Launchpad liquidity, then locked add-ons | Open DualPool deposits       |

Buy the token on the genesis pair. Provide meme liquidity on DualPools. Fees from DualPools buy the token.


---

# 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.toggle.money/tokenomics.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.
