> For the complete documentation index, see [llms.txt](https://docs.bosagora.org/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bosagora.org/kr/agora/what-is-bosagora/why-bosagora.md).

# Why BOSagora

보스아고라는 **지분 증명 합의** 메커니즘을 사용하는 블록체인으로 에너지 효율성이 매우 높다는 것을 의미한다. 그것은 에너지 소비에 매우 낭비적인 **작업 증명 합의** 블록체인이 사용하는 에너지의 극히 일부를 사용한다. 예를 들어, 비트코인은 보안을 유지하기 위해 일부 국가보다 더 많은 에너지를 필요로 한다.

보스아고라는 그것을 안전하게 유지하는 사람들에게 주어지는 후한 보상을 가지고 있으며 더 나은 세상을 만들기 위한 프로젝트에 사용될 수 있는 기금의 투표권을 그들에게 준다. 아고라는 민주주의, 합법성, 공정성, 투명성, 그리고 최고 수준의 효율성을 추구한다.


---

# 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.bosagora.org/kr/agora/what-is-bosagora/why-bosagora.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.
