Type: CDP / Structured Products | Docs: covenant.finance
Overview
Covenant is a collateralized debt position (CDP) protocol and structured products platform on Monad. Users lock collateral to mint synthetic debt, similar to MakerDAO’s design. Rampart exposes aggregate vault statistics for monitoring system health and collateralization levels.Functions
getCovenantStats()
Returns aggregate statistics across all Covenant vaults. ReturnsCovenantStats
| Field | Type | Description |
|---|---|---|
vaultCount | number | Total number of open CDP vaults |
totalCollateral | number | Total collateral value locked in USD |
totalDebt | number | Total synthetic debt outstanding in USD |
protocol | 'covenant' | Protocol identifier |
Usage Example
Contract Addresses
| Contract | Address |
|---|---|
| CovenantManager | 0x7d5cf24C05A80d4FfC1D4B2d2E4c47d9b8cE2F5a |