> For the complete documentation index, see [llms.txt](https://docs.rosswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rosswap.com/zh/product/sell.md).

# 卖出兑换

## 步骤一

先准备好FON矿工费以及你想要卖出的币种，通过去中心化钱包浏览器进入ROSSWAP到“兑换”界面。

进入到ROSSWAP页面后，选择好你需要卖出的币种，并输入你需要卖出数量，如果出现“允许调用授权”的提示，按照提示完成授权即可。

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

## 步骤二

授权完成后，点击下方兑换按钮，进入到确认卖出界面，再点击确认兑换按钮，按要求输入密码确认，提交交易即可。

<mark style="color:purple;">（如果点击兑换按钮提示失败，需要点击兑换栏右上角的设置按钮，把滑点调高一些就可以了。）</mark>

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

## 步骤三

卖出交易提交后，请耐心等待区块确认即可，区块确认完成后，你所卖出兑换的币种就会自动显示在余额里面了。

<figure><img src="/files/NpX17Z6bGfgvNbsIz59e" 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://docs.rosswap.com/zh/product/sell.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.
