# Swap Tokens

Nika facilitates swapping tokens with an intent-based system that executes your transaction based on your desired outcome rather than a specific manual configuration. You can view and edit the proposed swap configuration for full control.

***

## Procedure

To swap from one token to the equivalent value of another:

{% stepper %}
{% step %}

### Select the token you want to exchange

Select the token that you want to sell. Choose or search from the first dropdown on the swap widget.

<figure><img src="/files/weOKIG40vQdfNmlgydES" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the token you want to receive

Select the token that you want to buy. Choose or search from the second dropdown on the swap widget.

<figure><img src="/files/lFvW1bynpyRN0d4vF6pJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter an amount to exchange

<figure><img src="/files/ad9oGwv5MOdG5hgGjQKe" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review and confirm the swap

Click Trade&#x20;
{% endstep %}

{% step %}

### You're done!

Your new token balances are reflected in your portfolio
{% endstep %}
{% endstepper %}


---

# 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://nikafinance.gitbook.io/docs/trade-and-earn/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.
