Skip to main content

Dashboard

The Dashboard (/dashboard) is your portfolio analytics hub. It shows your complete financial picture across multiple chains and protocols — wallet balances, token holdings, DeFi positions, yield opportunities, and AI-powered analysis.

Layout

The Dashboard has a fixed header with a “Back to Supermission” link and wallet connect button. The main content area renders based on the active tab.

Tabs

Currently two tabs are active: The DeFi and Agent tabs were previously available but are currently disabled.

Authentication

The Dashboard requires Privy authentication. If not connected, you’ll see a “Connect wallet” prompt. While Privy initializes, a loading skeleton with animated pulse is shown.

Error handling

Each dashboard section is wrapped in an ErrorBoundary. If any component crashes:
  • An AlertTriangle icon appears
  • The feature name + “Error” title
  • The specific error message
  • A Retry button that resets the boundary state
This means one failing component doesn’t take down the entire dashboard.