> For the complete documentation index, see [llms.txt](https://docs.izumi.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.izumi.finance/tutorial/how-to-use-iziswap/lite-version/limit-order.md).

# Limit Order

1\) Click “Limit Order” to the right of “Swap” window and select the token you'd like to trade. The token A at the top represents the token you want to sell, while the token B at the bottom you desire to receive.

![](https://lh5.googleusercontent.com/vwehhxKOLD4rHjtWU5FDhlduJqsrASSF6uHPc37XqMd7CrDwhUdwDpXMlzNfXpbf_MNStlMLMuNtV6Z1mJqx3yHKLFauCPdIk8u1OGG8fvLRYHrPN-MNT-n6uCyVqVoZ5GkP2HaHgfr756bJ_g)

Step2:Input the sum of token A you wish to swap and choose at what exactly price you want to receive your subsequent token B. Select the correct “Fee Tiers” and click “ADD” and confirm the transaction on MetaMask .

![](https://lh5.googleusercontent.com/d3rh3tp-aQOSJNW9OxlzuYiaQT3XUibDUjtG4CjNyqzC7fYs17lJXolrzGZG3JKcw_MOFVhDROhPKn2zu-RE-XDwvpWniiZLyE3ueRkJSrW44hLA0gnzMuRyLUQwujIUCvm1pt0OQhW3wKXRVg)

3\) You can learn more details in “My Orders”

<div align="left"><img src="https://lh3.googleusercontent.com/vzPTqBOh0vGHLeJtVpBFfgM8OE1q5HnMkEXMdnUevm9mLfrJf5MwhciPbjJxlYib_vCMAOha6Zdctabqb0fp9VgT0oO2zAvJdyNDM41TcHsaCURNa1AIHGhdE_h72Okzk8VXJqFrZrxZobhEVA" alt=""></div>

![](https://lh5.googleusercontent.com/6z3geFiXUTaPkwbM791i_P2qryuVS6dn4ysj4-myxIQGCQtPV6rxdhqJeGrWcyXwsaYxwPhHpStf5xlWXpn0vCUFg6UKILZyswGAsz8yoyegEeea63eYGnHWIURmu0TtOaCp3CrB13kpW9t_JQ)


---

# 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://docs.izumi.finance/tutorial/how-to-use-iziswap/lite-version/limit-order.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.
