> 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/en/intro/core-values.md).

# 3 CORE VALUES

The three pillars supporting BANA Protocol are the very reason for the project's existence and our promise to every member of the community.

**1. Real Assets**

* **Tangible Trust:** We prove our value through actual hospital infrastructure, including operational operating rooms and medical staff, rather than just virtual ideas.
* **Portfolio Diversification:** By managing assets across 16 diversified sectors, we build a robust defense system that remains steady even during specific market crises.

**2. Real Yield**

* **Basis of Revenue:** Our rewards are not "fake" tokens generated by algorithms; they are designed based on actual fiat currency revenue flowing in from real business operations.
* **Fair Distribution:** We aim for a structure where all users fairly share the fruits of the real economy based on their contribution to the system.

**3. Solid Future**

* **Powerful Defense:** The 3-year lock-up of foundation tokens demonstrates our commitment to the long-term success of the project.
* **Maximizing Value:** Our buy-back and burn policy—utilizing up to 90% of revenue—continuously increases token scarcity to maximize profits for holders.
* **Partnerships:** Through collaboration with major global partners, we minimize technical and legal risks while ensuring stable growth.


---

# 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/en/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.
