Verifiable Interoperability

Connected to all your
favorite networks

Less Trust, More Proofs

Secure Interoperability

By introducing a coprocessor model that combines cryptoeconomics with advanced zero-knowledge cryptography, Hyperbridge pioneers a new architecture for cryptographically secure interoperability.

Permissionless Relayers

Hyperbridge is a fully decentralized and permissionless protocol that allows anyone transmit cross-chain messages and earn fees without the need for staking or whitelisting.

Take Your Protocol MultiChain in Minutes

The Hyperbridge protocol provides SDKs for Solidity and WASM smart contract environments that make building interoperable applications a breeze. Build Cross-chain Dexes, Lending, Intents, LRTs, On/Offramps, and more!

  • 1pragma solidity 0.8.17;
  • 2
  • 3function send(CrossChainMessage memory params) public payable {
  • 4 DispatchPost memory request = DispatchPost({
  • 5 body: params.message, // Serialized message
  • 6 dest: params.dest, // Destination chain
  • 7 timeout: params.timeout, // TTL for request
  • 8 to: abi.encodePacked(address(this)), // Receiving contract
  • 9 fee: params.relayerFee, // Fee offered to relayers
  • 10 payer: address(this) // Relayer fee refund address
  • 11 });
  • 12
  • 13 bytes32 commitment = IDispatcher(host()).dispatch{value: msg.value}(request);
  • 14 emit MessageDispatched(commitment);
  • 15}
  • 16

Join the Revolution

Discord

Join our Discord Community

Telegram

Connect with us on Telegram

Twitter

Follow us on twitter

Explore the
Hyperbridge Token

The BRIDGE token powers a fully decentralized and permissionless interoperability protocol