Helios Finance
  • Introduction
    • Problem - Solution
    • How Helios Differs from Other Protocols
    • Summary of Capabilities
  • Quickstart
    • Installing Leather Wallet
    • Add MIDL regtest on Leather
    • Get test tokens from faucet
    • Experience the new BTC Defi
  • Architecture
    • Overview
      • Helios & MIDL Architecture Overview
      • MIDL Validator Network (DPoS Consensus Layer)
      • Threshold Signature Scheme
      • Lending Logic Layer by Helios
      • Roles and Responsibilities Summary
    • Bitcoin-Native Smart Contracts
    • Bitcoin Settlement Flow and One-Step Transactions
    • Bitcoin Settlement & Finality
  • Core Concepts
    • Overview
    • BTC-Native Liquidity, Expanded Asset Support
      • Interest Mechanics
      • Supported Assets
    • Partial Collateral Swap (Flexible Position Management)
  • Risk Framework
    • Overview
    • Adaptive Risk Optimization (Mempool- & Volatility-Aware LTVs)
      • More on Adaptive Risk Engine
    • Liquidation Mechanics
  • Capital Efficiency and Use Cases
    • Overview
    • Delta-Neutral Yield Strategies
    • Enhanced Yield for Bitcoin Holders
    • Arbitrage and Market Efficiency
    • Tax-Optimized Borrowing
  • Institutional Compliance and Security
    • Overview
    • KYC-Ready Architecture and Permissioned Pools
      • More on Dual-Layer Market
    • AML, Monitoring, and Auditability
    • Regulatory Alignment (MiCA, BIS/IOSCO, etc.)
  • For Developers
    • Overview
    • Interest Rate Model
    • Supply & Borrow Interest
    • Functions
      • Common Functions
      • Supply & Withdraw
      • Borrow & Repay & Liquidate
      • Flashloan
    • SDK Release Plan
    • Smart Contract Interface via MIDL (EVM on Bitcoin)
    • Transaction Fees
  • Oracles and Price Feeds
  • Running a Liquidator or Integration with Exchanges
Powered by GitBook
On this page
  1. Core Concepts
  2. BTC-Native Liquidity, Expanded Asset Support

Interest Mechanics

Adaptive Interest-Rate Engine

1. Core supply-demand curve Helios begins with the well-tested “kinked” model popularized by Aave and Compound. Borrow rates rise as pool utilization climbs, and the corresponding supply APY is the weighted average of those borrow payments. For example, at 50 % utilization, for example, the engine may quote 4 % borrowing / 2 % supplying; at 90 % utilization the same curve steepens to 15 % borrowing / 10 % supplying.

2. Autonomous risk premium—no manual switches Rate adjustments are fully algorithmic. A statistical risk engine ingests real-time feeds on data including but not limited to:

  • Mempool congestion (fee pressure, transaction delay)

  • BTC price volatility (1-h / 24-h σ)

  • Liquidity depth on major spot and derivatives venues

The model adds or subtracts a spread to the base curve every block. Humans cannot override the output directly but via governance that tunes model caps and floor parameters.

3. Example Scenario snapshots

Utilization
Network state
Borrow APR
Supply APY
Adjustment driver

30 %

Normal mempool, low vol

3 %

1.5 %

Base curve

75 %

Busy mempool, medium vol

9 %

6 %

Base + 150 bp congestion spread

92 %

Congested mempool, high vol

18 %

12 %

Base + 300 bp congestion & volatility spread

4. “Juicing” depositor APY Three levers raise real-world yield without distorting risk:

  • Protocol-fee cashback – Up to 50 % of liquidation and flash-loan income is rebated to suppliers, boosting effective APY by 50–150 bp.

  • HELIOS emission incentives – Governance can direct token rewards to specific pools; during bootstrap this can add another 3–5 % nominal APR.

  • hBTC yield token staking – Suppliers who opt to receive interest in hBTC (the protocol’s aToken analog that accrues yield in BTC) earn an additional auto-compounding component sourced from internal collateral swaps.

Combined, a 10 % on-chain supply rate in a high-utilization environment can translate to 13–15 % headline APY once fee-sharing and token incentives are layered in—while preserving the underlying risk profile enforced by the adaptive engine.

In short, Helios sets rates algorithmically, anchors risk premiums to objective on-chain conditions, and offers transparent, governance-approved pathways to enhance depositor returns.

PreviousBTC-Native Liquidity, Expanded Asset SupportNextSupported Assets

Last updated 1 month ago