> For the complete documentation index, see [llms.txt](https://whitepaper.letmespeak.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.letmespeak.org/ko/undefined-2/undefined-9.md).

# 사기 방지

저희는 LetMeSpeak 생태계가 누구나 Learn-and-Earn을 즐길 수 있는 안전한 공간으로 자리 잡기를 바랍니다.

하지만 LetMeSpeak 안전하기 위한 지속적 실천이 필요합니다.

LetMeSpeak는 봇에 대한 무관용 원칙을 고수합니다. 봇과 관련된 NFT 및 계정은 LetMeSpeak 경제에서 제거되며 LetMeSpeak 생태계에서 수익을 창출하거나 자산을 사용할 수 없습니다.

생태계에서 사기를 방지하기 위한 모니터링 및 조치를 취하고 있으며, 앞으로 LetMeSpeak DAO에서 이 문제를 처리할 수 있기를 기대합니다.


---

# 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://whitepaper.letmespeak.org/ko/undefined-2/undefined-9.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.
