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

# 개요

Blur 재단은 커뮤니티 주도의 거버넌스와 DAO 참여를 촉진하고 Blur 생태계의 개발과 성장에 기여하는 사람들을 돕는 것을 목표로 합니다.

BLUR 토큰은 DAO에 대한 권한을 커뮤니티에 제공하고 커뮤니티가 거버넌스에 적극적으로 참여할 수 있도록 합니다.

* [거버넌스](/korean/undefined-1.md)
* [토크노믹스](/korean/undefined-2.md)
* [컨트랙트](/korean/undefined-3.md)


---

# 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.blur.foundation/korean/undefined.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.
