Skip to content
LogoLogo

Security & audits

Audits

The v2 contracts have been through multiple independent audit rounds, with reports published in the public repository next to the code:

RoundScope
1Core protocol: market, vaults, oracle verification
2PSM, reserve vaults, lending stack
3Chainlink oracle migration
4Stablecoin branch: eUSD CDP engine, sEUSD staking

Reports: github.com/own-protocol/own-v2/tree/main/audits

Verification

Defense in depth, summarized

LayerMechanisms
Signature abuseEIP-712 domains bound to chain and contract, seconds-scale expiry, single-use quotes, monotonic oracle sequence numbers
Price manipulationChainlink anchors, deviation bands (5% to 8%), settle band ±5%, freshness windows, no trade-price oracles
Issuance riskGlobal utilization cap, per-asset caps, solvency check on every mint, debt ceiling on eUSD
Vault safetyShare-less protocol reserves separated from LP equity, ratio-jump guard, exit clamps, dead-shares seeding on sEUSD, OZ virtual-shares defense
Emergency responseTrading pause (reversible), asset halt (funded permanent wind-down), independent eUSD mint pause; exits ungated in every state

Responsible disclosure

Report vulnerabilities privately through the security contact in the contracts repository rather than a public issue.