# MOOX Token

**Blockchain:** Binance Smart Chain

**Contract Address:** [0x30b832e2e98463d9130b822bd9f294287edd0422](https://www.bscscan.com/token/0x30b832e2e98463d9130b822bd9f294287edd0422)

This version of MOOX is a wrapper of the first version. So, it doesn't have an initial supply.

V2 supply will come out as V1 tokens are switched to V2.

The basic idea is having a fixed 5.000.000 total supply against the 100.000 initial supply of V1.

V1 is rebasing every 5 minutes and its total supply is increasing.

So, corresponding fixed V2 amount for switching from V1 is calculated by the below formula:

<mark style="background-color:orange;">V2Amount = V1Amount \* (100000 / Current total supply of V1) \* 50</mark>

Switching back to V1 is possible as well, and the formula of corresponding V1 amount for V2 is:

<mark style="background-color:orange;">V1Amount = (V2Amount / 50) \*  (Current total supply of V1 / 100000)</mark>

### Total Supply

Based on above introduction, the total supply of this version depends on the circulating supply of V1 and equal to: <mark style="background-color:orange;">Circulating supply of V1 \* (100000 / Current total supply of V1) \* 50</mark>

{% hint style="info" %}
Circulating supply of V1 can be fetched from <http://supply.moox.one/circulating>.

Current total supply of V1 can be fetched from <http://supply.moox.one/total> or [BscScan.](https://www.bscscan.com/token/0xD340652Ee6BE19a96cCfB1c1cFb6048ceDC87d4D)
{% endhint %}

### Team Wallets

<table><thead><tr><th width="160.33333333333331">Type</th><th>Address</th><th>Remark</th></tr></thead><tbody><tr><td>Protocol Fee</td><td>0xcc48a41eb8a809e29db3f6c2a7f38dc347239cca</td><td>0.1% of each trade over Pancakeswap MOOX/BUSD pair</td></tr><tr><td>Marketing</td><td>0x1358627e79dacce0cf73664f4116013f60fe29d5</td><td>5% of each lottery total prize</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.moox.one/tokenomics/moox-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
