> For the complete documentation index, see [llms.txt](https://docs.merlinswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.merlinswap.org/tutorial/how-to-swap-on-merlinswap/okx-wallet-mobile.md).

# OKX Wallet(Mobile)

Step 1: Open the OKX App, and select Wallet from the top toggle.&#x20;

Click the “Discover” tab at the bottom to access the DApp “Discover” page.

You can find “MerlinSwap” in the “Rising stars” area.                                                                                    &#x20;

<img src="/files/tTKpLdT0qxFWnqXKk12z" alt="" data-size="original">

Step 2: Tap the "Connect Wallet" button and select OKX Wallet.<img src="/files/Whk5aS5Q34doknk4lzUF" alt="" data-size="original"><img src="/files/V5YDH1wWAHhbxvev3y46" alt="" data-size="original">

Step 3: Select the token you want to trade. The upper one indicates your sell, the down one represents your buy. Enter the amount you need to swap.                                                                           &#x20;

<img src="/files/k96Ps6UL1mspq18QXKvU" alt="" data-size="original">

Remember to keep some BTC reserved for paying gas fee!

Step 4: Tap the "Swap" button and confirm the transaction on OKX Wallet. And kindly wait a moment; your swap will be completed.

![](/files/a3bskPK7aLrJwAuN1B6E)![](/files/NjjI4y1kEpxs9tbTE80J)


---

# 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.merlinswap.org/tutorial/how-to-swap-on-merlinswap/okx-wallet-mobile.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.
