3.3 KiB
3.3 KiB
Capital Efficiency Risk Dashboard And Operator Runbook
Status: simulation-only operational specification.
This document removes the local documentation blocker for dashboard and runbook requirements. It does not remove external approval blockers: audit engagement and governance approval still require signed evidence.
Dashboard Metrics
Expose these metrics from the latest scorecards:
| Metric | Source field | Alert |
|---|---|---|
| ROI mean | roi_mean |
Informational |
| ROI lower band | roi_p05 |
Alert if negative in deployable profile |
| ROI upper band | roi_p95 |
Informational |
| p95 drawdown | max_drawdown_p95 |
Critical if > 0.25 |
| Liquidation probability | liquidation_probability |
Critical if > 0.02 |
| Peg deviation frequency | peg_deviation_frequency |
Critical if > 0.05 |
| External liquidity floor violations | external_liquidity_floor_violations |
Critical if > 0 |
| Volatility throttle events | volatility_throttle_events |
Warning if rising versus baseline |
| Spread adjustment events | spread_adjustment_events |
Warning if rising versus baseline |
| PMM capture | capture_mean |
Warning if sustained above target corridor |
| Inventory churn | churn_mean, churn_p95 |
Warning if outside scorecard gates |
| Intervention cost | intervention_cost_per_1M_volume |
Warning if nonlinear versus volume |
Operator Procedures
Deleverage
- Stop new leverage increases.
- Set deployable profile to
leverage <= 1.5. - Reduce
alphato preserve the external liquidity floor. - Re-run:
node scripts/validate-capital-efficiency.cjs - Resume only when crash, high-volatility, and bank-run scenarios pass policy gates.
Spread Widening
- If volatility exceeds
sigmaCrit, widen spread tothrottleSpreadBps. - If peg deviation exceeds circuit-break threshold, widen to
circuitBreakerSpreadBps. - Confirm
spread_adjustment_eventsstabilizes and peg deviation frequency remains within gate.
Redemption Throttle
- Trigger when bank-run scorecard approaches drawdown gate.
- Increase redemption fee according to policy.
- Pause non-essential outflows.
- Deploy treasury liquidity only from documented sources in
config/treasury-liquidity-commitments.json.
Treasury Liquidity Deployment
- Confirm external liquidity remains at or above 20%.
- Confirm bridge buffer satisfies
bridgeReserve >= peakBridgeOutflow * latency. - Execute only through approved operator/multisig authority.
- Record evidence before marking any live deployment gate complete.
Peg Circuit Breaker
- Stop adding public-routing liquidity to affected pools.
- Prefer defense-only rebalancing.
- Re-run deployed Chain 138 and stress scenarios.
- Re-enable only when peg deviation frequency is within gate.
Evidence Status
| Gate | Local status |
|---|---|
| Risk dashboard specification | Complete in this document |
| Operator runbook | Complete in this document |
| Treasury/liquidity commitment structure | Complete in config/treasury-liquidity-commitments.json |
| Audit engagement | External evidence required |
| Governance approval | External evidence required |
Current Deployable Posture
Until audit and governance evidence exists, the only locally gate-passing posture is simulation-only with deployable optimizer leverage capped at 1.5x.