# Buy G-token "in IBO" phase

Please read [<mark style="color:blue;">here</mark> ](/dabots/bot-life-cycle-and-ibo.md)to understand about IBO phase.&#x20;

It is important to understand that, if a user wishes to buy bot's G-token when a bot is in IBO phase, the requirements are:

* He/she must [<mark style="color:blue;">stake to bots in IBO phase</mark>](/user-guide/users-with-robofi-wallet/stake-to-dabots/stake-to-bots-in-ibo-phase.md), and become "pioneer stake users" to contribute to bots' initial fund. So that he/she will have the privilege to buy bot G-tokens. The amount of G-token that he/she can buy will be auto-computed by smart contracts based on his/her staking amount.
* G-token price in IBO time is *commission-free* and at the cheapest price (aka, "IBO price"). After the IBO time, the G-token price will be higher, depending on bot settings.
* He/she must have VICS to be able to buy G-token.

Please read [<mark style="color:blue;">here</mark>](/dabots/bot-tokens.md) to understand more about bot tokens.

In the following example, the sToken is `sUSDT`, the DABot name is `Gemini`, the G-token name is `GemGToken`, and the C-token name is `GemsUSDT.` In the details of bot, it shows:

![](/files/XqoIZ561S2GAIzIBhqGN)

* `Gemini` is now in-IBO so it is denoted with `IBO END [countdown-timer]`
* The Max supply of`GemGToken` is 1000, in which 600 is for IBO supply (hence another 400 will be for "after IBO").
* In 600 `GemGToken` for IBO supply, bot already circulated 300 `GemGToken`  and there is still  300`GemGToken` available for the community.&#x20;
* The IBO price of each `GemGToken` is 10 VICS, in order to buy this, users must stake first and then users will be able to buy G-token at the IBO price and commission-free.&#x20;

Users must go through [<mark style="color:blue;">Stake to bot "in IBO"</mark>](/user-guide/users-with-robofi-wallet/stake-to-dabots/stake-to-bots-in-ibo-phase.md)  first, then he/she can continue with the following steps to buy G-tokens.&#x20;

**Step 1**: check again to see the max amount of G-token that is buyable for a selected bot, this number is auto-computed (by smart contracts) based on your staking. In this example, you can buy maximum 50 `GemGToken`

![](/files/i5ujzD1CjeWj54zD2qpT)

**Step 2**: click the `(+)` button to buy G-token

![](/files/qlxDSE5C2xixSW6nN96d)

**Step 3**: for the 1st time you buy Bot’s G-token, you will be asked to unlock your wallet, please click `Unlock wallet.`&#x20;

![](/files/9DfXkzdMXf93UlAKt0d5)

Input `wallet password`, and click `Confirm` to finish the unlock operation.

![](/files/NdBAd0V5NmV0Z4EMHtrh)

**Step 4**: Buy G-token, you can do as follows:

* Enter the amount of G-token you want to buy, the system will auto-compute the cost you need to pay(in VICS token). In this example, the price is 10 VICS/per G-token, so you will need to pay 250 VICS to buy 10 G-token. The commission fee is 1% but you do not need to pay this commission fee because you are buying G-token "in-IBO" phase. However, if users [<mark style="color:blue;">buy G-token "after-IBO"</mark>](/user-guide/users-with-robofi-wallet/buy-g-tokens/buy-g-token-after-ibo-phase.md), then users will need to pay commission fee.

![](/files/r2TXlqoBB4Jfqduv6uLO)

* OR, enter the cost (in VICS token) that you want to pay to buy G-token. The system will auto-compute the amount of G-token you can buy based on the cost (VICS) entered

![](/files/BtDDyhzETvP7ozQyF8qF)

* Click `Confirm` button on the screen above
* On the next screen, input your wallet password and click the `Confirm` button to finish the transaction to buy G-token

![](/files/NNcvldhyn0iuJgy0RdMw)

**Step 5**: Check the amount of G-token that you had bought. After buying G-token, the amount of your G-token is displayed on the screen as below. Click the button Vault <img src="/files/k4CTqeCrI6LuUIg0wpGi" alt="" data-size="original"> to see your G-tokens are in `VIP Vault`.

![](/files/PqfSgiMjbQ82gmhzDcbI)

The total amount of VICS that all users have spent to buy G-token of this bot will be shown in the "Total deposited" (VICS) when viewing bot details.&#x20;

[<mark style="color:blue;">Understanding more about Vaults for G-tokens</mark>](/user-guide/vaults/vaults-for-g-tokens.md)<mark style="color:blue;">.</mark>

Basically, all users' G-tokens are kept in [<mark style="color:purple;">Vaults</mark>](/user-guide/vaults/vaults-for-g-tokens.md) to be computed for, and distributed rewards. Later, users can:

* [<mark style="color:blue;">Harvest rewards from G-tokens</mark>.](/user-guide/users-with-robofi-wallet/harvest-rewards/harvest-rewards-from-g-tokens.md)
* Or, [<mark style="color:blue;">redeem G-tokens</mark>](/user-guide/users-with-robofi-wallet/redeem-g-tokens.md).


---

# 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.robofi.io/user-guide/users-with-robofi-wallet/buy-g-tokens/buy-g-token-in-ibo-phase.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.
