> For the complete documentation index, see [llms.txt](https://help.wavesfunnynode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wavesfunnynode.com/documentation/zh/prefs/pian-hao-dui-huan.md).

# 偏好兑换

## 偏好兑换与代币

**偏好兑换** 是 WFN V2 最强大的功能之一。它允许你自动将获得的奖励兑换成 Waves 区块链上的其他代币

### 工作原理

当 WFN V2 引擎处理你的奖励时，它会检查你链上的偏好设置。如果你指定了“目标代币”，系统会在将奖励发送到你的钱包之前，自动通过去中心化交易所（DEX）将其兑换

#### 支持的兑换

你最多可以为奖励设置 3 组代币对：

1. **WAVES** → 你的目标代币（例如，USDT、WX）
2. **LP 代币** → 你的目标代币（例如，WAVES）
3. **UNIT 代币** → 你的目标代币（例如，WAVES）

#### 个性化 DEX 选择

在 WFN，我们相信完全掌控。虽然我们的系统默认采用智能路由方式为你寻找最佳汇率， **但每位用户和项目所有者都有权精确选择其代币通过哪个交易所进行兑换**

如果你对某个平台的流动性或功能有偏好，可以自定义设置以优先使用：

* **Puzzle Swap：** 我们在整个生态中用于获取最佳整体汇率的主要聚合器。
* **WX.Network：** 适用于深度流动性和原生 Waves 生态代币
* **Swop.Fi：** 适用于高效的自动做市和特定代币对

#### 滑点与备用方案

* **滑点容忍度：** 默认使用 1% 的滑点容忍度，以保护你的交易免受突然价格波动的影响

{% hint style="warning" %}
**免责声明：** WFN 不保证任何兑换的特定汇率或价格影响。虽然我们会监控系统以确保其正常运行，但我们不对 DEX 上受市场驱动的汇率或流动性波动负责
{% endhint %}

* **自动重试：** 如果在处理周期中兑换失败（例如由于临时网络拥堵或价格飙升），系统不会放弃。它会 **在下一个周期自动重试兑换**
* **备用交易所：** 如果在你首选的主要 DEX 上兑换失败，我们的系统可以自动尝试通过 **备用交易所** （例如 Puzzle Swap）来确保交易完成
* **最终奖励备用方案：** 如果在多次重试后错误仍然存在，或者波动性仍然过高，系统最终会改为向你发送 **原始奖励代币** （例如，向你发送 WAVES，而不是你想要的 USDT）。这是一种安全措施，以确保你 **不会丢失你的奖励**


---

# 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://help.wavesfunnynode.com/documentation/zh/prefs/pian-hao-dui-huan.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.
