> 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/limits-and-rules.md).

# 제한 및 규칙

## 제한, 규칙 및 성숙도

건전하고 지속 가능한 노드를 위해 WFN V2는 엄격한 규칙과 운영 제한을 따릅니다. 이를 이해하면 보상 분배에 대한 기대치를 관리하는 데 도움이 됩니다.

### 1. 1000블록 성숙도 규칙

**무엇인가요?** 리스는 활성화된 후에만 "성숙"한 것으로 간주되며 보상 대상이 됩니다. **1000블록** (약 17시간)

**왜인가요?** 이 규칙은 "보상 점프"(사용자가 블록이 채굴되기 직전에 리스하고 직후에 즉시 리스를 해제하는 행위)를 방지합니다. 이는 노드의 보안에 기여하는 장기 스테이커만 보상을 받도록 보장합니다.

**연속 리스:** 오래된 리스를 취소하고 같은 블록에서 새 리스를 시작하면, 시스템이 이를 "연속 리스"로 감지할 만큼 똑똑합니다. 성숙도는 잃지 않으며, 이전 리스와 새 리스 중 더 적은 금액을 기준으로 계속 보상을 받게 됩니다.

### 2. 지급 간격 및 제한

선호 설정을 할 때는 다음 범위 내에 있어야 합니다:

* **최소 간격:**&#x20;
  * *예: 100블록으로 설정하면 대략 1.7시간마다 보상을 받게 됩니다.*
* **최대 간격:**&#x20;
  * *예: 10,000블록으로 설정하면 대략 7일마다 보상을 받게 됩니다.*
* **기본값:** 간격을 설정하지 않은 사용자는 매주 지급됩니다.

### 3. 노드 수수료(커미션)

노드 수수료는 공제됩니다 *이전까지* 보상은 비례 배분됩니다.

* **WAVES:** 10%
* **LP 토큰:** 10%
* **UNIT 토큰:** 10%

{% hint style="info" %}
이는 표준 수수료입니다. 특정 노드 구성이나 프로모션에 따라 달라질 수 있습니다.
{% endhint %}

### 4. 최소 지급액

네트워크 수수료를 절약하기 위해 시스템은 최소 지급액을 적용합니다:

* **WAVES:** 1 웨이브렛(0.00000001 WAVES)
* **토큰 스왑:** 보상이 너무 작아 스왑을 실행할 수 없는 경우, 잔액이 늘어날 때까지 보류되거나 원래 토큰으로 지급됩니다.

### 5. 보안 및 2FA

WFN V2의 모든 지급 거래는 다음에 의해 보호됩니다. **다중 서명(2FA)** 프로세스. 두 개의 서로 다른 관리자 키가 모든 지급에 서명해야 하며, 이를 통해 보상이 항상 안전하고 올바르게 처리되도록 보장합니다.


---

# 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/limits-and-rules.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.
