> For the complete documentation index, see [llms.txt](https://braindex.gitbook.io/braindex-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://braindex.gitbook.io/braindex-documentation/user-guides/how-to-make-a-swap.md).

# How to Make a Swap

With BrainDex, you can make your first successful swap in just six simple steps. Whether you’re a beginner or an experienced trader, our streamlined process will guide you through each step, ensuring a seamless and hassle-free trading experience.

Go to [https://www.braindex.io/swap](https://www.braindex.io/swap**).

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*gFt9_gPLI1vDXHw4p9uLWA.png" alt="" height="385" width="700"><figcaption><p>BrainDex</p></figcaption></figure>

Click on Moonbeam and choose your preferred network.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*Dzdfa1A1zsr9W4uEnARBjw.png" alt="" height="382" width="700"><figcaption><p>BrainDex Network Selection</p></figcaption></figure>

After selecting your preferred network, click on “Connect” on the right and choose the wallet you want to swap from.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*PXzfZtU-ZXQcDlSBIeRR9g.jpeg" alt="" height="383" width="700"><figcaption><p>Connect Wallet</p></figcaption></figure>

Search for and select the asset you want to swap and receive.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*g9HvRFqglHxzmFRz1BwX_Q.jpeg" alt="" height="383" width="700"><figcaption><p>Selecting Asset</p></figcaption></figure>

Below, you will see the Order Routing, associated fees, and the minimum amount you will receive.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*ZQ85jr3Y_H1NvX2Kp2YO3w.jpeg" alt="" height="382" width="700"><figcaption><p>Executing Swap</p></figcaption></figure>

Once you click “Swap,” you will receive a confirmation message indicating that the transaction has been sent, followed by a success confirmation as shown here.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*9e3HFNQ3Qm-qG-dkfowjEw.jpeg" alt="" height="380" width="700"><figcaption><p>Sent</p></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*aZoKdTGjl2WQfdwjX6OacQ.jpeg" alt="" height="381" width="700"><figcaption><p>Transaction Success</p></figcaption></figure>

Congratulations! You have just completed your first Smarter Swap with BrainDex!

<br>


---

# 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://braindex.gitbook.io/braindex-documentation/user-guides/how-to-make-a-swap.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.
