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

# How to Swap Tokens

To swap tokens using **Convert** on [Flamingo.Finance](https://flamingo.finance), you will need:

* A computer (Mac or PC) connected to the internet
* An internet browser (like [Google Chrome](https://www.google.com/chrome/downloads/))
* An installed [Neo wallet](https://neo.org/neogas#wallets) with GAS tokens for transaction costs

1\. Go to [Flamingo.Finance](https://flamingo.finance) and select the **Asset Actions** tab.&#x20;

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

2\. Select **Connect Wallet**.

<figure><img src="/files/14RZIgaW95EmWp6x8nFa" alt=""><figcaption></figcaption></figure>

3\. Select a wallet to connect. For this example we'll connect **NeoLine**.

<figure><img src="/files/31WM4jp82tcNBkZBS7aX" alt=""><figcaption></figcaption></figure>

4\. Your NeoLine extension wallet will open. Select **Connect**.

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

5\. Your wallet is now connected. Return to Flamingo, and on the **Asset Actions** tab, select **Convert**.

<figure><img src="/files/0IJ2FVYl1Ajz6cAj6E2M" alt=""><figcaption></figcaption></figure>

6\. From the **From** dropdown menu, select the token you want to convert *from*. For this example we'll swap from GAS.&#x20;

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

7\. From the **To** dropdown menu, select the token you want to convert *to*. For this example we'll swap to bNEO.

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

8\. Enter the number of GAS you want to convert. For this example, we'll convert 2 GAS to 0.568 bNEO.

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

9\. Select **Settings** to adjust your Slippage and Deadline settings.&#x20;

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

10\. Check the details of the transaction and if you agree, select **Convert Now**.

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

11\. Your connected NeoLine wallet will open. If you agree with the transaction details, select **Yes**.

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

12\. Wait for your transaction to finalize, then select **Done**. Return to Flamingo and wait for the transaction success message. Select **Close**.

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

That's it! You have now officially swapped tokens using **Convert** on Flamingo Finance.


---

# 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://flamingo-1.gitbook.io/user-guide/all-user-guides/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.
