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

# CUBISwap Tokenomics

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

* **Ticker Symbol:** $CUBI
* **Chain:** opBNB
* **Max Supply:** 100,000,000
* **Start of Supply:** 7,000,000
* **Contract Address:**&#x20;

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

### W**hat is a Maximum Supply?**

Cryptocurrencies and tokens built on a blockchain have set up, algorithmically created release schedules. This means that we can accurately predict how many coins will be made by a specific time.

Max supply — the coins/tokens that will be ever produced. As soon as the maximum supply is reached, there will be no more of these coins or tokens minted.

{% hint style="success" %}
*The maximum supply of* $CUBI *tokens is **100,000,000***
{% endhint %}

### W**hat is a Total Supply?**

Total supply — tokens/coins that exist now. They can be in circulation or somehow locked.

**The formula for calculating is quite simple** 🔽

{% hint style="info" %}
*The sum of tokens/coins that were already mined (or issued) MINUS the total of coins that were burned or destroyed = Total Supply*
{% endhint %}

### W**hat is a Circulating Supply?**

Circulating supply — the tokens/coins that are publicly available and circulating in the market. It is possible for a cryptocurrency circulating supply to increase or decrease over time.

**The formula for calculating** 🔽

{% hint style="info" %}
*Total supply MINUS all the blocked tokens = Circulating Supply*
{% endhint %}

### W**hat is Market Capitalization?**

Market Capitalization (or Market Cap) in the blockchain industry refers to a measure of cryptocurrency market size or, in other words, the crypto asset's value.

**The formula for calculating** 🔽

{% hint style="info" %}
*Calculating Supply MULTIPLY BY the price of the crypto asset = Market Cap*
{% endhint %}

Use the **CoinMarketCap** website to track and analyze $CUBI conditions on the market.

## What Can I Do on CUBISwap?

* Exchange tokens with the lowest fees on opBNB
* Provide liquidity to the pool and earn income from token swap transactions
* Stake your LP tokens to earn $CUBI tokens&#x20;
* Stake $CUBI tokens to earn more $CUBI tokens&#x20;
* Stake $CUBI tokens to earn tokens of other projects&#x20;
* Stake tokens of other projects and earn $CUBI tokens in return&#x20;
* Earn referral rewards via our multi-type Referral Program
* Buy new tokens directly by participating in the Initial DEX Offerings (IDO)
* Buy/Sell NFT on CUBISwap NFT Marketplace with the lowest fees on opBNB
* Stake NFT to earn multiple tokens

## What is Cryptocurrency Burning?

Simply put, it means removing coins from circulation, thereby reducing the total supply. Tokens are usually transferred to a burn address during this process.

The tokens/coins get burned for two main reasons:

* To increase their value
* To keep their condition steady

**$CUBI Tokens Burn**

CUBISwap DEX has its Deflationary Mechanisms. Our platform always develops and aims to enhance ones. The **$CUBI** burn happens to keep the token valuable and less volatile.

{% hint style="warning" %}
***CUBISwap reserves the right in its sole discretion to change or amend the burning schedule at any time and for any reason.***
{% endhint %}


---

# 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://cubi-swap.gitbook.io/cubiswap/tokennomics/cubiswap-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.
