CRP Technical Documentation
Official specification for Deterministic Risk Intelligence on Base Network.
01. FULL DATA STRUCTURE (JSON)
This is the complete payload architecture delivered by the Centinel Brain Node. Agents must be configured to parse these specific fields:
{
"audit_id": "AUD-Brain163537",
"timestamp": "2026-04-18T12:16:01.979Z",
"plan": "brain",
"status": "SUCCESS",
"wallet": "0x10d3....c3e5227",
"transaction_hash": "0x36ed4eb0d6d2........131d3",
"system_status": "Operational",
"data": {
"health_factor": "1.9731",
"equity": "4356.55",
"btc_price": 76209
},
"risk_engine": {
"score_lt": "3.31",
"estado_lt": "GREEN (Growth Zone)",
"maximum_drop_support": "49.32%",
"score_st": "3.29",
"estado_st": "GREEN (Growth Zone)"
},
"stress_test": {
"crash_test_10pct": "HF Post-Crash: 1.78 | Impact: Low",
"volatility_test_20pct": "Score Proj: 3.84 | Impact: Low",
"vulnerability_index": "Medium(45%)"
},
"execution": {
"order_type": "BORROW",
"amount_usd": "379.32",
"trigger_price": "46981.73",
"liquidation_price": "38623.99"
},
"compliance_note": "Compliance Note: BORROW order justified under Consolidation phase, Moderate Risk not applicable, and Threshold Alert- Review Health Factor Alignment."
}Risk Score (LT)
Calculated using real-time liquidity versus position size. 0-10 scale where >7 requires immediate re-balancing.
Conflict Check
Confirms the assessment is generated by a non-lending entity, ensuring no bias toward liquidations.
02. RISK LEVEL INTERPRETATION
Quantitative Risk Scoring (1.0 - 10.0)
CRP Risk Score ranges from 1.0 (Safe) to 10.0 (Critical). Each level dictates the autonomous behavior of the integrated Agent.
| 1.0 – 3.5 | GREEN (Growth Zone) Low volatility and high collateral backup. Optimal for capital expansion. Directive:BORROW / EXPAND |
| 3.6 – 4.5 | YELLOW (Optimal Peak) Market approaching local resistance or heating up. No new debt allowed. Directive:HOLD_MONITOR |
| 4.6 – 5.5 | ORANGE (Caution Zone) Implied volatility rising. CRP engine triggers early warnings. Directive:HOLD_MONITOR |
| 5.6 – 6.5 | D ORANGE (Alert Zone) Market cycle suggests exhaustion. Preparing for deleveraging maneuvers. Directive:REPAY / HOLD_MONITOR |
| 6.6 – 10.0 | RED (Critical Risk) Immediate intervention. Liquidation price within the risk buffer zone. Directive:URGENT_REPAY |
[FOR_AI_AGENTS] Context Injector
Add this to your System Prompt to understand Centinel payloads:
"When parsing Centinel Risk JSON:
1. 'score_st' (Short Term) > 7.0 = CRITICAL_DANGER.
2. 'trigger_price' is the hard limit to close positions.
3. 'crash_test_10pct' HF below 1.1 = HIGH_LIQUIDATION_RISK.
If status is NOT 'SUCCESS', do not execute any financial action."
03. API ENDPOINTS REFERENCE
POST /v1/pulseRoutine monitoring. Minimal data payload.
POST /v1/brainDeep stress-test. Requires tx_hash of payment ($8).