> 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/swap.md).

# Swap

1\)Visit iZUMi website: [click here](https://izumi.finance/)&#x20;

Locate in the top right corner and click the "Connect Wallet" button to connect metamask wallet. Also, switch to “BNB-Chain” in your wallet's network settings.

![](https://lh4.googleusercontent.com/sLc033Toio1m4xV90GcyCFzcgQMsiQhRxvwsrXaW8LEhzhfRiMBKYj7RVJTK61lu8N3IK-y6HmPBhK4oTdiUEDSXIfOq0-jfEIr1Zk-ixBiEwhxtRaJcejU7f3iZK00XfwYMHT7YB9NHIZ9Xxg)

2\)Select tokens to swap. The top token or "from" placeholder depicts the token you own, while the second token or "to" placeholder represents the token you receive after the successful swap.

![](https://lh6.googleusercontent.com/eQfavjO5WfwFdqVoPEYL7326OuyUQUFOyt1lMjbWTgWsXRkLFrHtaYClSnySeWFRjB3nfg_1X7iv9ys8TGE-kyvIXbQ3hbbpKHBZHXHGXL1e1W6dinpQGCTUonR--YMe6FTBRHvmRQSlHCRyQw)

3\)Click the “Swap” ,and click “Confirm” on Metamask. Step4:Wait for a bit. If the transaction is successful, a message will appear in the bottom right corner of the page.

![](https://lh3.googleusercontent.com/r5-NkUodry5YXJIf0izV_W1jrzZ9na93bk2iL6gxjHbOU8K-s3pShb4U_QNuP7w2SvYuKNmruxWtNZLT0vo03kkAFo0MZGIgM-MDIRmLlexzHWYK8jHPuzhC_EZeNM0L_sgxSUYoe92JG96mDA)

4\)Wait for a bit. If the transaction is successful, a message will appear in the bottom right corner of the page.

![](https://lh3.googleusercontent.com/uzd6iy58n4b48YNGVe2pU6azWjMkfXiBoPGFhw7N7wpe_K14V9YfFGKbiwlPWD4HAPPOBOCH437IpRZ3YP1-aHyX8j1I6urbkQ1AIB9PFOtwbNeUwz3o1dMqMXhOqjSV4tBZ6Ye1HiEzBscCOg)


---

# 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/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.
