> 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/tokenomics/token-utility.md).

# 기술 사양

#### BANA: The Core Asset of Ecosystem

BANA 토큰은 생태계 내에서 가치 저장, 결제, 그리고 자산 성장의 매개체로 활용됩니다. 고성능 블록체인 인프라를 채택하여 글로벌 확장성과 낮은 수수료를 동시에 확보했습니다.

**1. 기술적 명세 (Technical Specification)**

| 항목             | 상세 정보                          |
| -------------- | ------------------------------ |
| **토큰 이름**      | **BANA Token**                 |
| **티커(Ticker)** | **BANA**                       |
| **메인넷**        | **BNB Smart Chain (BSC)**      |
| **토큰 표준**      | **BEP-20 (Layer 2 확장 지원)**     |
| **총 발행량**      | **1,000,000,000 BANA** (10억 개) |
| **소수점**        | 18 Decimals                    |

**2. 인프라 강점 (Infrastructure)**

* **High-Speed**: 초당 수천 건의 트랜잭션을 처리하는 고성능 네트워크 기반으로 대규모 결제 및 정산 처리 가능.
* **Low-Cost**: 글로벌 사용자의 진입 장벽을 낮추기 위해 최적화된 가스비(수수료) 설계.
* **Global Compatibility**: 전 세계 주요 EVM 호환 지갑 및 탈중앙화 거래소와의 완벽한 연동 지원.

{% hint style="info" %}
**BANA 토큰은 단순한 유틸리티를 넘어, 프로젝트가 보유한 실물 자산의 성장을 온체인에 기록하고 증명하는 핵심 자산입니다.**
{% 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/tokenomics/token-utility.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.
