# Via Uniswap

On Uniswap, Autonomi Network Tokens are listed as `ANT`.

{% stepper %}
{% step %}

#### **Set Up a Wallet**

* Download and install a [**compatible wallet**](/token/using-autonomi-tokens/holding/compatible-wallets.md) such as MetaMask
* Ensure your wallet is set to the [**Arbitrum One Network**](/token/using-autonomi-tokens/holding/add-arbitrum-network.md) (ARB)
  {% endstep %}

{% step %}

#### **Fund Your Wallet**

* You'll need some USDC in your wallet, ready to trade for `ANT` on Uniswap. If you don't have any already, you can buy it on a centralized exchange such as [Coinbase](https://www.coinbase.com/), [BitMart](https://www.bitmart.com/), or [Binance](https://www.binance.com/), and add it to your wallet.
* You'll also need a small amount of Ethereum (ETH) for gas fees to your wallet. We recommend you start with around $10 worth of ETH.
* Make sure you send the ETH on the **Arbitrum** network, ***not*****&#x20;on the ETH mainnet**.

<figure><img src="/files/8gLZV6UG96IygtG0Fxti" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Connect to Uniswap**

* Visit [Uniswap](https://app.uniswap.org/)
* Click **"Connect Wallet"** and select your wallet (e.g. MetaMask)
  {% endstep %}

{% step %}

#### **Swap USDC for ANT**

* Go to the [**ANT token page on Uniswap**](https://app.uniswap.org/explore/tokens/arbitrum/0xa78d8321b20c4ef90ecd72f2588aa985a4bdb684)
* Enter the amount of USDC you want to swap for Autonomi Network Tokens.
* Click **"Swap"** and confirm the transaction in your wallet.
  {% 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-uniswap.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.
