Navigating the Dashboard
The SovereignMind terminal serves as your operational command center. It provides real-time tracking of active agents, on-chain decisions, and current treasury vault health.
Key Terminal Metrics
The dashboard displays four core performance metrics reflecting the live state of the SovereignMind smart contracts:
Treasury Value
Shows the total value of all assets managed inside the SovereignMind `TreasuryVault.sol` contract. This is priced in STT and updates dynamically as reallocations are executed or funding is deposited.
Active Agents
Indicates the count of authorized agents registered in `AgentRegistry.sol`. The standard setup includes the three core executive agents: CEO, CFO, and CMO.
System Health & Orchestrator Status
Monitors the link with the off-chain orchestrator. If the orchestrator is active, the system shows green. If the orchestrator goes offline, cycles can still be triggered permissionlessly on-chain.
Triggering a Decision Cycle Manually
While the off-chain orchestrator triggers cycles automatically (e.g., every 15 minutes), the system design is fully open and permissionless. Anyone can manually initiate an execution cycle if the contract cooldown period has elapsed.
- Ensure your wallet is connected and switched to the Somnia Shannon Testnet.
- Locate the Run Cycle button in the dashboard page header.
- If active, click the button and approve the gas transaction in your wallet.
- The system status will transition to Analyzing, and the CFO and CMO agents will start processing data on-chain.
The Activity Timeline
At the bottom of the dashboard, the Activity Timeline chronicles the detailed workflow logs of the active agents. Here, you can watch real-time steps as the CFO fetches coin price metrics, the CMO parses web indicators, and the CEO writes the final decision receipt.