> For the complete documentation index, see [llms.txt](https://btoks-organization.gitbook.io/btok-swap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://btoks-organization.gitbook.io/btok-swap/btok-swap-shi-yong-jiao-cheng.md).

# Btok Swap使用教程

**1.  打开Btok，进入"我的"页面，点击右上方“Btok Wallet"按钮，注册/登录Btok Wallet钱包或导入您已有的钱包。**

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

**2.或进入任意公开群组，点击“买”按钮，进入兑换界面；或在Btok Wallet钱包首页点击右下方的“兑换”按钮进入兑换界面**

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

**3. 进入兑换交易页面后，点击正上方，选择您想要交易的网络。目前支持BNB Smart Chain、PEGO Mainnet、Polygon、Arbitrum One、Ethereum五种网络**<br>

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

&#x20;**4. 填写代币兑换信息**

4.1 点击▼选择或查找兑换币种和接收币种，设置想要兑换的代币数量，输入后系统会自动显示接收代币的数量。

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

4.2 可点击▼输入合约查找兑换币种和接收币种

<figure><img src="/files/9h9yw9iGQlCovslVjSYI" alt=""><figcaption></figcaption></figure>

**5.  选择滑点，点击“立即兑换”**

注意：若您选择的是除BNB以外的代币进行兑换，需要先进行“授权”，授权成功后再点击“立即兑换”进行兑换。

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

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

**6.  确认交易信息，选择“预估矿工费”**

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

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

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

**7.选择“确认支付”**<br>

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

&#x20; **8.输入钱包密码，点击“确定”**

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

**9.  完成交易。可以点击“在区块链浏览器查看”交易详情**

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


---

# 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://btoks-organization.gitbook.io/btok-swap/btok-swap-shi-yong-jiao-cheng.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.
