# Swapping

{% hint style="info" %}
**Note:** swapping does incur a 0.0069ETH fee for each NFT exchanged. If you swap 3 NFTs from your wallet, it will cost gas + 0.0207 ETH!
{% endhint %}

1. As a user entering SailorSwap you first need to choose a pool to swap from.

<figure><img src="/files/hI8BkncbVxhIgiLyJCLH" alt=""><figcaption><p>Select a Pool!</p></figcaption></figure>

2. Once your pool is chosen you can decide to swap between any number of eligible NFTs in your wallet and the assets available in the pool.

{% embed url="<https://youtu.be/ar02UvIbVIQ>" %}
Choose and approve NFTs
{% endembed %}

3. Swap! Submitting the swap transaction will exchange the selected NFTs.&#x20;


---

# 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.sail.fun/sailorswap/swapping.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.
