# Swap Guide For Crosschain Pool

{% hint style="warning" %}
A haircut fee is charged for each swap. The haircut fee retains in the protocol as a reserve, learn more at [Haircut (Swap Fee)](/concepts/fees/haircut-swap-fee.md)
{% endhint %}

Wombat Exchange's Crosschain Pool allows users to swap stablecoins seamlessly across various blockchains without having to bridge your assets.

In the initial alpha launch, users can swap USDT and USDC between BNB Chain, Arbitrum, and Ethereum, all in one place.

1. Connect your wallet by clicking `CONNECT WALLET` button on the top right corner of Wombat Exchange app: <https://app.wombat.exchange/swap>

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

2. Choose the source chain and the token you want to swap.

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

<figure><img src="/files/3wLUadlI8ZNEsSXfbOWD" alt=""><figcaption></figcaption></figure>

3. Enter the desired input amount. You may also click `MAX` to trade all your token balances.
4. Choose the destination chain and the token you want to swap to.
5. Once you enter the token amount on the source chain and choose both chains, details of the transactions will be displayed on the expandable card below the block, including:
   * **Minimum Received:** You can adjust the minimum received in the setting’s swap slippage tolerance option. Transactions will not go through if you cannot receive at least this amount.
   * **Gas on destination chain:** You will receive this amount in the destination chain when the crosschain swap is successful.
   * **Fee:** The transaction fee is charged. This fee is reflected in the total amount displayed.
   * **Estimate Delivery Fee:** This is the fee to deliver some gas tokens from the source chain to the destination chain (*You can modify the amount of gas tokens you want us to transfer in the SETTING*). Ensure you have some native token of the source chain in your wallet to pay this fee.&#x20;
   * **Price Impact:** The difference between the market price and the approximated price caused by the trade.

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

6. Click `APPROVE` to permit Wombat to access the asset. Once approved, click `SWAP` and confirm your action on the wallet app to go forward.
7. Once the transaction is successful, you may view the details by clicking `VIEW ON BSCSCAN (Arbitscan or Etherscan, depending on your source chain)`. Click `DONE` if you want to close the pop-up message and be redirected to the swap page.
8. You can keep track of the swapping process in the “Crosschain Swap Status" box at the end of the page.

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

{% hint style="info" %}
You may adjust Gas on Destination Chain, Slippage Tolerance and Transaction deadline in settings with a click of the icon at the top right corner.
{% endhint %}

<figure><img src="/files/W0iRkHKa0dN5Lki34jBs" alt=""><figcaption></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://docs.wombat.exchange/getting-started/swap/swap-guide-for-crosschain-pool.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.
