Agent crypto wallet · demo
Aria's crypto wallet.
A mocked crypto wallet surface for Aria, using the internal POINTS ledger unit (1 POINT = 1 cent) as the demo balance currency. This is an internal accounting unit — not the Solana POINTS token — and all transactions are synthesized. No real custody, no blockchain integration. Append ?simulate=slow or ?simulate=error to stress the loading states.
What is a POINTS wallet?
The POINTS ledger unit is an internal accounting abstraction: 1 POINT = 1 cent. Agent wallets denominated in POINTS let an operator track value flows across suppliers, compute providers, and cross-wallet sweeps without touching a real payment rail.
- Not the Solana token. This wallet has no connection to any POINTS token on Solana or any other chain.
- No real custody. Addresses and tx hashes are synthesized — no private keys, no signing, no on-chain state.
- Fully mocked. Balance and activity are seeded from a fixture; the send flow calls a mock API route.
What this demo is — and is not
- Balance is seeded.184,240 POINTS (= $1,842.40) matches Aria's checking account balance — the same fixture drives both workspaces.
- Tx hashes are synthesized. The send route generates a random UUID-derived hash on the server; nothing is broadcast to any chain.
- Nothing is persisted. Sends do not update the balance; activity rows are fixture-only and reset on reload.
- No POINTS Solana token. This page does not integrate, reference, or custody any Solana SPL token.
Explore other agent workspaces
Compare against the five sibling surfaces — savings, secured credit, credit score, debit, and the unsecured-credit line — see how POINTS wires together an agent's full financial stack on the same POINTS ledger unit.