R.01 · Phase 5
Strongroom — Async Vault
ERC-7540–inspired async vault from Solana Foundation (devnet demo). Phase 5: program probe, Vault/Request account decode, honest RWA/NAV model, and wired instruction clients — request deposit, request redeem, claim, cancel, authority approve, and NAV update. Devnet/localnet only; the underlying program is also unaudited. Educational sections collapse for scanning.
Querying RPC…
Product model (read this first)
Foundation vault is an async ERC-7540–style program: deposit and redeem requests are queued and settled by a vault authority after NAV updates. It is a reference implementation on devnet — not a retail time-lock piggy bank and not mainnet-ready out of the box. Account probe below is read-only. Long sections collapse for scanning.
["vault", share_mint]. Request accounts are not PDAs — paste their address. No deposit/redeem from CASA.Also derives reserve ["reserve", share_mint] and pending ["pending", share_mint].
Collapsed — click the header to expand.
Collapsed — click the header to expand.
Collapsed — click the header to expand.
Collapsed — click the header to expand.
Collapsed — click the header to expand.
Collapsed — click the header to expand.
Collapsed — click the header to expand.