Term Finance

  • Name: Term Finance
  • URL: https://www.term.finance/
  • Category: fixed-rate lending protocol / auction-cleared repo market / tri-party-repo-inspired credit infrastructure
  • Summary: Term Finance is best understood as an onchain tri-party repo market with recurring sealed-bid auctions, not as a standard pooled money market. Its primary materials repeatedly frame the protocol around fixed-term Term Repos, weekly or recurring call-market auctions, lender receipt tokens, isolated collateral lockers, and protocol-level control contracts for authentication and price feeds. The reusable mechanism insight is that Term shifts fixed-rate credit formation away from AMM-style maturity trading and toward auction-cleared collateralized loans, where clearing logic, oracle policy, collateral-manager rules, and repo-token redemption terms become the real control surface.
  • What it does:
    • Matches borrowers and lenders in recurring sealed-bid auctions that produce a single market-clearing fixed rate for a given term
    • Deploys serial fixed-term repo arrangements where each maturity has its own contract set and repurchase date
    • Mints ERC-20 Term Repo Tokens to lenders as claims on principal plus interest due at maturity
    • Holds collateral in isolated noncustodial lockers that the protocol monitors for collateral health and liquidations
    • Uses evergreen protocol contracts for authentication, event logging, and centralized price-feed management across repo instances
  • Key claims:
    • The official docs describe Term Finance as a transparent and scalable noncustodial fixed-rate liquidity protocol for digital assets, with Term Repos modeled on tri-party repo arrangements common in TradFi
    • The docs say borrowers and lenders are matched through recurring auctions where borrowers submit sealed bids and lenders sealed offers, and the protocol determines a single clearing rate for the auction
    • The Term Auctions docs describe those auctions as sealed-bid, second-price, single-shot, single-price double auctions or call markets
    • The Term Repo Tokens docs say lenders receive ERC-20 repo tokens equal to the repurchase price due at maturity and note that insufficient purchase tokens can cause an equal haircut across lenders at redemption
    • The public contracts README says the protocol is split between evergreen protocol contracts and serial Term Repo contract groups, with dedicated auction, servicer, collateral-manager, rollover, locker, and token contracts
    • The developer docs’ query interface says access control is role-based, including DEVOPS_ROLE, ADMIN_ROLE, INITIALIZER_APPROVER_ROLE, and CONTROLLER_ADMIN_ROLE, while the pricing layer is centered on TermPriceConsumerV3 with primary and fallback feeds
    • The same developer docs say collateral remains in isolated noncustodial repoLocker contracts, is not rehypothecated, and is managed and liquidated through TermRepoCollateralManager and TermRepoServicer, with admins able to pause liquidations
  • Whitepaper: No canonical standalone Term Finance whitepaper or litepaper surfaced in this pass. The clearest current sources were the official site, protocol docs, developer docs, and public contracts repository; see ../whitepapers/term-finance-primary-sources-2026-05-08.md.
  • Sources:
  • Last reviewed: 2026-05-08 UTC