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
  • Decentralized TSS Vaults
  • Withdrawal Process - Three Mandatory Checks
  • Additional Security Safeguards - Slashing & Watchtowers
  • Resilience & Recovery
  • Institutional Alignment - Seamless, Revenue-Positive Integration
  1. Architecture
  2. Overview

Threshold Signature Scheme

Decentralized TSS Vaults

Helios secures Bitcoin deposits with a Threshold-Signature Scheme (TSS) implemented on the MIDL layer. Vault keys are split among an on-chain quorum of validators; no single party ever controls a complete key. This design removes the single-custodian risk common in traditional solutions while retaining Bitcoin’s native settlement guarantees.

Withdrawal Process - Three Mandatory Checks

  • User Intent: The depositor signs a BIP-322 message that proves ownership of the UTXO.

  • Validator Co-Signature: A super-majority of validators jointly generate the TSS signature (t-of-N).

  • Protocol Verification: Helios smart contracts confirm the action aligns with protocol rules (e.g., loan repayment, liquidation) before broadcasting the transaction. Only when all three conditions are met does the vault release funds, ensuring continuous self-custody for the depositor.

Additional Security Safeguards - Slashing & Watchtowers

  • Economic Penalties: Validators stake BTC that is slashed for invalid signatures or censorship.

  • Fraud-Proof Window: Each outbound spend is subject to a short challenge period, during which independent watchtowers can submit fraud proofs. A malicious validator majority cannot move assets without the depositor’s signature, and off-path signatures are rejected because the TSS key functions only through the custody module.

Resilience & Recovery

If validator liveness drops below safe thresholds, the protocol supports on-chain validator rotation and time-locked recovery scripts, enabling depositors to migrate funds without disruption.

Institutional Alignment - Seamless, Revenue-Positive Integration

• Plug-and-Play Stack: Helios relies on the TSS primitives already deployed by many enterprise custody platforms.

• Policy-Engine Continuity: Existing role-based approvals, velocity limits, and whitelists map one-for-one to Helios contract calls, allowing operations teams to integrate the product without rewriting internal control matrices.

• New Yield Product: A simple “Bitcoin-native earn” toggle can be added to current dashboards, giving clients access to DeFi returns while their BTC never leaves the base layer—enabling the provider to charge management or performance fees.

• Compliance by Design: Real-time Merkle solvency proofs, Travel-Rule metadata feeds, and automated audit logs plug into existing reporting pipelines and preserve SOC 2 / ISO accreditation.

• Risk Ring-Fenced: Slashable validator stakes, mandatory user co-signatures, and immutable contract guardrails eliminate rehypothecation risk and satisfy fiduciary capital-protection mandates.

• Competitive Differentiation: Offering native BTC yield—without bridges or wrapped assets— that allows 1-block withdrawal instead of long staking period broadens the custody provider’s product suite and positions it ahead of peers still limited to wrapped-token DeFi.

PreviousMIDL Validator Network (DPoS Consensus Layer)NextLending Logic Layer by Helios

Last updated 1 month ago