> 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/product-and-usage.md).

# Product & Usage

### Built around a simple user experience

SUZUNA is designed to make wallet intelligence accessible without requiring users to navigate blockchain infrastructure themselves.

The entire product experience takes place through the **SUZUNA Telegram Bot**.

#### Agent Deployment

A user begins by selecting **Deploy Agent**.

The bot requests a public BNB Chain wallet address. The address is used to associate the new agent with a specific wallet.

No private key, wallet connection, signature, or blockchain transaction is required.

Agent creation takes place off-chain and is completed within the SUZUNA product environment.

Each agent represents one wallet address.

#### Free Access

The initial product provides every user with access to up to **2 AI agents**.

This allows users to create separate agents for different BNB Chain wallets while keeping each agent associated with a single wallet.

The free tier is designed to provide access to the core SUZUNA experience before the $SZN-based subscription model is introduced.

#### Asking Questions

Once an agent has been deployed, the user can interact with it directly through Telegram.

Questions are written in natural language. SUZUNA determines which wallet information is relevant, retrieves the required BNB Chain data, and generates an explanation through the AI Analysis Layer.

Examples include:

> What happened with this wallet today?

> What changed in the last 7 days?

> What were the largest recent transactions?

> Which tokens were transferred recently?

> Explain this wallet's recent activity.

The interaction is conversational, allowing users to ask follow-up questions about the same wallet without manually repeating the wallet address.

#### Pro Access

After TGE, SUZUNA will introduce a Pro subscription paid using **$SZN**.

Pro users will be able to deploy up to **6 AI agents**.

The exact subscription pricing will be announced before Pro activation.

The Pro tier expands access to the same core product rather than introducing unrelated functionality.

#### Product Boundary

SUZUNA is intentionally limited to wallet intelligence and analysis.

The MVP does not provide:

* Trading execution
* Asset transfers
* Portfolio management
* Copy trading
* Staking
* Governance
* Automated alerts

The product remains centered on one interaction:

**Deploy an agent → understand wallet activity → ask questions**


---

# 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/product-and-usage.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.
