Antler by Autoflux

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

  1. Overview (this page)
  2. Architecture — system diagram and data-flow
  3. Auth — access control and roles
  4. Core — shared state and invariants
  5. Lending — deposit, borrow, repay
  6. Liquidation — health-factor and auctions
  7. Oracle — price feeds and fallback logic
  8. Participants — users and counterparty registry
  9. Payments — fee routing and disbursements
  10. Vaults — collateral custody
  11. Examples — end-to-end walkthroughs
  12. API Reference — full function signatures