> For the complete documentation index, see [llms.txt](https://docs.nabla.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nabla.fi/nabla-testnets/testnet-alpha/performing-a-swap.md).

# Performing a Swap

1 - Go to the Swap page[ **here**](https://app.nabla.fi/swap)**.**

2 - Connect your wallet by selecting the **Connect wallet** option.

3 - Your wallet will prompt you to connect to Ethereum Sepolia automatically. If not, connect to the Ethereum Sepolia Testnet via these Instructions [**here**](https://docs.nabla.fi/incentivized-testnet-alpha/connect-wallet-to-sepolia-testnet).&#x20;

4 - Select the asset you want to trade from the dropdown menu in the upper section. Your balance is shown after selecting an asset in the dropdown menu.

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

5 -  Select the asset you want to trade to in the lower section as above.

6 - A wallet pop-up with transaction details will appear. First you need to grant Nabla permission to spend your assets. Click **Next** and then **Approve** to enable spending USDC.

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

7 - After checking the transaction details, click the **Swap** button. Your wallet will ask you to confirm the action.

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

8 - That's it! A popup will inform you of the success or failure of your transaction.


---

# 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:

```
GET https://docs.nabla.fi/nabla-testnets/testnet-alpha/performing-a-swap.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.
