# Via BitMart

BitMart lists the token in the `ANT/USDT` market.

{% stepper %}
{% step %}

#### **Create a BitMart Account**

* Visit [BitMart](https://www.bitmart.com/)
* Click **"Sign Up"** and complete the registration process.
* Verify your identity (if required for your region).

{% hint style="info" %}
It is always good practice to enable 2FA when possible.
{% endhint %}
{% endstep %}

{% step %}

#### **Deposit Funds**

* Go to **Wallet > Deposit**
* Choose **USDT** and deposit funds from your preferred exchange or wallet.
  {% endstep %}

{% step %}

#### Buy

* Go to the [**ANT/USDT** trading pair](https://www.bitmart.com/trade/en-US?type=spot\&symbol=ANT_USDT).
* Enter the amount of you want to buy and place a **Market or Limit order**.
  {% endstep %}

{% step %}

#### **Withdraw (Optional)**

* If you prefer self-custody, withdraw your Autonomi Network Tokens to your [compatible wallet](/token/using-autonomi-tokens/holding/compatible-wallets.md) such as MetaMask.
* Go to **Wallet > Withdraw**, enter your wallet address, and confirm the transaction.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
In order to see your Autonomi Network Tokens in your wallet, make sure to [Add Arbitrum](/token/using-autonomi-tokens/holding/add-arbitrum-network.md) and [import the token contract](/token/using-autonomi-tokens/holding/import-the-autonomi-token.md).
{% endhint %}


---

# 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.autonomi.com/token/using-autonomi-tokens/buying/via-bitmart.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.
