> 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/solution/three-layer-architecture.md).

# 시스템 상세 로직

## 3-Layer Architecture

BANA는 시스템의 확장성과 보안성을 극대화하기 위해 역할을 세분화한 **3중 레이어(CASH, COIN, POWER)** 구조를 채택했습니다. 이는 어떤 충격에도 시스템 전체가 붕괴되지 않도록 설계된 '결함 허용(Fault-tolerance)' 아키텍처입니다.

***

#### 레이어별 상세 메커니즘

**Layer 1. CASH (The Liquidity Layer)**

> **"수익의 안정성을 담보하는 유동성 계층"**

* **역할**: 실제 발생한 수익의 정산 및 지급을 담당합니다.
* **기능**: 사용자의 수익을 **USDT 등 스테이블 코인** 가치와 1:1로 페깅하여 관리합니다.
* **목적**: 토큰 가격의 급격한 변동 상황에서도 사용자의 실질 수익을 안전하게 보존하고, 언제든 현금화할 수 있는 유동성 풀을 유지합니다.

**Layer 2. COIN (The Growth Layer)**

> **"생태계의 가치를 대변하는 성장 계층"**

* **역할**: BANA 토큰의 가치 상승 및 디플레이션을 관리합니다.
* **기능**: 실물 자산의 가치 상승분과 바이백/소각 정책이 이 계층에서 실행됩니다.
* **메커니즘**: 유입된 실물 수익으로 시장의 BANA 토큰을 흡수하여 유통량을 줄임으로써, 토큰 당 내재 가치를 강제로 상승시키는 핵심 엔진입니다.

**Layer 3. POWER (The Governance Layer)**

> **"생태계의 신뢰를 집행하는 권한 계층"**

* **역할**: 의사결정 투표 및 자산 취득 정책을 관리합니다.
* **기능**: 자산 운용에 대한 주요 결정(신규 자산 매입, 수익률 조정 등)을 온체인 거버넌스로 집행합니다.
* **보안**: 멀티 시그(Multi-sig) 지갑과 스마트 컨트랙트 감사를 통해 인위적인 자금 유출을 차단하고, 모든 프로세스를 투명하게 기록합니다.

***

#### 아키텍처 비교

| 레이어       | 핵심 기능      | 가치 담보 (Backing)      | 자산 유형            |
| --------- | ---------- | -------------------- | ---------------- |
| **CASH**  | 수익 정산 및 지급 | **실제 발생 영업 이익**      | 스테이블 코인 (USDT 등) |
| **COIN**  | 가치 우상향 관리  | **BANA 토큰 소각 및 희소성** | BANA 토큰          |
| **POWER** | 거버넌스 및 보안  | **실물 자산 운영 권한**      | 거버넌스 토큰 / 권한     |

***

{% hint style="info" %}
**BANA의 3-Layer 구조는 서로 독립적이면서도 유기적으로 결합되어, '수익성-안정성-투명성'이라는 금융의 본질적 가치를 완성합니다.**
{% endhint %}


---

# 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/solution/three-layer-architecture.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.
