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

# How to buy & farm CROX token?

#### Follow below steps to BUY $CROX

:shopping\_cart: **How to buy on Binance Smartchain (BSC)?**

1. Go to [**exchange.croxswap.com**](https://exchange.croxswap.com/)
2. **Connect** your wallet.
3. Use **Binance Smart Chain**
4. [Add Binance Smart Chain to Meta Mask or other wallets](/guide/metamask-installation.md#header-1)
5. Buy with the desired amount of BNB and click **Swap**
6. Confirm the Swap
7. Confirm on wallet
8. View on [**bscscan** ](https://bscscan.com/)to confirm
9. Congrats! You just bought **CROX**.

:shopping\_cart: **How to buy CROX on Heco Chain?**

1. Go to [**https://ht.mdex.com**](https://ht.mdex.com/#/swap?inputCurrency=0xa71edc38d189767582c38a3145b5873052c3e47a\&outputCurrency=0x381785593F9BAcE15aF908ac108b5f538155Ff3e)
2. **Connect** your wallet.
3. Use [**HECO Chain**](/guide/metamask-installation.md#header-1-1)
4. [Add HECO Chain to Meta Mask or other wallets](/guide/metamask-installation.md#header-1-1)
5. Buy with the desired amount of USDT and click **Swap**
6. Confirm the Swap
7. Confirm on wallet
8. View on [**Hecoinfo** ](https://hecoinfo.com/)to confirm
9. Congrats! You just bought **CROX**.

#### Adding liquidity and farming explained in the video...

{% embed url="<https://www.youtube.com/watch?v=jtvpPpDwzJg>" %}


---

# 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://docs.croxswap.com/faq/buy-farm-crox.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.
