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

# The ZBU Token

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

ZBU is a loyalty utility token based on Ethereum and the Binance Smart Chain that fuels the Zeebu platform for customers and merchants. The token smart contracts are developed with OpenZeppline contracts, leveraging their battle-tested libraries to enhance security and reduce vulnerabilities.

The ZBU token incorporates several technical features, including safeguards to prevent the accidental sending of tokens to the token address itself. This is achieved through the implementation of a “require” function that verifies the recipient is not the same as the token contract address. Additionally, ZBU includes a cliff and vesting function to lock a predetermined amount of tokens for a specified duration within designated contracts, such as liquidity pools. Custom bridges for the Binance Smart Chain and EVM chain have also been developed to facilitate the seamless movement of tokens between pools on different chains.

ZBU also includes several upgradability features. The token and vesting contracts themselves are not upgradeable, but the token outposts, which are the token contracts on other networks, are upgradeable as necessary to respond to changes in bridge contracts. Additionally, the loyalty reward contract is designed to be upgradeable to support the introduction of new loyalty use cases.

* **Token Name:** ZEEBU
* **Token Ticker:** ZBU
* **Standard:** ERC-20 , BEP-20
* **Max Supply:** 5,000,000,000
* **Circulating Supply:** 369,000,000
* **TGE:** 22-04-2023

### Official Smart-Contract for ZEEBU (ZBU) Token

{% tabs %}
{% tab title="ZBU - ETH (erc20)" %}

<figure><img src="/files/ooRUjqcOSSjpl7E2hpCZ" alt=""><figcaption><p><a href="https://etherscan.io/token/0xe77f6aCD24185e149e329C1C0F479201b9Ec2f4B">https://etherscan.io/token/0xe77f6aCD24185e149e329C1C0F479201b9Ec2f4B</a></p></figcaption></figure>

Token Contract: [0xe77f6aCD24185e149e329C1C0F479201b9Ec2f4B](https://etherscan.io/token/0xe77f6aCD24185e149e329C1C0F479201b9Ec2f4B)
{% endtab %}

{% tab title="ZBU - BASE (erc20)" %}

<figure><img src="/files/YGzNuDxtUyudaL60N3BJ" alt=""><figcaption><p><a href="https://basescan.org/token/0x2C8C89C442436CC6C0a77943E09c8Daf49Da3161">https://basescan.org/token/0x2C8C89C442436CC6C0a77943E09c8Daf49Da3161</a></p></figcaption></figure>

Token Contract: [0x2C8C89C442436CC6C0a77943E09c8Daf49Da3161](https://basescan.org/token/0x2C8C89C442436CC6C0a77943E09c8Daf49Da3161)
{% endtab %}

{% tab title="ZBU - BSC (bep20)" %}

<figure><img src="/files/ddd83QMl1H1oHlBpj1RN" alt=""><figcaption><p><a href="https://bscscan.com/token/0x4D3dc895a9EDb234DfA3e303A196c009dC918f84">https://bscscan.com/token/0x4D3dc895a9EDb234DfA3e303A196c009dC918f84</a></p></figcaption></figure>

Token Contract: [0x4D3dc895a9EDb234DfA3e303A196c009dC918f84](https://bscscan.com/token/0x4D3dc895a9EDb234DfA3e303A196c009dC918f84)
{% endtab %}
{% endtabs %}

## ZBU is also listed on popular price discovery websites like CoinMarketCap and CoinGecko

{% tabs %}
{% tab title="CoinMarketCap" %}

<figure><img src="/files/1Z0HJbLThYf3a892ohrH" alt="" width="375"><figcaption></figcaption></figure>

<https://coinmarketcap.com/currencies/zeebu/>
{% endtab %}

{% tab title="Coingecko" %}

<figure><img src="/files/y7M2WXJeKQQl9sH7XD6d" alt="" width="375"><figcaption></figcaption></figure>

<https://www.coingecko.com/en/coins/zeebu>
{% endtab %}
{% endtabs %}


---

# 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://zeebu.gitbook.io/zeebu-whitepaper-2.0/Eo5Icop4mRkIyIwSDGM8/the-zbu-token.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.
