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

# Swap Guide

**Swap Engine**

**Token swaps** on Hakifi are a simple way to trade one token for another via automated liquidity pools on Monad.

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

* Select the token you'd like to swap
* Type the amount
* Select the token you would like to receive
* Click on “Review” button

### Swap Fees <a href="#swap-fees" id="swap-fees"></a>

When you make a token swap (trade) on the Hakifi , you will pay trading fees according to the type of liquidity pool your trade is being routed through. You may check the route details by clicking the magnifier icon on the “Route” section.

For Exchange V3 liquidity pools, there are currently four different fee tiers: 0.01%, 0.05%, 0.25%, and 1%. (V3 version will be updated soon)

For StableSwap liquidity pools, the fee rate depends on the individual pool configurations. Please check the “Fee” section for more detail.

For Exchange V2 liquidity pools, a fixed 0.25% trading fee is applied, which is broken down as follows:

* **0.17%** - Returned to Liquidity Pools in the form of a fee reward for liquidity providers.
* **0.0225%** - Sent to the Hakifi Treasury.
* **0.0575%** - Sent towards Hakifi buyback and burn.

<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://hakifi.gitbook.io/Hakifi/protocol/swap/swap-guide.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.
