> 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/introduction.md).

# Introduction

### Deploy Suzuna. Understand your wallet.

A blockchain wallet is more than a balance. It is a record of transactions, token movements, contract interactions, and changes that happen over time.

That information is publicly available on BNB Chain, but understanding it often means reading raw transaction data, switching between different records, and interpreting technical blockchain details.

**SUZUNA is built to make that information easier to understand.**

Through the **SUZUNA Telegram Bot**, a user enters a public BNB Chain wallet address and deploys a personal AI agent for that wallet. No wallet signature or on-chain deployment transaction is required.

Once the agent is active, it can retrieve relevant BNB Chain data when needed and process that information through the **AI Analysis Layer**. Users can then interact with the agent through natural language instead of manually interpreting blockchain records.

For example, a user can ask:

> What happened with this wallet today?

> What has this wallet been buying recently?

> What changed in the last 7 days?

> What are the largest recent transactions?

> Explain this wallet's recent activity.

SUZUNA is intentionally focused on one experience:

**Deploy → Understand → Ask**

The initial product is built specifically around **BNB Chain, Telegram, and wallet intelligence**. It is not designed to execute trades or manage assets. Its purpose is simple: help users understand what is happening with a wallet through a conversational AI interface.


---

# 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/introduction.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.
