# Buy CELT Token

{% tabs %}
{% tab title="Have crypto - buy on uniswap" %}
If you are familiar with trading crypto onchain, its very simple:

* Transfer crypto to your web3 wallet on Polygon mainnet
* Visit the <https://app.uniswap.org/swap>
* Connect your wallet to Uniswap
* Be sure you are using uniswap on Polygon mainnet
* Ensure you left some cryptocurrency POL to execute the transaction (and also future ones)
* Select the token or cryptocurrency you want to swap, and for the token you want to buy, select CELT token
  * If you have trouble to find CELT you can find it by using this contract address: `TODO_CELT_TOKEN_ADDRESS` (address must fully match!)
* Sign the message and execute the swap. CELT tokens should arrive within a few seconds.
  {% endtab %}

{% tab title="Don" %}

#### What crypto to buy?

* We recommend purchasing MATIC tokens, as you will need them to pay for transaction fees later.
* We don't recommend swapping 100% of your MATIC for CELT, as you won't be able to stake or place bets without MATIC for fees.
* If you plan to make regular purchases, consider buying USDT or USDC, **but make sure they are on the Polygon network.**

#### Where to buy crypto

* Setup bank account with card on Revolut app that is available for apple and android
* Use cex exchanges such as binance, bybit or mexc.com
* Buy crypto P2P from community (be always cautious on P2P transactions to maintain security and legal risks)
* Use onramp solutions such as transak.com, guardarian.com or others
* Use alternative exchange options available on [www.bestchange.com](https://www.bestchange.com/)
  {% endtab %}
  {% endtabs %}

## Important Tips:

* **Network Fees**: Be aware of transaction (gas) fees on the Polygon network. You will need some MATIC in your wallet to cover these fees.
* **Slippage**: Adjust the slippage tolerance if necessary, especially during periods of high volatility.
* **Double-Check Addresses**: Always ensure you are using the correct contract address for the CELT token.
* **Security**: Use caution and ensure that you are interacting with the official Uniswap interface.


---

# 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.celestium.digital/tokenomy/celt-token/buy-celt-token.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.
