# Which Crypto Currency do we accept?

{% hint style="info" %}
Unless specified, please do not use any smart contracts and always send the native token. Do not send any bridged / wrapped version of coins. These are not accepted and coin recovery is not possible.
{% endhint %}

| Asset Name | Chain                                                | Fees |
| ---------- | ---------------------------------------------------- | ---- |
| USDC       | ERC20, Polygon, Arbitrum One                         | 5%   |
| USDT       | ERC20, Polygon, Tron(TRC20), BNB Smart Chain (BEP20) | 5%   |
| Polygon    | Polygon                                              | 5%   |
| Solana     | Solana                                               | 5%   |

Please choose the crypto and chain you would like to pay with and let us know in the ticket. For example, USDT via BEP20, or SOL via Solana.


---

# 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-servers.zesty.group/orders-faq/which-crypto-currency-do-we-accept.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.
