NETWORK_LIVE · BLOCK #24,892,401

The interoperable
layer for modular
blockchains.

BlockMesh is the lightweight connective tissue between rollups, app-chains, and L1s — passing liquidity, state, and messages with single-transaction finality.

Abstract network mesh
128
Connected chains
$9.4B
Cumulative bridged volume
3.2s
Median cross-chain finality
0.00%
Slashed funds since launch
// Protocol primitives

A toolkit for the multi-chain era.

Every primitive is independently auditable, composable, and works across any EVM, SVM, Move, or WASM runtime.

01

Universal messaging

Pass arbitrary payloads between chains with cryptographic guarantees — no wrapped tokens, no custodians, no middle layer.

// UMP · v2.4.1
02

Liquidity router

A shared liquidity pool that routes any asset to any chain at the best available rate. LPs earn fees across the entire mesh.

// LR · $1.2B TVL
03

ZK light clients

Succinct proofs allow any chain to verify another's state in constant time — and at a fraction of the gas cost.

// ZKLC · 280b gas
04

Data availability

A modular DA layer for high-throughput rollups. Erasure-coded, DAS-sampled, and 40× cheaper than alternatives.

// DA · 12MB/s
05

Shared sequencer

Decentralized, MEV-resistant block ordering across participating rollups. Atomic composability for any chain pair.

// SS · 640 ops
06

Oracle mesh

Tamper-proof price, event, and compute feeds delivered with sub-block latency and threshold-signed attestations.

// OM · 420 feeds
// The BlockMesh architecture

A neutral hub, radially connected to every chain.

BlockMesh does not ask chains to migrate, fork, or adopt a new virtual machine. The mesh attaches via a light-client verifier and a minimal adapter — the rest happens at layer one.

  • 01No wrapped or synthetic assets — native liquidity only.
  • 02No trusted validator set — cryptographic verification end-to-end.
  • 03No proprietary VM — integrates with any runtime.
  • 04No single point of failure — 84 independent relayers.
  • 05No extraction — transparent fee schedule, forever.
Ethereum L1
Polygon
Optimism
Arbitrum
Base
BLOCKMESH_HUB
— Supported chains · 128 and counting —
Ethereum
Solana
Arbitrum
Optimism
Base
Polygon
Avalanche
Sui
Aptos
Celestia
Cosmos
zkSync
// Built for developers

Five lines.
Any chain.

Send a cross-chain message, transfer liquidity, or trigger a contract on another chain with a single SDK call. Typed, tree-shakeable, and drop-in for any modern dApp.

mesh.ts
import { mesh } from '@blockmesh/sdk'

// Transfer 100 USDC from Arbitrum → Base
await mesh.transfer({
  from: 'arbitrum',
  to:   'base',
  asset: 'USDC',
  amount: 100_000_000n,
  recipient: '0x8f...3a2b'
})

// → ~3 seconds · $0.02 in fees
"BlockMesh is what IBC wanted to be — universal, permissionless, and invisible. We replaced three separate bridges with one SDK call."
Laura Chen
Laura Chen
Head of Protocol · Jupiter DEX
Earth from orbit

The mesh is open. Plug in.

Grants up to $250,000 for teams integrating BlockMesh, plus co-marketing and engineering support through mainnet.