AI wallet intelligence on BNB Chain.

Deploy. Understand. Ask.

Suzuna in Telegram

See it work

Pick a question. This is the answer, exactly as SUZUNA returns it.

SUZUNA 0x8894…d4e3

what moved here today?

23transfers in the last 24 hours
4,972largest outbound, USDT, at 17:51
49largest inbound, USDT

Quiet on BNB itself, but busy in tokens. Almost all of the movement is USDT, and almost all of it outbound. One send of 4,972 USDT, then a run of smaller sends between 20 and 80 USDT.

How it works

Three steps. No wallet connection, no gas, no signature.

01

Deploy

Send SUZUNA a public BNB Chain wallet address. An agent is created for it instantly.

Nothing happens on chain. No transaction, no gas, no signature. Just a database write.

02

Understand

The agent reads that wallet directly from BNB Chain: balances, transactions, token transfers and contract activity.

One agent, one wallet. It cannot read any other address.

03

Ask

Ask in plain language. SUZUNA pulls whatever data your question needs and answers from it.

What moved here today? Which tokens does it hold? What contracts does it use?

Where the numbers come from

SUZUNA cannot invent a balance. Every figure in an answer is read from the chain first.

QUESTION what moved here today?
CONSTRAINT Wallet address bound server-side
ROUTING SUZUNA picks its tools
get_transfers → 23 rows
get_transaction_history → 8 rows
ANSWER Built only from what was returned

The wallet is not a parameter

SUZUNA is bound to one address server-side. There is no way to ask it about a different wallet. It has no mechanism to name one.

No arithmetic, no guessing

Amounts arrive already converted into readable units. SUZUNA never does decimal maths, because that is exactly where a language model produces a confident wrong number.

Built in the open

Every claim on this page is checkable. The code is public: the bot, the chain reads, the prompt, the contract.

The prompt itself

The rules SUZUNA follows are in the repository, not behind an API.

The chain reads

Exactly which data is fetched, and how it reaches the model.

The contract

Deployed on BNB Chain mainnet, source public, no update path.

View on GitHub → View contract ↗

MIT licensed · TypeScript · Solidity