> For the complete documentation index, see [llms.txt](https://docs.ninky.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninky.io/ko/community/dao.md).

# DAO

![](/files/BLyFvkmJotbeU9aFSeEN)

닌자 키우기 온라인의 커뮤니티는 **분산형 자율 조직(DAO)**&#xC73C;로 진화하는 과정에 있습니다. NINKY 생태계의 거버넌스 개발과 함께 가까운 미래에 **자율 거버넌스 시스템**이 도입될 것입니다.

[디스코드 채널](https://discord.gg/idleninjaonline)에 위치하는 공식 커뮤니티는 현재 일부분 분산형 조직으로서의 역할을 수행하고 있습니다.

* 게임 관련 의제에 대한 제안과 토론
* 다음에 대한 NINKY 보상
  * 업데이트에 대한 제안
  * 버그 리포트
  * 플레이어 부정행위 리포트
  * 미디어 콘텐츠를 업로드
* 모더레이터 선출

INO-NINKY 환경에서 커뮤니티와 참여자의 규모가 커짐에 따라, 해당 채널은 궁극적으로 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://docs.ninky.io/ko/community/dao.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.
