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. Architecture

Bitcoin Settlement Flow and One-Step Transactions

One of Helios’s architectural breakthroughs is enabling one-step deposit and withdrawal operations despite Bitcoin’s slower, UTXO-based transaction model. On DLC-based lending platforms, users need to sign multiple times and involve waiting for each to confirm. Helios can bundle actions to take place within a single Bitcoin block for a seamless user experience:

  • One-Step Deposit & Borrow: A user can send a single transaction that simultaneously deposits BTC as collateral and executes a borrow. The Bitcoin transaction output goes into a TSS vault, while the embedded MIDL instruction triggers the protocol to credit the user a loan. By the time one block confirmation occurs, the user’s BTC is locked and the borrowed amount is reflected in their account – all from one on-chain operation.

  • One-Step Repay & Withdraw: Similarly, paying back a loan and withdrawing collateral can happen in one atomic transaction. The user sends the owed amount (plus interest) in BTC to the vault with an instruction to repay, and the same transaction (or a subsequent automatic one in the same block) releases their BTC collateral back to their address. There is no need for the user to manually perform multiple steps; the protocol orchestrates the sequence under the hood.

  • Benefits: Users get a banking-like experience: deposit and withdrawal feel like singular actions rather than a series of technical steps. It also reduces transaction fees and UTXO clutter – fewer on-chain transactions are needed overall. By reducing intermediate steps, Helios minimizes the potential points of failure or user error.

PreviousBitcoin-Native Smart ContractsNextBitcoin Settlement & Finality

Last updated 29 days ago