Comparison
Tesseract vs Wormhole
Guardian quorums vs. trustless on-chain coordination.
Wormhole is a generic message-passing protocol secured by 19 Guardian nodes that sign attestations of source-chain events. It moves data and assets across ~30 chains, but its security and atomicity ultimately rest on the Guardian set being honest and available.
Tesseract is a focused atomic-swap protocol for Ethereum L2s. Seven small Vyper contracts, one Rust relayer, no off-chain trust quorum. Commit-reveal MEV protection and a 2-block resolution delay are in the base layer.
Where Tesseract is structurally different.
5 concrete, technical reasons — not marketing one-liners.
- 01
Tesseract has no Guardian set, no signer quorum, and no off-chain trust assumption. Resolution is enforced by the Vyper contracts themselves; the Rust relayer only submits transactions, it cannot authorise them.
- 02
A 13-of-19 Guardian compromise (theoretical) could mint arbitrary Wormhole wrapped assets — the February 2022 exploit drained $325M through exactly this surface. Tesseract has no equivalent surface because it never holds the user's assets in a bridge vault.
- 03
Wormhole's wrapped assets fragment liquidity: there's wETH on every destination chain, often with different addresses and depeg risk. Tesseract works on native assets on each rollup — no wrapped representation needed.
- 04
Tesseract's atomic swap groups settle in under 30 seconds end-to-end on most L2 pairs. Wormhole VAA generation typically requires source chain finality (~15 minutes on Ethereum mainnet) before the Guardian set will sign.
- 05
Tesseract is MIT-licensed Vyper. Wormhole's codebase spans Solidity, Rust, Go, and Move across multiple repos — bigger surface to audit, more places for things to drift out of sync.
Ready to compare in code, not slides?
Clone the repo and run the 135-test suite. Both protocols are MIT/permissive; both invite scrutiny.