The console at /console is lyra as a chat. Ask plain-English questions about your money on Sui and it answers with live on-chain data — and when you ask it to move funds, deterministic code (not the AI) enforces the limits.
Almost nothing to start.
No API key, no install. (Want to run it yourself with your own keys and limits? See the Quickstart and CLI.)
Reads need nothing. Anything that moves funds is prepared by lyra, then signed by your own connected wallet — you see a "Confirm in wallet" button and your wallet pops up to approve. The server never holds your key. A policy cap is enforced before anything can be prepared.
0x… hold?"0x…", "stake 1 SUI", "liquid-stake 1 SUI via Volo" (native validator, Volo, and Walrus staking; Sui addresses are 0x + 64 hex).Every value-moving action shows a preview before it signs — amount in/out, estimated result, route, and the policy checks — so you confirm exactly what will happen.
New here? Tap the template menu (the ☰ left of the input) for one-tap starters, grouped by activity: Yields, Swap, Transfer & stake, Lend & borrow, Portfolio & positions.
Every conversation is kept. Signed in, your history lives on the server keyed to your wallet, so it follows you across devices and browsers. Signed out, it's saved in this browser. The sidebar lists past chats — switch between them, or delete one. "New chat" starts fresh. Disconnecting your wallet simply hides that wallet's chats; they come back when you reconnect.
The AI only advises. Every value-moving action goes through deterministic, policy-checked code, is capped by a per-transaction limit the model can't raise (only you can, on the Agents page — the caps live on-chain and you edit them with one signature), and nothing moves until you confirm. Reads can never move funds. So you can explore freely and stay fully in control of anything that touches money.
/console/agents lists the agent wallets tied to your account — each is just a Sui address derived from a local Ed25519 keypair, with its balances, recent activity, and active policy. There is no registry, no NFT, and no mint; connect and sign in to load them.
Read the Quickstart to run your own agent, or Introduction for the bigger picture.
Source: apps/web/app/console.
Source: apps/web/app/console