# How to Swap tokens

* Navigate to [blue.kujira.app/swap](https://blue.kujira.app/swap)
* Connect on the top right to your Keplr or Sonar wallet by clicking the connect wallet button and selecting the corresponding wallet (Keplr or Sonar)<br>

<figure><img src="https://lh4.googleusercontent.com/3_kk5Llb_AiG6dbLjUsVmcjlDnSVbZl6JPGVhG__BQufqcKPuvrcahPyHAOtf4_lIJsF_f68k2kW0PRw9gAphLzLuzKV8_un7SlpfJxxS2Nsjb9dMqOmOLG4odoxaqlLBU080tADol27Nrs6QseT5EM" alt=""><figcaption></figcaption></figure>

* On the left side, select an asset from the list that you would like to trade away
* On the right side, select the token that you would like to receive upon swapping (you can only choose tokens that have direct FIN pairs with the asset you first chose). Let's call this Token A.

<figure><img src="https://lh6.googleusercontent.com/w8GYFecJFp5SJqZgHyO5z5JW2OjAvnqcjlbmzaFX3dUeirvhVtRX4iE_U-BuAaKUc64YyoG3JQetCbhlOV8douNtW6h9zY3Dv69ic_WTF3rRxWYf8Pv2tDWBomyIYW0RJCyfrgEbTTsOO1vC7qEtgSo" alt=""><figcaption></figcaption></figure>

* Back on the left side, enter the amount of token A that you’d like to sell. On the right side, the corresponding amount of tokens to be bought, will be displayed. Let's call this token B.<br>

<figure><img src="https://lh6.googleusercontent.com/2Or758L1lRPVYqvZ4F0TxqOtcmit_x7qHU81CWg5Ax12VWYDt1P47IphAWRWk1zNjDWfSoXpkwRNKiHm3NeXitvi3ofkhIlUMBp1QbKzoqx0y1C3xBOaH4D4YThne3YITTffLdRJRkG0FL87Bprl-ko" alt=""><figcaption></figcaption></figure>

* Next, if you would like to trade using advanced settings, click the toggle next to the white text that reads “Advanced”, otherwise skip to the second to last step.

<figure><img src="https://lh5.googleusercontent.com/jpOT73GjAGV1lPwEpXQi-3HBf1sUz-Kt_h7AY_EyRwHzCWneftadwUqFpdM2rUQv_P5gHzECghsF1N7yXGEA7IA9LRhAWRbI_W4MXmywiFFR4huayMqpGoVnhkN1TA4ub0XVGzWeudqZaQwUbAqZdOU" alt=""><figcaption></figcaption></figure>

* By clicking on "Advanced", swap fee, price impact, and slippage limits are displayed. Choose a desired slippage limit. (Lower slippage is better when possible)
* Next, if you would only like to trade at a fixed swap price based on the two assets’ current prices, click the white text “Fixed Price swap", if not skip down to the second to last step.
* Fixed Swap Rate (the current amount of token B bought per every token A sold), return after fees, and estimated amount filled instantly are displayed. Select the BLUE fixed price swap button if you’d like to swap using the current fixed rate.
* Otherwise, select the BLUE instant swap button and pay gas fees.


---

# 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.kujira.app/dapps-and-infrastructure/blue/product-guides/how-to-swap-tokens.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.
