What Is THORChain: RUNE Cross-Chain Bitcoin DEX Guide 2026

— By Tony Rabbit in Tutorials

What Is THORChain: RUNE Cross-Chain Bitcoin DEX Guide 2026

THORChain is the leading cross-chain DEX for native Bitcoin swaps. Learn RUNE, CLP pools, THORSwap and how to trade BTC for ETH safely.

Introduction: The Bitcoin DEX Problem That THORChain Solved

For more than a decade, swapping native Bitcoin for native Ethereum without a centralized intermediary was considered an unsolved problem. The two chains do not share a virtual machine and have no way of trusting each other directly. Every workaround before 2021, from wrapped tokens like WBTC to exchanges like Binance, required a trusted custodian holding the underlying Bitcoin.

THORChain changed that. Launched on its ChaosNet mainnet in April 2021, THORChain is a decentralized cross chain exchange that lets traders swap real Bitcoin for real Ethereum, real Dogecoin for real Avalanche, and any combination across eight major Layer 1 networks, without wrappers, custodians, or KYC. The protocol settles every trade through its native asset, RUNE, and secures vault liquidity using Threshold Signature Schemes.

This guide explains how THORChain works under the hood, how to use front ends like THORSwap, and how the project recovered from two 2021 exploits to become one of the most trusted cross chain venues in DeFi. We also compare it against LayerZero, Wormhole and Axelar so you can decide where THORChain fits in your stack.

By 2026, THORChain processes hundreds of millions of dollars in monthly cross chain volume, sits among the top three cross chain swap venues by Bitcoin volume, and supports billions in pool liquidity across its eight native Layer 1 networks. Major wallets like Trust Wallet, ShapeShift and XDEFI have integrated it as the default native BTC swap engine. Independent analytics on thorchain.net and DefiLlama show steady growth in unique users and total value swapped, with Bitcoin sourced volume consistently the largest share. Whether you are a Bitcoin holder, a DeFi liquidity provider, or a developer building cross chain products, understanding THORChain has become essential infrastructure literacy.

THORChain RUNE cross-chain DEX native Bitcoin swap architecture diagram

What Is THORChain (40 Second Definition)

THORChain is a decentralized cross chain exchange that enables native swaps between major Layer 1 assets like Bitcoin, Ethereum and Dogecoin without wrapped tokens or centralized intermediaries. Powered by its RUNE settlement token and Continuous Liquidity Pool model, THORChain uses Threshold Signature Schemes to secure funds across vaults, making it the world's leading on chain Bitcoin DEX with billions in liquidity since its 2021 mainnet launch.

A decentralized cross chain exchange is a DEX that does not live on a single blockchain. Traditional AMMs like Uniswap exist entirely on Ethereum. If you want to swap Bitcoin for Ether on Uniswap, you first convert your Bitcoin to WBTC, which requires trusting a custodian like BitGo. THORChain removes that step: native BTC in, native ETH out, with no IOU asset touching your wallet.

RUNE is the glue. Every liquidity pool on THORChain pairs RUNE plus one external asset. A Bitcoin pool is really a BTC:RUNE pool. To swap BTC for ETH, the protocol routes through both pools using RUNE as intermediate settlement, in a single atomic transaction. If you are new to DEXes, start with our complete DeFi guide first.

A Brief History: From Bigwill to ChaosNet to 2026

THORChain was born in 2018 inside the Binance Dexathon. The founding team operated anonymously under a pseudonymous lead developer named Bigwill, echoing the cypherpunk ethos of Satoshi Nakamoto. The team has stayed anonymous, with development continuing through a loose collective rather than a corporate entity. Major milestones:

THORChain Timeline

July 2018
Project founded at Binance Dexathon by anonymous developers including Bigwill
2019 to 2020
BEPSwap on Binance Chain serves as proof of concept for the CLP model
April 2021
ChaosNet launches with multichain support, the experimental mainnet for native BTC, ETH and BNB swaps
July 2021
Two security exploits drain roughly 33M USD of pooled liquidity, protocol halted for forensic review
2022
Multichain relaunch after extensive audits by Trail of Bits and Halborn, pools restored to full operation
2023 to 2025
THORFi launch adds Savers and Lending, Maya Protocol fork goes live, integrations with TrustWallet, Asgardex, ShapeShift expand
2026
Among the top three cross chain swap venues by native Bitcoin volume, multiple front ends mature, RUNE deflationary mechanics fully active

The decision to design THORChain as a Cosmos SDK based chain was deliberate. Cosmos gave the team a flexible state machine, Tendermint consensus for fast finality, and IBC for future interoperability. THORNodes observe external chains, sign vault transactions and process swap routing through RUNE.

How THORChain Actually Works: CLP, Vaults and RUNE

Three primitives work together: Continuous Liquidity Pools, Asgard and Yggdrasil vaults secured by TSS, and RUNE as universal settlement asset. The differences from familiar Ethereum AMMs are what make native cross chain swaps possible.

1. Continuous Liquidity Pools (CLP)

A CLP is THORChain's variant of the constant product market maker. Like Uniswap, it uses x * y = k to set prices. The twist: every CLP pairs an external asset with RUNE rather than with another external asset. THORChain has a BTC:RUNE pool, an ETH:RUNE pool, a DOGE:RUNE pool, and so on.

This hub and spoke design has three properties. First, it reduces pools needed for N assets from N(N-1)/2 to just N. Second, slip based fees penalize large swaps that move price aggressively, protecting liquidity providers from arbitrageurs. Third, every swap between two non RUNE assets is automatically a double swap routed through RUNE, generating fees on both legs.

CLP Swap Routing Diagram (BTC to ETH)

[ User Wallet ]
|
| 1. Send 1 BTC from native BTC address
v
[ Inbound BTC Vault (TSS) ]
|
| 2. Observed by THORNodes, witnessed on Cosmos
v
[ BTC:RUNE Pool ] --> BTC swapped for RUNE
|
| 3. RUNE used as intermediate settlement
v
[ ETH:RUNE Pool ] --> RUNE swapped for ETH
|
| 4. Outbound Ether signed by ETH vault TSS
v
[ User Wallet ] --> Receives native ETH

No wrapped assets are minted at any step. Bitcoin stays as native BTC in a vault, and Ether is paid out from a separate Ethereum vault. RUNE is the only asset moving across the chain boundary inside the THORChain state machine.

2. Threshold Signature Schemes (TSS) and the Vault Architecture

The hardest part of building a cross chain DEX is custody. Where do the user's Bitcoins sit while the protocol arranges a swap? On a CEX, they sit on the company's books. With WBTC, they sit with BitGo. Neither is acceptable for a permissionless protocol.

THORChain uses Threshold Signature Schemes, where many independent nodes collectively control a single address and a transaction requires a threshold of them to sign before funds move. Two vault types exist:

  • Asgard vaults: large pooled vaults secured by a TSS signature scheme requiring two thirds of all active THORNodes to sign. These hold the bulk of pool liquidity. No single node, group of nodes, or developer can move Asgard funds.
  • Yggdrasil vaults: smaller solo vaults assigned to individual nodes for fast outbound transaction processing. The node bonds RUNE collateral worth at least as much as the assets in its Yggdrasil vault, so any theft is immediately offset by slashing the bond.

This differs materially from how bridges like Wormhole or LayerZero operate. Those rely on trusted validator sets or optimistic verification with fraud proofs. THORChain's TSS model means no party ever has unilateral custody, and slashing economics make malicious behavior unprofitable. Bond collateral is roughly twice the value of vaulted assets. Our transaction simulation guide covers how to inspect any swap before signing.

3. RUNE: The Settlement Asset

RUNE is more than a governance token. It plays four distinct roles in THORChain:

Role Description
Settlement Asset Every CLP pairs RUNE with one external asset. Every swap between two external assets uses RUNE as the intermediate.
Bond Collateral THORNode operators bond RUNE to participate in consensus. The active set of nodes is sorted by bond size.
Governance RUNE holders and bonded nodes vote on protocol upgrades, fees and listings.
Incentive Pendulum A built in mechanism that adjusts emission rewards between liquidity providers and node bonders to keep the system at a target ratio (one to one bonded to pooled).

RUNE's deterministic price model ties its value to total non RUNE liquidity. One RUNE is theoretically worth approximately three times the value of non RUNE pool assets divided by circulating supply. Max supply is capped at 500 million tokens with tapering emissions.

Step by Step: How to Swap BTC for ETH on THORSwap

The most popular front end is THORSwap. Others include Asgardex (a desktop wallet), ShapeShift and TrustWallet's mobile integration. All route the same underlying protocol. Here is the full flow using THORSwap.

THORSwap interface step by step swap from native Bitcoin to Ethereum tutorial

Full BTC to ETH Native Swap Walkthrough

1
Open THORSwap and connect wallets. Visit thorswap.finance. You will need two wallets: one with native BTC (XDEFI, Ledger via Asgardex, or Trust Wallet) and one with an Ethereum address ready to receive ETH (MetaMask, Rabby, or any EVM wallet). Connect both. THORSwap does not custody anything; it only generates the inbound BTC address for you to send to.
2
Select BTC as the input asset, ETH as output. Enter the amount of BTC you want to swap. THORSwap shows the expected ETH out, the slippage tolerance, the network fee and the estimated arrival time (typically 5 to 20 minutes for BTC inbound confirmations).
3
Set slippage and review the affiliate fee. Default slippage is 1 percent. THORSwap charges an interface fee on top of the protocol fees (around 0.3 percent in 2026). Both are visible in the trade summary. If you need a refresher on slippage, our DEX aggregator guide compares slippage models across protocols.
4
Confirm the inbound address. THORSwap displays a Bitcoin address (the current Asgard vault address) and a unique memo string. The memo encodes your destination Ethereum address and the swap intent. CRITICAL: the memo must be attached as Bitcoin OP_RETURN data; THORSwap handles this automatically if you use its in app wallet, but manual wallets require pasting the memo into the transaction note field.
5
Sign and broadcast the BTC transaction. Your BTC wallet broadcasts the deposit to the Asgard vault address. Use a reasonable miner fee so confirmation happens in one to three blocks (roughly 10 to 30 minutes). Do not send BTC to an Asgard address without the correct memo; you risk losing the funds. THORSwap protects against this by handling memo construction itself.
6
Wait for confirmations. THORChain requires a minimum number of inbound confirmations that scales with the swap value (one confirmation for small swaps, up to six for very large ones). Once confirmed, THORNodes observe the deposit and trigger the double swap through BTC:RUNE then RUNE:ETH pools.
7
Receive ETH on your Ethereum wallet. An outbound Ethereum transaction is signed by the relevant TSS vault and broadcast. Once it confirms (one or two ETH blocks, around 30 seconds), the ETH lands in your destination address. The entire process is atomic from your perspective: if anything fails mid swap, the protocol refunds your BTC minus a small outbound fee.

Asgardex is the most decentralized way to interact, connecting directly to THORChain RPC nodes without web front ends, but requires more technical setup. ShapeShift's app provides a polished alternative with compliance tools and tax reporting.

Mobile users have THORWallet and Vultisig as dedicated apps with first class THORChain support, including biometric auth and watchtower features for monitoring inbound transactions. For Ledger hardware wallet holders, Asgardex remains the gold standard signing flow, with native Bitcoin support handled through the wallet's BTC app. XDEFI Wallet, a browser extension popular among cross chain power users, provides perhaps the smoothest desktop experience by combining multiple chain wallets into one interface and routing THORChain swaps through THORSwap behind the scenes. Each of these front ends pays a small affiliate fee to the protocol or to the wallet team itself, which is disclosed transparently in the quote screen.

THORChain vs LayerZero vs Wormhole vs Axelar

The cross chain landscape in 2026 is crowded. THORChain competes with messaging protocols (LayerZero, Wormhole, Axelar, Hyperlane) and aggregators (1inch Fusion+, LI.FI, Rango). The differences are easy to miss. Here is the honest breakdown.

Feature THORChain LayerZero Wormhole Axelar
Asset model Native (real BTC, real ETH) Wrapped or app specific Wrapped (wBTC, wETH equivalents) Wrapped (axlUSDC, etc)
BTC support Yes, native No native BTC Wrapped only Wrapped only
Security model TSS multi sig with RUNE bond slashing Configurable oracle/relayer set 19 Guardian validators PoS validator set (Cosmos based)
Primary use Native asset swaps Arbitrary message passing Token bridging, messages Bridging, GMP, dApp infra
Speed (BTC to EVM) 10 to 30 min (BTC confirmations) Not applicable (no BTC) 15+ min via wrapper mints Not applicable
Custodial risk None (TSS distributed) Depends on chosen DVN set Guardian set risk (2022 hack) Validator set risk
Best for Bitcoin swaps without WBTC Token launches across chains EVM to Solana bridging Stablecoin and dApp routing

THORChain is not really competing with LayerZero or Axelar; it solves a different problem. Those move messages and wrapped tokens between smart contract chains. THORChain swaps native assets including Bitcoin, which neither can do natively. The closest direct competitor is Maya Protocol, a friendly fork discussed later. Deeper reading: Axelar overview and Hyperlane explainer.

The 2021 Hacks: Honest Postmortem

In July 2021, three months after ChaosNet launched, the protocol suffered two exploits draining roughly 33 million USD. The team paused, conducted forensic reviews, reimbursed affected LPs and relaunched with extensive audits. Here is what happened.

Exploit 1: July 15, 2021 (approximately 8M USD)

Vector: A vulnerability in the Bifrost service (the component that observes external chains and signs vault transactions) allowed an attacker to send a specially crafted Ethereum transaction that tricked Bifrost into believing more ETH was deposited than actually was. The attacker then withdrew the inflated phantom balance.

Loss: Roughly 2,500 ETH (around 8 million USD at the time).

Lesson: The fix involved hardening the Bifrost observer to validate the full transaction trace and not rely on event log parsing alone. The exploit revealed a class of issues unique to cross chain observers that pure smart contract audits would not catch.

Exploit 2: July 23, 2021 (approximately 25M USD)

Vector: A second, more sophisticated attack exploited a routing logic bug. The attacker crafted a swap memo that confused the router into paying out the same amount multiple times against a single deposit. The flaw was in how the swap queue processed asymmetric add liquidity operations.

Loss: Around 25 million USD across multiple pools, including BTC and ETH.

Lesson: The team paused the protocol, performed a full code review with Trail of Bits and Halborn, and rewrote the router with stricter invariant checks. Reimbursement happened over months using protocol fees and emissions.

The team did not socialize losses. They acknowledged each exploit publicly, paused promptly, brought in Trail of Bits and Halborn for a full code review, and reimbursed LPs from protocol reserves, slashed bonds and ongoing fees. Since the 2022 relaunch, no major exploit has occurred through 2026. This is a credible four year track record on a protocol holding billions in native assets, though no DeFi protocol is ever risk free.

Practical implication: THORChain is battle tested but novel. Use it for swaps you can afford to lose if tail risk materializes, paired with practices like our address poisoning prevention guide.

RUNE Tokenomics in Detail

RUNE has a hard supply cap of 500 million tokens. Circulating supply sits around 340 million in 2026, with the remainder reserved for emissions, grants and reserve. Emissions taper logarithmically with the bulk flowing to liquidity providers and bonded nodes via the incentive pendulum.

RUNE tokenomics chart supply cap circulating bonded pooled distribution 2026

RUNE Distribution Snapshot (2026)

Bonded RUNE (node collateral)approximately 120M
Pooled RUNE (LP positions)approximately 110M
Free float (CEX, retail wallets)approximately 110M
Reserve and emissionsapproximately 160M

Figures are illustrative based on midyear 2026 dashboard data. Real time data is available on thorchain.net and other community dashboards.

Each RUNE is theoretically backed by three dollars of external pool liquidity per RUNE. Critics note this model is theoretical, not enforced, and RUNE often trades at multiples or fractions of this floor. The deterministic floor is a mental model, not a guarantee. RUNE remains volatile and should be sized accordingly. The 500 million cap creates deflationary pressure as liquidity grows. Protocol fees are also partially burned, tying the burn rate to swap volume.

THORFi: Savers, Lending and Synthetic Assets

Starting in 2023, THORChain expanded beyond swaps with THORFi: Savers and Lending, letting users earn yield or borrow against native assets without leaving the protocol.

THORChain Savers

Savers is a single sided liquidity product. Deposit native BTC, ETH, BNB or any supported asset, and earn yield denominated in the same asset. There is no impermanent loss in the traditional AMM sense because the protocol absorbs dual sided exposure via its reserve buffer. Yield comes from real swap fees, not inflation.

BTC Savers has historically yielded three to ten percent APY in BTC terms depending on volume. ETH Savers tracks similar bands. Our Rocket Pool guide covers liquid staking for comparison.

THORChain Lending

Lending is more experimental. Users borrow stablecoins or native assets against BTC, ETH or other Layer 1 collateral. The unusual property: loans are interest free with no conventional liquidations. The protocol takes a one time origination fee with an LTV cap. Loans can be repaid anytime using any supported asset.

This works by minting synthetic THOR.USD against pool collateral, with risks absorbed by the protocol reserve. It is controversial because, like Terra UST's collateral model, it relies on the protocol absorbing tail risks. The team has been conservative with caps and has paused lending during high market stress.

Risk note on THORFi Lending

Lending caps have been adjusted multiple times since launch. Always check current open and closed loan availability on the front end before depositing. The product is robust but newer than Savers and carries more protocol design risk.

Synthetic Assets

Synthetics are 1:1 backed wrapped assets inside THORChain. Synthetic BTC (THOR.BTC) is collateralized by half native BTC and half RUNE in pools. They enable fast pool to pool trading without external chain confirmations, primarily a power user tool for arbitrage.

Maya Protocol: The Friendly Fork

Maya Protocol is a friendly fork of THORChain launched in 2023. The two share similar codebases and a cooperative relationship. Maya supports Layer 1 networks THORChain did not prioritize: Dash, Arbitrum and Kuji.

The relationship is unusual in crypto where forks are typically hostile. Maya's founders coordinated with the core team, paid licensing royalties in CACAO (Maya's settlement token) and backport security fixes between codebases. Liquidity in one network complements the other.

For users, both are interchangeable for assets they share. THORChain has deeper BTC and ETH liquidity. Maya is the venue for Dash or Arbitrum native assets. Both are accessible through THORSwap, which routes to whichever has the better quote.

The 9 Realms Ecosystem

The 9 Realms is the colloquial name for the cluster of teams and dApps building on top of THORChain. The Norse branding is consistent with THORChain's theme. The ecosystem includes:

  • THORSwap: the dominant web front end
  • Asgardex: a self contained desktop wallet with no third party dependencies
  • ShapeShift: integrated swap UI within ShapeShift's wallet
  • TrustWallet: mobile swap integration
  • XDEFI Wallet: multichain wallet with first class THORChain support
  • THORWallet: dedicated mobile wallet for THORChain
  • Vultisig: TSS based wallet aligned with THORChain's security model
  • RUNEScan and THORYield: analytics and portfolio tracking
  • Pioneer Server: open source community node monitoring

Front end diversity provides permissionless access. If THORSwap went down, users could still swap via Asgardex, XDEFI or RPC. This is a structural advantage over CEXes with a single application layer failure point.

Risks and Honest Tradeoffs

No DeFi protocol is risk free. Here is the actual risk rundown for 2026.

THORChain Risk Matrix

Protocol code risk: TSS, Bifrost observers and CLP routing are inherently complex. The 2021 exploits exposed real classes of issues. Despite audits, novel attack vectors are always possible.
Liquidity risk: Large swaps move price aggressively in CLPs (this is by design to protect LPs). Slippage on a 100K USD BTC to ETH swap is meaningfully higher than on Uniswap V3 for stable pairs.
RUNE concentration risk: Every swap touches RUNE. If RUNE itself crashes in price, pool dynamics destabilize quickly. The deterministic price model is theoretical, not enforced.
Front end risk: THORSwap and other UIs are separate from the protocol. A compromised front end could route swaps to malicious addresses. Always verify the URL and consider using Asgardex for high value swaps.
Memo error risk: Sending BTC to an Asgard address without the proper memo can result in lost funds. Use trusted front ends that handle memo construction, never copy paste addresses from random sources.
Regulatory uncertainty: The pseudonymous founding team, lack of KYC and direct Bitcoin custody put THORChain in regulatory gray zones in some jurisdictions. Users should be aware of local crypto regulations.

The Rango Exchange tutorial covers an aggregator that routes through THORChain plus other bridges, often providing better quotes than THORSwap alone. The Permit2 safety guide covers operational security across DeFi.

Use Cases: When to Choose THORChain

THORChain excels in specific scenarios and is unsuitable in others. The most compelling use cases:

Best Use Cases for THORChain

BTC
Swapping native Bitcoin without going through a CEX or WBTC. This is THORChain's killer use case. There is no comparable decentralized alternative for native BTC swaps at any scale.
L1
Moving value between non EVM Layer 1s. Need to swap LTC for AVAX, or DOGE for BNB? THORChain handles these natively without forcing you to route through Ethereum.
SAV
Earning BTC denominated yield via Savers. If you want to put BTC to work without converting to a wrapped asset, Savers is one of the few products that lets you do so.
PRV
Privacy preserving cross chain moves. No KYC, no centralized intermediary, no IP logging beyond what your wallet exposes. THORChain is one of the most privacy preserving ways to move value cross chain.

Conversely, THORChain is not the right tool if you need:

  • Sub second execution: BTC confirmations take 10 plus minutes; centralized venues are faster for time sensitive arbitrage.
  • Trading small cap altcoins: THORChain only lists major Layer 1 assets; for ERC20 tokens you still need Uniswap or 1inch.
  • Instant on chain settlement on Ethereum only: if both sides of your trade are EVM tokens, a regular DEX is faster and cheaper.
  • Tax simple swaps: cross chain native swaps are a tax gray zone in many jurisdictions because they cross multiple ledgers.

Building on THORChain: Developer Notes

Developers use three APIs: Midgard (pool and swap analytics), THORNode RPC (transaction construction) and the inbound address API. Community SDKs exist in JavaScript (xchain.js), Python and Go. Front end integration involves constructing a deposit memo encoding swap intent (asset, destination, slippage) and presenting the current inbound address. The protocol handles everything else asynchronously. Docs at docs.thorchain.org. Our Uniswap V4 hooks guide covers a complementary approach to customizable swap infrastructure on Ethereum.

Pros and Cons Summary

Pros

  • Native BTC swaps, no wrappers
  • TSS distributed custody, no single point of failure
  • Permissionless, no KYC
  • Multiple front ends, no app layer single point of failure
  • Strong post 2022 track record
  • Active development and ecosystem growth
  • Real yield from swap fees (Savers)
  • Friendly fork relationship with Maya

Cons

  • Complex routing, harder to debug
  • Slow due to BTC confirmation times
  • Slippage on large swaps
  • RUNE concentration risk
  • Limited asset coverage (Layer 1 majors only)
  • History of 2021 exploits
  • Memo error risk if used wrong
  • Regulatory uncertainty in some regions

Best Practices for Using THORChain Safely

  1. Use a reputable front end. THORSwap, Asgardex, ShapeShift and XDEFI are the established options. Avoid lookalike domains or unfamiliar UIs.
  2. Verify the inbound address. THORSwap displays the current Asgard vault address. Cross check it against the Midgard API or thorchain.net before sending large amounts.
  3. Use proper memos. Never send to an Asgard address without the correct memo. Trusted front ends handle this automatically.
  4. Start small. Do a small test swap before committing six figures. Confirm the full BTC to ETH flow with a small amount first.
  5. Check pool depth. Look at pool TVL before swapping. Thin pools have higher slippage.
  6. Monitor confirmations. Use a block explorer to confirm BTC deposits independent of THORSwap. Do not refresh and worry; the protocol is asynchronous by design.
  7. Hardware wallet for large amounts. Ledger via Asgardex provides cold storage signing for THORChain transactions.
  8. Avoid Lending unless you understand it. THORChain Lending is novel and carries protocol design risk. Stick to swaps and Savers if you are new to the protocol.

For additional context, our USDT stablecoin guide covers the most common cross chain swap destination.

Frequently Asked Questions

Q What exactly is THORChain in one sentence?

THORChain is a decentralized cross chain exchange that lets users swap native assets like Bitcoin, Ethereum and Dogecoin without wrapped tokens or centralized intermediaries, settling all trades through its native RUNE token and securing vaults with Threshold Signature Schemes.

Q Is THORChain safe in 2026 given the 2021 hacks?

THORChain has had no major exploits since its 2022 relaunch following extensive audits by Trail of Bits and Halborn. The protocol holds billions in native asset liquidity with a four year clean security record. That said, no DeFi protocol is risk free; users should size positions appropriately and follow best practices like using reputable front ends and verifying inbound addresses.

Q How does THORChain differ from a regular bridge like Wormhole?

Bridges like Wormhole or Axelar mint wrapped representations of assets on the destination chain. THORChain instead swaps native assets directly: real Bitcoin in, real Ethereum out. There are no wrapped tokens created at any point in the flow, and the security model uses Threshold Signature Schemes rather than a guardian validator set.

Q What chains does THORChain support natively?

As of 2026, THORChain supports native swaps across Bitcoin, Ethereum, Bitcoin Cash, Litecoin, Dogecoin, Avalanche, BNB Smart Chain and Cosmos. The Maya Protocol fork extends coverage to additional networks like Dash, Arbitrum and Kuji while sharing security practices with THORChain.

Q What is RUNE and why is it required for every swap?

RUNE is THORChain's native settlement asset. Every Continuous Liquidity Pool pairs an external asset with RUNE, so cross asset swaps automatically route through two pools using RUNE as an intermediate. RUNE also serves as node bond collateral, governance and incentive pendulum currency, with a fixed maximum supply of 500 million tokens.

Q How long does a BTC to ETH swap take on THORChain?

The full flow typically takes 10 to 30 minutes. The bulk of the time is waiting for Bitcoin block confirmations on the inbound side, which scales with the size of the swap. Once confirmed, THORChain executes the double swap and signs the outbound Ethereum transaction in under a minute.

Q What are THORChain Savers and how do they earn yield?

Savers is a single sided liquidity product that lets you deposit native BTC, ETH or other supported assets and earn yield denominated in the same asset. The yield comes from a share of swap fees on the underlying pool, not from inflationary emissions. The protocol absorbs impermanent loss risk on the LP side, making Savers economically simpler than traditional dual sided AMM liquidity.

Q What is the Continuous Liquidity Pool (CLP) model?

A Continuous Liquidity Pool is THORChain's variant of an automated market maker. It pairs an external asset like BTC or ETH with RUNE, using a constant product formula similar to Uniswap. CLPs use slip based fees that scale with how aggressively a swap moves the price, protecting liquidity providers from large arbitrage losses while maintaining always available liquidity for swaps.

Q What is Threshold Signature Scheme (TSS) and why does it matter?

Threshold Signature Scheme is a multi party computation cryptographic technique where many independent nodes collectively control one address. A signature requires a threshold number of nodes to cooperate. For THORChain, this means Asgard vaults holding billions in native BTC and ETH cannot be moved unilaterally by any single node, group of nodes or developer. It is what makes THORChain trustless without requiring custodians.

Q What is the difference between THORChain and Maya Protocol?

Maya Protocol is a friendly fork of THORChain that launched in 2023. It uses substantially similar code but supports a different set of Layer 1 networks (Dash, Arbitrum, Kuji and others) with its own settlement token called CACAO. The relationship is cooperative rather than competitive: Maya pays licensing royalties to THORChain and backports security fixes. Front ends like THORSwap route orders between both protocols depending on which has the deeper pool for a given pair.

Q How do I avoid losing funds when swapping on THORChain?

Use a reputable front end like THORSwap, Asgardex or ShapeShift that handles memo construction automatically. Verify the current Asgard inbound address against multiple sources before sending. Do a small test swap before committing large amounts. Never send to an Asgard address without the proper memo. Use a hardware wallet for high value swaps and avoid copying addresses from chat apps or unfamiliar sources.

Q Is RUNE a good investment beyond using THORChain?

RUNE's deterministic price model ties its value to the total non RUNE liquidity locked in pools. As cross chain DeFi grows and more liquidity flows into THORChain, the theoretical RUNE floor increases. Investment risk includes RUNE concentration in pools (every swap touches RUNE), protocol design risk and broader crypto market volatility. This article is educational; always do your own research and consider personal risk tolerance before investing.

Conclusion: Why THORChain Matters in 2026

THORChain stands alone as the most credible decentralized solution for native Bitcoin swaps in 2026. No other protocol lets you move real BTC into real ETH (or LTC, DOGE, AVAX, BNB, ATOM) without a custodian, wrapper or guardian validator set with unilateral signing power. CLPs, RUNE settlement and TSS combine into a design no other protocol has replicated.

The journey has not been smooth. The 2021 exploits were painful lessons. The team responded with audits, reimbursements and architectural changes producing four years of clean operation. That is a credible track record on a protocol with billions in native Bitcoin, though credibility is never permanent in DeFi.

If you hold Bitcoin and want native ETH, AVAX or DOGE without a CEX or WBTC, THORChain is the answer. For BTC denominated yield without wrappers, Savers is one of the cleanest products in DeFi. For multichain builders, integrating THORSwap unlocks liquidity that does not exist elsewhere.

Start small, use reputable front ends, verify everything before sending. For more on protocols shaping multichain DeFi, see our NEAR Protocol and Sui Network guides.

Related Guides