Aragon x Katana

Deep Liquidity. Better Execution.

KAT Launch Operations Dashboard

Static public deployment of the Katana governance dashboard, built from exported on-chain snapshots and ready for any CDN or static hosting platform.

Loading exported Katana snapshot...
Voting Escrow totalLocked()

Total KAT in escrow

--

Loading live escrow balance...

Lock NFT totalSupply()

Active vKAT NFTs

--

Loading current outstanding veNFT count...

AvKAT Vault totalSupply()

avKAT minted

--

Loading live avKAT share supply...

Vault context

Derived from live state
Vault-backed KAT
--
KAT in vKAT
--
Exit fees collected
--
Exit queue KAT balance
--
KAT per avKAT
--
Master token
--

Network readout

Static JSON export
Chain ID
--
Latest block
--
Last updated
--
Queued tokenIds
--
Exit queue wallets
--
Data bundle
--
Upstream RPC
rpc.katanarpc.com

Position History

History is exported into static JSON during the build step and served directly from the site bundle.

Overlaid KAT positions

KAT position overlay

--

KAT in avKAT

Vault-backed KAT

--

All positions

Total locked KAT

--

Direct ve positions

KAT in vKAT

--

ERC4626 shares

Total avKAT

--

Flow History

Cumulative event counts are exported from the cached chain index and bundled with the static site.

Escrow deposit logs

vKAT create locks

--

Vault deposit logs

avKAT deposits

--

Current queued balance

vKAT exit queue

--

Metric definitions

The cards map directly to contract state, exported to JSON ahead of deploy for static hosting.

  • Total KAT in escrow reads VotingEscrow.totalLocked().
  • Active vKAT NFTs reads Lock.totalSupply().
  • avKAT minted reads AvKATVault.totalSupply().
  • Vault-backed KAT reads AvKATVault.totalAssets().
  • Exit fees collected sums the fee field from DynamicExitQueue.Exit(tokenId, fee) logs.
  • Exit queue KAT balance reads KAT.balanceOf(exitQueue) for the queue contract’s live KAT balance.
  • Queued tokenIds counts active lock NFTs currently held by VotingEscrow while waiting in the exit queue.
  • Exit queue wallets counts distinct queue ticket-holder addresses currently represented in the exit queue.

Integrity check pending: validating the escrow's reported lock NFT against the expected mainnet lock address.