Overview
High-level introduction to the Aurum protocol and its core value proposition.
Path: overview
Third-party documentation. This is independently authored analysis of the public Aurum Protocol codebase — not the official docs, and not reviewed or endorsed by the Aurum Protocol team.
Aurum Protocol
Aurum is a next-generation DeFi protocol designed with modularity and security at its core. Every component is independently upgradeable, audited in isolation, and governed through on-chain proposals.
Why Aurum?
- Isolated markets — risk is contained per asset pool; one bad market cannot cascade.
- Upgradeable modules — each contract is a separate proxy, letting you ship improvements without migrating user funds.
- Multi-source oracle aggregation — Chainlink + Uniswap TWAP with deviation circuit-breakers prevent manipulation.
- Permissionless by default — governance is scoped to emergency pauses and fee parameters only.
Reading order
- Overview (this page)
- Architecture — system diagram and data-flow
- Auth — access control and roles
- Core — shared state and invariants
- Lending — deposit, borrow, repay
- Liquidation — health-factor and auctions
- Oracle — price feeds and fallback logic
- Participants — users and counterparty registry
- Payments — fee routing and disbursements
- Vaults — collateral custody
- Examples — end-to-end walkthroughs
- API Reference — full function signatures
