# Crosschain swaps

<figure><img src="/files/1psYF9rdDPCy2C79tqGq" alt="" width="375"><figcaption></figcaption></figure>

<details>

<summary>Why was I charged more than I sent?</summary>

Performing cross-chain swaps requires you to pay an additional amount of gas tokens on the source chain in order to cover the gas fees required to conduct operations (e.g. swap) on the destination chain. Depending on the chain, congestion, and any other variables that may increase gas prices (these are not set by WOOFi) the amount required will vary.&#x20;

We include the exact amount of additional gas tokens charged in our confirmation window when submitting a swap. These are paid directly to Stargate/Layerzero, therefore we are not in control and are unable to refund. Please make sure that you understand this and have an appropriate amount of funds available to avoid any failed transactions.

<img src="/files/fJ5OCPPVu4gh2m69Hd6H" alt="" data-size="original">

</details>

<details>

<summary>I submitted a swap but I have not received the tokens yet</summary>

Once you submit a cross-chain swap, you will be able to see the status of your swap via the transaction hash we provide.&#x20;

Typically it only takes a few minutes to complete a transaction. However, transactions CAN take longer in certain circumstances. This is completely reliant on how much congestion is being placed onto the layerzero network. Transactions from Polygon may also take slightly longer (\~20mins without congestion) due to fundamentally different settings on layerzero and the way the chain interacts. Please see How do I check the status of my swap? If you are interested in checking the chain yourself.

</details>

<details>

<summary>How do I check the status of my swap?</summary>

Click 'View status' where you will be taken to layerzero and you can see the status of your swap.&#x20;

* PENDING - Your transaction is still being processed and has not been finalised.&#x20;
* DELIVERED - Your transaction has been delivered to the destination chain.

<img src="/files/PHrcQlWm0gRhjGkXiHfW" alt="" data-size="original">

If you have modified the gas amount for your swap, then your transaction will only be processed once gas fees reach the level you input.

</details>

<details>

<summary>Why am I being quoted too much on gas prices?</summary>

If you’re sure that the gas fees displayed are not just because of congestion on the chain, then it is likely that this is because of an RPC issue in your wallet provider. These also happen on certain wallets when switching chains.&#x20;

To fix this problem, head to <https://chainlist.org/> and follow the steps there to change the RPC on the chain that you are trying to use.&#x20;

Once done, refresh our site and try again

If the above doesn't work, it might be because you simply don't have enough gas for the crosschain transaction, try having at least $8 (mainnet might require much more) and then see if the gas prices show more reasonably.&#x20;

</details>


---

# 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/faqs/crosschain-swaps.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.
