Skip to content

Interactive TUI

Running akita-dao with no arguments launches a full-screen interactive dashboard.

KeyAction
Tab / Shift+TabSwitch tabs
[ ]Cycle items (proposals, accounts)
k jScroll
PgUp PgDnScroll fast
g / GJump to top / bottom
rRefresh data
qQuit

Full DAO overview displaying:

  • Core settings — Admin address, wallet app ID, controlled address
  • Asset supply bars — AKTA and BONES total supply and distribution
  • Registered app IDs — All contract IDs in the Akita App List, Social App List, Plugin App List, and Other App List
  • Proposal settings — Per-action-type configuration showing duration, participation threshold, and approval threshold
  • Revenue split chart — How revenue is distributed across recipients

All fee parameters displayed side-by-side across categories:

  • Wallet fees — Wallet creation fee
  • Social fees — Post fee, react fee, impact tax range
  • Staking fees — Pool creation fee, impact tax range
  • Subscription fees — Service creation fee, payment percentage, trigger percentage
  • NFT fees — Marketplace sale percentages, auction fees, raffle fees, composable percentages
  • Swap fees — HyperSwap impact tax range

DAO wallet state including:

  • Global state — Admin, controlled address, registered status
  • Escrow accounts — Names, app IDs, lock status, balances
  • Installed plugins — Plugin app ID, caller, escrow, method restrictions, cooldowns, delegation settings
  • Named plugins — Human-readable aliases mapped to plugin keys
  • Spending allowances — Per-asset, per-escrow allowance configuration
  • Execution keys — Pre-authorized transaction groups with validity windows

Browse and inspect governance proposals:

  • List view — All proposals with status, vote counts, and timestamps
  • Detail view — Select a proposal with [ ] to see:
    • Status (Draft, Voting, Approved, Rejected, Executed)
    • Vote totals (for/against/abstain)
    • Creator and timestamps
    • Fully decoded actions — field updates, plugin changes, app registrations

Launch on a specific network:

Terminal window
akita-dao # mainnet (default)
akita-dao -n testnet # testnet
akita-dao -n localnet # localnet