Total KAT in escrow
--
Loading live escrow balance...
Aragon x Katana
Static public deployment of the Katana governance dashboard, built from exported on-chain snapshots and ready for any CDN or static hosting platform.
This version reads from exported JSON files. Serve it with any static host or a local web
server instead of opening file:// directly.
cd /home/jordan/Documents/dev/crypto/aragon/katana-dash/static
python3 -m http.server 8787
--
Loading live escrow balance...
--
Loading current outstanding veNFT count...
--
Loading live avKAT share supply...
History is exported into static JSON during the build step and served directly from the site bundle.
Overlaid KAT positions
--
KAT in avKAT
--
All positions
--
Direct ve positions
--
ERC4626 shares
--
Cumulative event counts are exported from the cached chain index and bundled with the static site.
Escrow deposit logs
--
Vault deposit logs
--
Current queued balance
--
Contract links are pinned to Katana mainnet explorers for launch operations.
The cards map directly to contract state, exported to JSON ahead of deploy for static hosting.
VotingEscrow.totalLocked().Lock.totalSupply().AvKATVault.totalSupply().AvKATVault.totalAssets().fee field from DynamicExitQueue.Exit(tokenId, fee) logs.KAT.balanceOf(exitQueue) for the queue contract’s live KAT balance.Integrity check pending: validating the escrow's reported lock NFT against the expected mainnet lock address.