AI-first · Self-custody · Simulation-verified
The AI wallet for Topaz
A conversation-native wallet for Topaz on BNB Chain. Describe a strategy, watch it plan the atomic steps and simulate the exact impact, then sign once — without ever handing the agent your keys.
⚠ Beta — experimental, unaudited software
What the Topaz AI Wallet is
The Topaz AI Wallet lets you manage DeFi positions on Topaz, a ve(3,3) DEX on BNB Chain (BSC) mainnet, by describing what you want instead of clicking through forms. It supports the full lifecycle of Topaz liquidity — concentrated liquidity (Slipstream) and Solidly-style v2 pools — plus token swaps, all composable into a single atomic transaction.
The agent never produces the transaction itself. It only proposes semantic actions; a deterministic encoder turns those into calldata, a policy layer checks them, and the result is simulated before it ever reaches your wallet to sign. You are always the signer.
How it works
- 1
Describe your intent
Tell Topaz what you want in plain language — zap BNB into a TOPAZ/WBNB concentrated-liquidity position, swap one token for another, claim and compound rewards, or rebalance an out-of-range position.
- 2
The agent plans it
The agent proposes semantic actions (symbols, amounts, position IDs — never raw calldata). A deterministic backend expands each action into ordered atomic primitives and encodes the canonical calldata.
- 3
Everything is simulated
Before you sign, the full bundle is simulated against live chain state. You see the exact balance changes, position contents, and a step-by-step execution plan, and it passes policy checks (slippage caps, deadlines, allowlists).
- 4
You sign once
No custody, no session keys. Your funds live in your own self-custody smart account, and you sign every transaction from your own wallet. Multiple actions become one atomic, all-or-nothing signature.
At a glance
Self-custody by design
One atomic transaction
Simulated before you sign
eth_simulateV1 so you see balance deltas and position contents up front.