Agentic governance for CDP stablecoins, AI agents adjust PID parameters on-chain with policy bounds.
Horoi Protocol is the first agentic-first CDP where governance is performed by AI agents instead of centralized voting or timelocks. The protocol uses a ParameterGuard smart contract that enforces policies and bounds set by a DAO, company, or individual — giving complete control over what the agent can and cannot do. The agent monitors BTC collateral and the GRIT stablecoin peg, then autonomously adjusts PID controller gains (KP, KI) to maintain the peg during crashes and pumps. Every proposal is validated on-chain against policy bounds — anything outside is rejected. Every decision is stored as a Policy Decision Record (PDR) on 0G Storage for auditability. Key Innovation: Small model governance. Most agentic protocols use large LLMs ($10+/1M tokens). Horoi is designed around small models (1.5B-7B parameters) that cost 90% less, run on decentralized compute (0G), and can achieve sub-second latency — critical for DeFi crisis response. We trained a Qwen 2.5 1.5B model with RL to adjust PID parameters in crash scenarios. The model learned to propose bounded parameter changes within on-chain policies.
Tech Stack

