> 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/risk-and-transparency.md).

# Risk & Transparency

### Clear boundaries for a wallet intelligence product

SUZUNA is designed to analyze publicly available BNB Chain wallet activity and present that information through an AI-powered interface. Users should understand the scope and limitations of the system before relying on its responses.

#### Read-Only Wallet Access

SUZUNA uses public wallet addresses to retrieve blockchain information.

The platform does not request or require:

* Private keys
* Seed phrases
* Wallet passwords
* Transaction signatures

A SUZUNA agent cannot transfer assets, sign transactions, or execute trades on behalf of a wallet.

#### AI-Generated Responses

SUZUNA responses are generated through the **AI Analysis Layer** using relevant blockchain information retrieved for a user's query.

AI-generated explanations may not always perfectly interpret complex or ambiguous blockchain activity. Users should verify important information against the underlying on-chain records before making decisions based on an AI response.

#### Blockchain Data

SUZUNA relies on publicly available BNB Chain data and the infrastructure used to retrieve that information.

Blockchain data can be incomplete, delayed, incorrectly interpreted, or affected by limitations in external data infrastructure. SUZUNA does not guarantee that every response will capture every possible detail of a wallet's activity.

Wallet history is retrieved across a recent window of approximately 70 days. Activity older than this window is not currently available through the agent.

#### Product Scope

SUZUNA is an information and analysis product.

It does not provide:

* Trading execution
* Asset management
* Financial custody
* Copy trading
* Staking
* Governance
* Guaranteed investment outcomes

The product is designed to help users understand wallet activity, not to make financial decisions on their behalf.

#### Token Considerations

$SZN provides utility within the SUZUNA product through the Pro subscription model.

The existence or utility of the token does not represent a promise of price appreciation, investment returns, or guaranteed market performance.

Token markets can be volatile, and users should evaluate the risks associated with digital assets independently.

#### Open Source

The SUZUNA backend and checkpoint smart contract are open source. The Telegram bot, the blockchain data layer, the AI prompt, the database schema, and the contract that publishes usage checkpoints are all publicly readable.

Repository: github.com/SuzunaAI/SuzunaAi

#### Transparent Product Development

SUZUNA's product capabilities, token mechanics, and roadmap may evolve as development progresses.

Information presented in this whitepaper describes the current intended design and should not be interpreted as a guarantee that every future feature, integration, or objective will be delivered exactly as described.

The purpose of this section is to define what SUZUNA is designed to do, what it does not do, and where users should apply their own judgment.


---

# 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/risk-and-transparency.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.
