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
  • SDK Packages
  • High-Level Roadmap
  • Wallet Integration
  1. For Developers

SDK Release Plan

*subject to change without notice

PreviousFlashloanNextSmart Contract Interface via MIDL (EVM on Bitcoin)

Last updated 28 days ago

Helios plans to keep its developer stack lightweight—just a JavaScript/TypeScript package for dApps and automations, plus a Python wrapper for data work and scripting. Both point to the same on-chain ABI bundle, so upgrades happen once and flow everywhere.


SDK Packages

Package
What it’s for
Key upstream

helios.js

Browser & Node apps, bots, simple scripts

Built on ethers.js v6.13.x (compact, tree-shakable) ()

helios-py

Jupyter notebooks, back-end jobs, analytics

Wraps web3.py 7.11 (Apr 29 2025) async provider ()

Each package auto-pulls ABI updates from the same registry; no separate indexing layer is planned.


High-Level Roadmap

  • Q3 2025: read-only queries, deposit/withdraw helpers.

  • Q4 2025: borrow/repay and basic liquidation calls.

  • Early 2026: optional cross-chain flash-ops helpers if demand justifies.


Wallet Integration

One of the easiest way for wallet integration is relying on the open-source midl-js —drop a one-file connector PR there and every Satoshi-Kit app sees the new wallet next release. ()

midl-xyz/midl-js: A JavaScript library that makes it easy to ... - GitHub
Documentation - Ethers.js
web3 - PyPI