> For the complete documentation index, see [llms.txt](https://orcas-gg.gitbook.io/orcas.gg-guilds-and-games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orcas-gg.gitbook.io/orcas.gg-guilds-and-games/orcas-token/token-distribution.md).

# Token Distribution

The total supply will be 100,000,000 ORCA tokens minted as an ESDT (Elrond Standard Digital Token) and deployed on MultiversX Network Blockchain. No additional tokens will ever be created or minted. \
\&#xNAN;***ORCA token supply update \[July 2023]***\ <mark style="color:orange;">Presale token allocation:</mark> 100% burn, 5m ORCA - [MVX transaction details](https://explorer.multiversx.com/transactions/767bb38522403b3548b53a58ce69a1d09e48c3bb7c7ee77026bfff7ade3bc6b0)

***ORCA token supply update \[November 2023]***\ <mark style="color:blue;">Team token allocation:</mark>  90% burn, from 15m to 1.5m ORCA - [MVX transaction details](https://explorer.multiversx.com/transactions/3ba14471688bf7d2ca83bd92ff8b74620ad5be97b0344b8ca5eeace8a01eead8)\ <mark style="color:blue;">Treasury token allocation:</mark>  90% burn, from 15m to 1.5m ORCA - [MVX transaction details](https://explorer.multiversx.com/transactions/420b61355ad93593464e2cd734ce2d710c4f976fa20119186158ab8ddd310789)\ <mark style="color:yellow;">Advisors token allocation:</mark>  100% burn, 3m ORCA - [MVX transaction details](https://explorer.multiversx.com/transactions/1c6afb568f25b0c2170a773a99de7a840a229fe62e41b30ebfaa5068d72186dc)\
\
The tokens will be distributed to the following stakeholders:

|                      Allocation                      |                    Tokens                    |               Percentage              |
| :--------------------------------------------------: | :------------------------------------------: | :-----------------------------------: |
|  <mark style="color:green;">Orcas NFT Rewards</mark> | <mark style="color:green;">37,000,000</mark> | <mark style="color:green;">57%</mark> |
|  <mark style="color:green;">Orcas NFT Airdrop</mark> | <mark style="color:green;">25,000,000</mark> | <mark style="color:green;">38%</mark> |
|         <mark style="color:blue;">Team</mark>        |  <mark style="color:blue;">1,500,000</mark>  | <mark style="color:blue;">2.5%</mark> |
|       <mark style="color:blue;">Treasury</mark>      |  <mark style="color:blue;">1,500,000</mark>  | <mark style="color:blue;">2.5%</mark> |
| <mark style="color:yellow;">Advisors (burned)</mark> | <mark style="color:yellow;">3,000,000</mark> | <mark style="color:yellow;">0%</mark> |
|  <mark style="color:orange;">Presale (burned)</mark> | <mark style="color:orange;">5,000,000</mark> | <mark style="color:orange;">0%</mark> |

<figure><img src="/files/7x4iSyqssM48EgdL4VlE" alt=""><figcaption><p>ORCA Token Distribution</p></figcaption></figure>


---

# 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://orcas-gg.gitbook.io/orcas.gg-guilds-and-games/orcas-token/token-distribution.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.
