> For the complete documentation index, see [llms.txt](https://documentations.bizverse.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.bizverse.world/faqs/how-to-claim-purchased-bive-token.md).

# How to claim purchased BIVE token?

![](https://lh4.googleusercontent.com/QanjLWPZxaomT9m98D6kOHF5-WkUbwyIFPnx8RBRJh9-55RWvvuAIoonabd3tWjSfFOvZZa7nUdMUTsNRtU_l1Fat7TWyeZb1aI69P7dqiSe1HnSHvwih-1M-cT-7wzqx7m5i6q-)

To [Claim BIVE Tokens](https://bive.bizverse.io/), follow the instructions below.

## Step 1:&#x20;

### Get Started&#x20;

1. Go to <https://bive.bizverse.io/>. The page will display a message *“Please connect your wallet to see your token allocation”*, click <img src="/files/yPEXlirL1ye3lCJgeVIQ" alt="" data-size="line">

IMPORTANT:&#x20;

* Make sure the network is BNB Smart Chain (BSC)
* Connect to a registered wallet address, which you confirmed with Bizverse Team

(Make sure that you have downloaded and had a [MetaMask](https://metamask.io/) account. (Note: The website does not allow claiming tokens on mobile. Therefore, you must use MetaMask on computer). More detail here <https://www.youtube.com/watch?v=CcmJiJEPbyo>.)

&#x20;2\. Connected wallet to MetaMask, you will be in 2 cases:&#x20;

* If the user is not in any token rounds, the page will display a table like this.

<figure><img src="/files/4ftgpwmuLh6E46g4FTbr" alt=""><figcaption></figcaption></figure>

* If the user's account already has token rounds, the page will display a table like this.

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

The information in the table includes Round, Registered Amount, Released Amount, Remaining, Available.&#x20;

* Round: name round (Ex: Seed, Private,...)&#x20;
* Registered Amount (Total Amount): total tokens purchased by users&#x20;
* Released Amount: number of tokens the user received&#x20;
* Remaining: number of tokens that have not been unlocked&#x20;
* Available: number of tokens available to receive&#x20;

## Step 2: Claim BIVE Tokens

1. The user clicks <img src="/files/Kdqfoq3vH6eqRq4fwy8K" alt="" data-size="line"> to receive tokens in the corresponding round.&#x20;
2. A request to confirm the transaction pops up, click <img src="/files/QDiFQBLzyvBAHMIwg1h1" alt="" data-size="line">.&#x20;
3. After the transaction, the tokens from **Available** will be added to the **Released Amount**.&#x20;

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

### Other Functions&#x20;

Check the number of tokens available by clicking on the Metamask icon, clicking **Assets**.

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

Users can only receive tokens after a certain period of time, so after receiving, users can't receive more at that round immediately. The **Claim** button of other rounds will not be available while receiving tokens in a certain round.

<figure><img src="/files/x3ts9YiS8t54XRRfEE3I" alt=""><figcaption></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://documentations.bizverse.world/faqs/how-to-claim-purchased-bive-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.
