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

# FAQ

### Frequently Asked Questions

#### What is SUZUNA?

SUZUNA is a Telegram-native AI wallet agent built on BNB Chain. It allows users to deploy an AI agent for a public BNB Chain wallet and ask natural-language questions about its on-chain activity.

#### How does a SUZUNA agent work?

Each agent is associated with a single BNB Chain wallet address. When a user asks a question, SUZUNA retrieves the relevant wallet data and processes it through the AI Analysis Layer to generate an understandable response.

#### Do I need to connect my wallet?

No.

Users only provide a public BNB Chain wallet address. SUZUNA does not require a wallet connection, private key, seed phrase, or transaction signature.

#### Can SUZUNA move my funds?

No.

SUZUNA agents are read-only. They cannot sign transactions, transfer assets, or execute trades.

#### What blockchain does SUZUNA support?

The initial product supports **BNB Chain**.

#### What wallet information can SUZUNA analyze?

SUZUNA can work with:

* BNB balances
* Token balances
* Incoming transactions
* Outgoing transactions
* Token transfers
* Contract interactions
* Transaction history

#### How many agents can I deploy?

The Free plan supports up to **2 AI agents**.

After TGE, the Pro plan will support up to **6 AI agents**.

Each agent represents one BNB Chain wallet.

#### What is $SZN used for?

After TGE, **$SZN** will be used to pay for the SUZUNA Pro subscription.

The Pro subscription provides access to up to 6 AI agents.

#### How much will Pro cost?

The final Pro subscription pricing will be announced before Pro activation.

#### Does SUZUNA store the complete blockchain history of every wallet?

No.

SUZUNA is designed to retrieve relevant blockchain information when it is needed rather than permanently storing the complete history of every wallet.

#### Does SUZUNA store Telegram profile information?

SUZUNA's product data model does not require Telegram usernames, names, profile photos, or other unnecessary personal profile information.

#### Is SUZUNA a trading platform?

No.

SUZUNA is focused on wallet intelligence and analysis. Trading execution, asset management, copy trading, staking, and similar functionality are outside the scope of the initial product.

#### Is $SZN an investment?

$SZN is the utility token of SUZUNA and provides access to the Pro subscription after TGE. The token does not represent a promise of price appreciation or investment returns.


---

# 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://suzuna.gitbook.io/whitepaper/faq.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.
