> 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/ko/prefs/pref-1.md).

# Pref 스왑

## Pref 스왑 & 토큰

**Pref 스왑** 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)로 경로 지정하여 거래가 완료되도록 시도할 수 있습니다
* **최종 보상 대체 처리:** 여러 차례 재시도 후에도 오류가 지속되거나 변동성이 여전히 너무 높으면, 시스템은 결국 귀하에게 **원래 보상 토큰** (예: 원하던 USDT 대신 WAVES를 보내는 것)으로 전환합니다. 이는 귀하가 **보상을 절대 잃지 않도록 하기 위한 안전 장치입니다**


---

# 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/ko/prefs/pref-1.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.
