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

# Tokenomics

{% hint style="success" %}
**100% Circulating Supply**: As of 2024, all supply of VINU is now in circulation.&#x20;

The Distribution Plan has been completed.
{% endhint %}

{% hint style="info" %}
VINU (BEP20): [0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa](https://bscscan.com/token/0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa)
{% endhint %}

{% hint style="success" %}
**No Mint**: VINU cannot be minted. Supply can only decrease.
{% endhint %}

{% hint style="success" %}
**Renounced Contract**: The token contract ownership is renounced.
{% endhint %}

<figure><img src="/files/Hf6jjvZR1PZWF1AdlJ2Q" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pNtBADoEXqQOzZZtlySm" alt=""><figcaption></figcaption></figure>

The total supply of VINU at inception is 1 quadrillion (1,000,000,000,000,000). No more than this amount will ever exist. This means that there will be no inflation of VINU.

#### The initial distribution of Vita Inu (VINU) tokens was as follows:

* 10.00% is allocated to Presale
* 25.00% is allocated to Team
* 25.00% is allocated to DAO Reserves
* 10.00% is allocated to Scheduled Burns
* 11.00% is allocated to Development
* 10.50% is allocated to Marketing
* 5.00% is allocated to Staking Rewards
* 2.50% is allocated to Airdrops
* 1.00% is allocated to Voter Rewards


---

# 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://vinu.gitbook.io/whitepaper/fundamentals/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.
