> For the complete documentation index, see [llms.txt](https://docs.bulbaswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bulbaswap.io/products/how-to-swap-morph.md).

# How to Swap (Morph)

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

1\. Connect Your Wallet:

• Visit the <https://app.bulbaswap.io/swap/>

• Click on the “Connect Wallet” button on the top right corner of the homepage.

• Select your wallet provider and follow the prompts to connect.

2\. Select the Tokens:

• Once your wallet is connected, navigate to the “Swap” section on the platform.

• You will see two dropdown menus: “You Pay” and “You Receive.”

• In the “You Pay” section, select the token you wish to swap.

• In the “You Receive” section, select the token you wish to receive.

3\. Enter the Amount:

• Enter the amount of the token you want to swap in the “You Pay” box.

• The AMM will automatically calculate the amount of the new token you will receive based on the current market rates and liquidity available.

4\. Review Swap Details:

• Take a moment to review the details of the swap, including the exchange rate, liquidity provider fee, and estimated gas cost.

• Some platforms offer a “slippage tolerance” setting that you can adjust to prevent your transaction from failing due to price movements during the transaction process.

5\. Confirm the Swap:

• Once you’re satisfied with the details, click the “Swap” button.

• A confirmation window will pop up. Review the transaction once more.

• Confirm the transaction in your wallet. You might need to approve the tokens for trading if it’s your first time swapping these tokens.

6\. Transaction Submitted:

• After confirming the transaction, it will be processed on the blockchain.

• This can take from a few seconds to a few minutes, depending on network congestion and transaction fees.

• Once the transaction is confirmed, you’ll receive a notification, and the new tokens will appear in your wallet.

7\. Check Your Wallet:

• Open your wallet to confirm that the new tokens have been added to your balance.

• If there are any issues, check the transaction on a blockchain explorer by using the transaction hash provided post-swap.

&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bulbaswap.io/products/how-to-swap-morph.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
