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

# 3대 가치

BANA 프로토콜을 지탱하는 세 가지 기둥은 프로젝트의 존재 이유이자, 모든 커뮤니티 구성원과의 약속입니다.

**실물 자산 (Real Assets)**

* **실체적 신뢰**: 가상의 아이디어가 아닌, 실제 수술실과 의료진이 있는 병원 인프라를 통해 가치를 증명합니다.
* **포트폴리오 다각화**: 16개 섹터에 걸친 분산 운용을 통해 특정 시장의 위기에도 흔들리지 않는 견고한 방어 체계를 구축합니다.

**실질 수익 (Real Yield)**

* **수익의 근거**: 우리의 보상은 알고리즘에 의한 가짜 발행이 아닙니다. 실제 비즈니스 운영을 통해 유입되는 법정화폐 수익을 기반으로 설계되었습니다.
* **공정한 배분**: 시스템 기여도에 따라 모든 사용자가 실물 경제의 결실을 공평하게 나누는 구조를 지향합니다.

**확실한 미래 (Solid Future)**

* **강력한 방어**: 재단 물량의 **3년 락업(Lock-up)**&#xC740; 프로젝트의 장기적인 성공에 대한 재단의 의지입니다.
* **가치 극대화**: 수익의 최대 90%를 활용한 바이백 및 소각 정책은 토큰의 희소성을 지속적으로 높여 홀더의 이익을 극대화합니다.
* **파트너십**: 글로벌 메이저 파트너사들과의 협력을 통해 기술적, 법률적 리스크를 최소화하고 안정적인 성장을 보장합니다.


---

# 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://bana.gitbook.io/bana-docs/ko/intro/core-values.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.
