Files
cross-chain-pmm-lps/config/treasury-liquidity-commitments.json
2026-04-27 15:58:17 -07:00

28 lines
968 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Simulation evidence file for treasury/liquidity commitments. Replace placeholder sources with signed commitments before any live leverage contract work.",
"version": "1.0.0",
"updated": "2026-04-27",
"status": "simulation_only",
"minimumExternalLiquidityPct": 0.2,
"bridgeBufferPolicy": {
"formula": "bridgeReserve >= peakBridgeOutflow * latency",
"safetyFactor": 3
},
"sources": [
{
"id": "SIM-POL-001",
"type": "policy_floor",
"description": "At least 20% of capital remains external/idle liquidity in every deployable profile.",
"evidence": "config/capital-efficiency-policy.json",
"signedCommitment": null
}
],
"emergencyAuthority": {
"multisig": null,
"operatorGroup": null,
"notes": "Must be populated with real authority evidence before live leverage deployment."
},
"liveDeploymentAllowed": false
}