On-Chain Decision Logs
SovereignMind records all agent deliberations and cycle actions on the blockchain. This guide covers how to read decision records and verify execution receipts on-chain.
Anatomy of a Decision Record
When you visit the Decisions page, you are looking at a history of all executed agent cycles. Each card represents a single cycle and contains the following data points:
Decision Title & Action
Identifies the cycle number and the core transaction outcome (e.g. Rebalance, Hold Assets, Adjust Weights).
Confidence Score
A metric (0% to 100%) generated by the CEO agent model representing its certainty regarding the recommended reallocation.
Agent Rationale
The actual English text output generated by the LLM on-chain explaining the market analysis, CFO risk assessments, and why the specific action was chosen.
Somnia Consensus Receipts
A critical feature of the Somnia L1 is its native verification of off-chain data feeds and LLM runs. Each decision triggers events emitting a unique receipt.
Verifying Receipts
Every decision card in the dashboard features a Receipt badge. Clicking it launches the Receipt Modal, displaying:
- Request ID: The index of the query in the Somnia Agent Runner.
- Validator Signatures: The proof that consensus was reached.
- Model Seed & Temp: Parameters verifying the deterministic execution environment.
By copying the transaction hash or request ID and visiting the Somnia Block Explorer(Shannon Testnet), developers and users can inspect the raw bytecode events, confirming that the CFO or CEO did indeed execute under the blockchain's consensus bounds without any external manipulation.