> For the complete documentation index, see [llms.txt](https://docs.frgx.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frgx.finance/buy.md).

# How to Buy FRGX Tokens

{% hint style="info" %}
To buy FRGX tokens, you will need Metamask or TrustWallet wallet.
{% endhint %}

You can purchase the token via Pancake Swap exchange[ ](https://pancakeswap.finance/)or FRGX.finance website[.  ](https://frgx.finance/)

If you are at the start and want to buy at the time of launch, it is better to buy on FRGX.finance.

If you are selling what you’ve bought, go to Pancake Swap.&#x20;

{% hint style="warning" %}
Don't send BNB, USDT, BUSD to the contract address! Buy FRGX tokens on the website or on the Pancakeswap exchange only.
{% endhint %}

## How to Purchase via Pancake Swap&#x20;

1. Go to <https://pancakeswap.finance/>
2. Connect your wallet.
3. Select "Trade" > "Swap" in the menu.

<figure><img src="/files/8oR3IlpEMDlLQc8NRzB3" alt=""><figcaption></figcaption></figure>

4. In the "From" field specify the coin you want to exchange. In our case, we need to insert the FRGX token contract.&#x20;
5. In the "To" field specify what you want to get in return.

{% hint style="info" %}
You must have at least **0.01 BNB** on your balance. All transactions on the PancakeSwap exchange are interactions with a smart contract, and for each action you need to pay a network fee.
{% endhint %}

6. There will be an automatic calculation of the price.&#x20;

{% hint style="warning" %}
Pay attention to the **"Price impact"** indicator. This is the deviation from the rate. If there is not enough liquidity to process the amount of your request, the percentage will increase. Make sure you are OK with the % deviation. For example, if it's 1% on a $100 request, you can get $99 worth of coins.
{% endhint %}

7. Click "Swap" to buy tokens on PancakeSwap.

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

8. A window will appear, where you need to make sure that your choice is correct once again and confirm your decision to swap tokens by clicking "Confirm Swap".

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

9. Your wallet will open, where you will need to confirm the spending of coins, plus some BNB will be charged as a network fee (the exact value will be shown by your wallet). In the meantime, the PancakeSwap website will wait for approval showing this status:

<figure><img src="/files/5cIivTGTZscr8OoyKUZl" alt=""><figcaption></figcaption></figure>

10. After the wallet confirmation, the transaction will be taken to the network. You have to wait for the BNB network to confirm it. Usually it takes a few minutes.

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

Your recent transactions are displayed in the "Recent Transactions" window. It can be opened by clicking on this icon → ![](https://lh7-us.googleusercontent.com/KjqwPaju4tzzrFOrjMtSgozgT-k2v7LUmiGoT3uvt2KktZKTojbbHRCprjD0k3NbpUCc1E3OA_SebBXEonag_Suq0Vgz-D4qSDb-Py7ROoZI-0BOuITnWr8UjqhTAcni0mUoZ_vAEANzKtZH1URQ_Cg)

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

## How to Purchase through FRGX.finance website

1. Go to <https://frgx.finance/>
2. You need to connect your wallet through the website.

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

2. Select the currency and number of tokens you want to purchase. Click the Approve button and after confirming the transaction, click the Swap button.&#x20;

{% hint style="success" %}
Unlike buying on PancakeSwap, **no slippage is used here**, and you will receive the amount of tokens exactly at the current exchange rate.
{% endhint %}

{% hint style="warning" %}
You must have at least **0.01 BNB** on your balance. All transactions are interactions with the smart contract, and for each action you have to pay a network fee.
{% endhint %}

<figure><img src="/files/IroiZc94NVQQOczJi19e" 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:

```
GET https://docs.frgx.finance/buy.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.
