> For the complete documentation index, see [llms.txt](https://docs.abstradex.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abstradex.xyz/guide/swap.md).

# Swap

<figure><img src="/files/Prk6ghO0Z5mx2oU6vcMJ" alt=""><figcaption></figcaption></figure>

**Getting set up to trade**

Before you can trade, you will need a wallet that is compatible with Zetachain Athens 3 Testnet.&#x20;

You can learn [How to Connect Wallet](/guide/how-to-connect-wallet.md) here.&#x20;

You will also need to have some ZETA tokens to trade with.

### Trading on the AbstraDEX exchange

1. Go to [Swap](https://exchange.abstradex.xyz/swap) page
2. Connect to your wallet
3. **Choose the token** you want to trade from the dropdown menu in the upper section.&#x20;

{% hint style="info" %}
*Whichever token you choose, you will need to make sure you have a sufficient amount of them in your wallet to trade with. Your balance is shown above the token dropdown menu.*
{% endhint %}

<figure><img src="/files/4lIlFpKxSvTbyB5jTfxe" alt=""><figcaption></figcaption></figure>

4. **Enter an amount** in the upper section to input the number of tokens you want to swap (spending amount). Or, enter an amount in the lower section to input the number of tokens you want to swap to (receiving amount).

<figure><img src="/files/FG8XLtHdslRtish7tZna" alt=""><figcaption></figcaption></figure>

5. Check all the details, and click the **Swap** button.

{% hint style="info" %}
If you are trading a token for the first time, you may need first to click "Enable xxx (your token)" to approve.
{% endhint %}

6. A window with more details will appear. Check the details are correct. When you are ready, click the **Confirm Swap** button. Your wallet will ask you to confirm the action.

<figure><img src="/files/vWBpqZsVFU9koYBmgty9" alt=""><figcaption></figcaption></figure>

7. After completing, you can check your transaction on blockchain explorer by clicking the link shown above.

<figure><img src="/files/CD80MiXx4arsz565f0nM" alt=""><figcaption></figcaption></figure>


---

# 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.abstradex.xyz/guide/swap.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.
