OrbiterSDK <--> External Bridging (Ethereum, Solana, etc.)

How SparqNet bridges with other blockchains.

There are multiple edge cases related to external bridging. For example, it's not possible to natively push data into these chains without paying transaction fees, and those external networks are also limited on both processing power and how much signature verification can be done.

Knowing this, at least for now, the current bridging implementation for them is centralized and owned by Sparq Labs Inc. and its most trusted partners to ensure operational safety. The contract checks signatures of Validators and Sentinels but only the Sentinels can write into the contracts on these chains.

OrbiterSDK <--> External bridge follows lock/release mechanisms, unless a token is fully integrated with mint & burn bridging.

Last updated