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

# Tokenomics

## Supply

1,000,000,000 RECYV. Fixed at deployment, with no mint function — the supply cannot be increased later by anyone, including us.

## Allocation

100% to liquidity at launch.

There is no presale, no team allocation, no treasury, no advisor tranche, and no developer purchase. Nothing is held back and nothing vests, because there is nothing to vest.

|           |      |
| --------- | ---- |
| Liquidity | 100% |
| Presale   | none |
| Team      | none |
| Treasury  | none |
| Advisors  | none |

## Why nothing is reserved

A reserved allocation is a promise about future behaviour, and promises of that kind are worth exactly as much as the person making them. A fair launch replaces the promise with a fact anyone can check on-chain in under a minute.

It also keeps the token honest about what it is. RECYV is a payment option inside Recyv, not a funding instrument. There is no roadmap it unlocks and no revenue it claims a share of.

## What holding it does

Lets you pay a Recyv request in RECYV, the same as USDG, WETH or ETH.

That is the whole of it today. Anything else described elsewhere as planned is intent, not entitlement, and holding the token grants no claim on it.

## What it does not do

It does not entitle holders to fees — Recyv charges none. It does not confer governance. It is not required to create or pay a request, and Recyv works identically for someone who has never held any.

## Verifying this

The contract address is published at [recyv.xyz](https://recyv.xyz/#token). Supply, holders, and every transfer are readable on [Blockscout](https://robinhoodchain.blockscout.com).

Check it rather than taking this page's word for it. That is the point of publishing it this way.


---

# 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.recyv.xyz/the-recyv-token/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.
