# Crosschain swap

Swapping crosschain with WOOFi is a breeze. Here's how to do it.

Select your source chain **(red)** and your destination chain **(blue)**. Then pick your input token and your output token from the drop-down menus **(orange)**.&#x20;

<figure><img src="/files/oRpDR7UAa9XDCaathkuM" alt=""><figcaption><p>Selecting the tokens and chains</p></figcaption></figure>

Now enter the number of tokens you want to swap in the input field **(green)**. This will enable you to see the paths that WOOFi will use to move token A on chain X to token B on chain Y **(white)**.

<figure><img src="/files/XbXyZrSUlPetZJ6qejzz" alt=""><figcaption><p>Entering the amount of tokens you want to move</p></figcaption></figure>

If you want to send tokens cross-chain to a different wallet, click the plus icon below the swap button and paste the destination address. Double-check to make sure it's correct, and click confirm. &#x20;

<figure><img src="/files/cVo4hSCbQijUcoaGfU0W" alt=""><figcaption><p>Send tokens to a different recipient address</p></figcaption></figure>

When you're ready, hit the swap button. If you don't have any gas money on the destination chain, click the tick icon (white) and WOOFi will make sure you arrive already fueled up. Use this window to review key info about your swap including the gas fee, trading fee, and more.

<figure><img src="/files/djWVx6h8i5wmcLi16Bl4" alt=""><figcaption><p>Arrive already fueled up</p></figcaption></figure>

Confirm the swap, sign the transaction in your wallet, and WOOFi will give you an estimated time until your transaction completes. You'll also be able to see in real-time the progress of your swap from start to finish. &#x20;

<figure><img src="/files/gcsZwpJZyk9LWGTsqoYO" alt=""><figcaption><p>Monitor the progress of your swap</p></figcaption></figure>

Once the transaction is complete, WOOFi will notify you, and your output token will automatically appear in your wallet on the new destination chain.

<figure><img src="/files/1DbmBgPh8IBVGNqsCOWt" alt=""><figcaption><p>Swap progress</p></figcaption></figure>


---

# 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://learn.woo.org/user-guides/crosschain-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.
