> For the complete documentation index, see [llms.txt](https://amaxg.gitbook.io/whitepaper-eng/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-eng/ecosystem/1.-wallet.md).

# 1. Wallet

* Fast Transaction Processing

The BIZA blockchain supports a high TPS (Transactions Per Second), which allows transactions made through the BIZAuto wallet to be processed promptly. This makes it advantageous for real-time transactions.

* No Fees

One of the key features of the BIZA blockchain is that it does not charge usual transaction fees. Instead, transactions are processed using resources such as CPU, NET, and RAM, which users can access by staking those resources.

* Smart Contract and DApp Integration

The BIZA wallet is integrated with the smart contract functionality of the BIZA blockchain. This enables interaction with various decentralized applications (DApps).

* Managing Various BIZA Tokens

The BIZA wallet can manage not only BIZA tokens but also various BIZA-based tokens (e.g., tokens from other projects). These BIZA-based tokens typically follow the standard token format of the BIZA blockchain.

* Account-based Structure

Unlike other blockchains, the BIZA wallet operates on an account-based system instead of using wallet addresses. Users create an account and use it to send and receive tokens. Account names can be customized, making them easy to retain.

<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-eng/ecosystem/1.-wallet.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.
