> For the complete documentation index, see [llms.txt](https://amaxg.gitbook.io/whitepaper-kor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amaxg.gitbook.io/whitepaper-kor/ecosystem/1..md).

# 1. 지갑

* 빠른 트랜잭션 처리

BIZA 블록체인은 높은 TPS(Transaction Per Second, 초당 거래 처리량)를 지원하므로, BIZAuto 지갑을 통해 거래를 할 때 매우 빠르게 처리됩니다. 이로 인해 실시간 거래가 필요할 때 유리합니다.

* 수수료 없음

BIZA 블록체인은 일반적인 거래 수수료가 없다는 점이 특징입니다. 대신 CPU, NET, RAM 같은 자원을 사용하여 거래가 처리되며, 이 자원은 사용자가 스테이킹(예치)하여 사용할 수 있습니다.

* 스마트 계약 및 DApp 연동

BIZA지갑은 BIZA 블록체인의 스마트 계약 기능과 연동됩니다. 이를 통해 다양한 분산 애플리케이션(DApps)과 상호작용 할 수 있습니다.

* 다양한 EOS 토큰 관리

BIZA 지갑은 BIZA이외에도 다양한 BIZA 기반 토큰(예: 다른 프로젝트의 토큰)들을 관리할 수 있습니다. BIZA 기반 토큰은 보통 BIZAuto 블록체인의 표준 토큰 포맷을 따릅니다.

* 계정 기반 구조

BIZA 지갑은 다른 블록체인과는 달리 지갑 주소 대신 '계정' 기반으로 작동합니다. 사용자는 계정을 생성하고, 그 계정을 통해 토큰을 송수신 합니다. 계정 이름은 사용자 지정이 가능하며, 쉽게 기억할 수 있습니다.

<br>

<br>


---

# 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://amaxg.gitbook.io/whitepaper-kor/ecosystem/1..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.
