IPOR

  • Name: IPOR
  • URL: https://docs.ipor.io/
  • Category: interest-rate benchmark / interest-rate swap AMM / DeFi rate-derivatives infrastructure
  • Summary: IPOR is worth cataloging not as just another yield product, benchmark dashboard, or fixed-rate marketing layer, but as a bundled rate-benchmark-and-swap stack for DeFi credit markets. Its core move is to turn a cross-protocol offered-rate index into an onchain reference rate, accrue that rate through an Interest Bearing Token (IBT) abstraction, and then use an AMM plus pooled liquidity providers as the collective counterparty for fixed-vs-floating interest rate swaps. The reusable insight is that IPOR makes several usually-blurred control surfaces legible at once: index construction, publication cadence, fixed-rate quoting, offchain risk-parameter compilation, LP reserve management, and governance over who can update or reconfigure the system.
  • What it does:
    • Defines an Inter-Protocol Offered Rate (IPOR) meant to reflect the borrowing cost across major DeFi credit protocols and serve as a benchmark reference rate
    • Stores the benchmark onchain in an oracle layer that also maintains IBT accrual so floating-rate exposure can be measured between publication points
    • Uses an AMM to quote vanilla pay-fixed / receive-floating and receive-fixed / pay-floating swaps against a shared liquidity pool rather than requiring a matched bilateral counterparty
    • Lets liquidity providers underwrite swap exposure while idle reserves can be delegated into external money markets such as Aave and Compound for additional yield
    • Prices swap spreads from pool depth, collateral balance, time-weighted notional imbalance, and externally modeled risk parameters such as leverage caps and collateral factors
    • Wraps the live protocol in DAO / timelock / multisig governance, though the current docs still show meaningful offchain and multisig dependencies and a governance transition from legacy IPOR DAO toward Fusion DAO
  • Key claims:
    • The conceptual whitepaper frames IPOR as a reference-rate layer for DeFi credit markets and argues that a weighted inter-protocol benchmark rate can support fixed-income instruments and interest-rate derivatives without relying only on protocol-local utilization curves.
    • The swap docs describe IPOR swaps as vanilla fixed-vs-floating interest rate swaps where the liquidity pool is the maker and the trader posts margin, fees, and a liquidation deposit while the pool reserves matching collateral.
    • The oracle docs expose a useful lower-layer split: a stateless rate-calculation contract, an oracle contract that stores index state and IBT, and an offchain publication service that writes values for gas-efficiency reasons.
    • The publication docs show the benchmark is not continuously updated every block. Instead, publication cadence is explicitly governed by time, volatility, and gas-aware heartbeat logic, which means the benchmark is an operationally managed reference rate rather than a pure always-live market price.
    • The spread and risk-oracle docs make the AMM control surface unusually clear. Fixed-rate quotes depend not only on the benchmark, but also on pool depth, leg imbalance, max leverage, collateral-factor assumptions, and signed offchain risk parameters that are refreshed frequently through an external service.
    • The governance docs show the protocol still has substantial multisig concentration: live-contract proposals, treasury control, oracle fee collection, and other operational wallets are governed by named multisigs, while the DAO itself is in transition from the legacy $IPOR token toward a not-yet-launched $FUSN token.
    • The docs are also slightly inconsistent on oracle decentralization: one oracle page describes permissionless index updates by anyone willing to pay gas, but the same page’s function table says update functions are available only to whitelisted updaters, and the architecture article explicitly describes the publication path as still fairly centralized. That inconsistency is analytically important because publication authority is one of the protocol’s main control surfaces.
  • Whitepaper: The main primary material in this pass was the official conceptual whitepaper hosted in the docs plus protocol docs for swaps, oracle structure, publication cadence, risk parameters, governance, and the public repo README. No standalone official PDF was confirmed in this pass; see ../whitepapers/ipor-primary-sources-2026-05-13.md.
  • Sources:
  • Last reviewed: 2026-05-13 UTC