New Chain Integrations
This section explains how to evaluate, propose, and implement a new Layer 1 (L1) blockchain integration into THORChain.
Contents
Page | Description |
---|---|
Evaluating New Chains | When and why a new chain should be added. Includes decentralization, ossification, liquidity, and developer standards. |
New Chain Integration Process | Step-by-step process for proposing, approving, testing, and launching a new chain. Includes Node Mimir votes and stagenet requirements. |
Chain Client Implementation Guide | Technical reference for developers implementing a new ChainClient in Bifrost. Includes required interfaces, memo parsing, vault handling, solvency, and testing tips. |
🔗 Related Resources
-
Chain Clients Overview System-level overview of how Bifrost interacts with different L1 chains via pluggable chain clients.
-
Vault Behaviors How vaults are assigned, rotated, and tracked across chains.
-
How Bifrost Works Internal transaction flow, finality logic, and scanner design.
-
Sending Transactions Wallet-facing transaction format guidance.