> 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/wavesfunnynode.md).

# WavesFunnyNode 도움말 페이지에 오신 것을 환영합니다

## WavesFunnyNode 도움말에 오신 것을 환영합니다

공식 도움말 센터에 오신 것을 환영합니다 **WavesFunnyNode(WFN)**. 스테이킹이 처음이든 오래된 지지자든, 이 가이드는 우리의 독특한 기능과 서비스를 탐색하는 데 도움이 될 것입니다

### 빠른 링크

* [WavesFunnyNode의 아이디어는?](/documentation/ko/about-myself/wavesfunnynode.md): 우리의 브랜드 정체성, 철학, 비전을 알아보세요
* [스테이킹 및 Pref 설정 방법](/documentation/ko/guides/pref.md): 보상을 받기 시작하는 방법에 대한 빠른 시작 가이드
* [Pref 결제](/documentation/ko/prefs/pref.md) **&** [Pref 스왑](/documentation/ko/prefs/pref-1.md): 보상과 지급 시기를 사용자 지정하는 방법을 알아보세요.
* [WavesFunny 거버넌스](/documentation/ko/governance/wavesfunny.md): 주요 노드 결정에 참여하는 방법을 확인해 보세요
* [제한 및 규칙](/documentation/ko/prefs/limits-and-rules.md): 필수 기술 및 운영 세부 정보

***

## 가장 많이 묻는 질문

<details>

<summary><strong>첫 보상은 언제 받게 되나요?</strong></summary>

보상은 블록마다 계산됩니다. 첫 보상은 리스가 "성숙" 상태가 되면(1000블록 후, 약 17시간) 표시됩니다.

</details>

<details>

<summary><strong>지급 간격은 언제든지 변경할 수 있나요?</strong></summary>

네, 온체인 설정은 원할 때 언제든지 업데이트할 수 있습니다. 변경 사항은 다음 처리 주기에 적용됩니다

</details>

<details>

<summary><strong>원하는 토큰 대신 WAVES를 받은 이유는 무엇인가요?</strong></summary>

스왑이 실패하는 경우(예: 낮은 유동성이나 가격 변동성 때문), 시스템은 자동으로 WAVES를 보내는 방식으로 대체할 수 있습니다. 이를 통해 항상 보상을 안전하게 받을 수 있습니다

</details>

<details>

<summary><strong>최소 리스 금액이 있나요?</strong></summary>

엄격한 최소 금액은 없지만, 매우 작은 리스는 최소 지급 기준보다 낮은 보상을 초래할 수 있습니다

</details>

<details>

<summary><strong>지급 내역은 어떻게 추적하나요?</strong></summary>

모든 지급은 Waves 블록체인에 기록됩니다. 또한 실시간 지급 요약은 텔레그램 채널에서도 확인할 수 있습니다

</details>

<details>

<summary><strong>WAVES 리스를 해제하면 어떻게 되나요?</strong></summary>

리스 해제 후에는 새로 채굴된 블록에 대해 더 이상 보상을 받지 않게 됩니다. 누적된 보상은 *이전까지* 리스 해제 전에 누적된 보상은 다음 주기에 계속 지급됩니다

</details>

### 직접 도움을 원하시나요?

찾고 있는 내용을 찾지 못하셨다면, 저희 팀이 언제나 도와드릴 준비가 되어 있습니다!

* [**편하게 기초부터 물어보세요**](https://t.me/wavesfunnynode)


---

# 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/wavesfunnynode.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.
