BUILDERS
BUILD WITH PROOFS
From transaction to cryptographic proof in one call
16+
Light Clients
11
Proof Levels
2,048
Twig Size
Live
Devnet
Verify a Transaction
INTERACTIVE DEMOEnter a transaction hash to generate an MMR inclusion proof
Integration (~20 Lines)
// Verify a Taifoon proof on-chain — LIVE on Base Sepolia (84532):
// 0x8D4962d8bc69648F57D5cC4d68F073499b1f3293
interface ITaifoonVerifier {
function verifyEncoded(bytes calldata blob) external returns (bool);
}
function verifyTransfer(bytes calldata v5Proof)
external returns (bool)
{
ITaifoonVerifier verifier =
ITaifoonVerifier(0x8D4962d8bc69648F57D5cC4d68F073499b1f3293);
return verifier.verifyEncoded(v5Proof);
}UniversalLightClient Contracts
DEPLOYED + READYEach chain has a dedicated light client contract verifying Taifoon SuperRoot commitments. Import and call directly from your contracts — no oracle dependency.
Ethereumdeployed
PoS
3 contracts
Arbitrumdeployed
Optimistic
2 contracts
Basedeployed
Optimistic
2 contracts
Optimismdeployed
Optimistic
2 contracts
Polygondeployed
PoS
2 contracts
BSCdeployed
PoA
2 contracts
Avalanchedeployed
Snowman
2 contracts
Fantomdeployed
Lachesis
1 contract
Solanadeployed
PoH
1 contract
ZkSyncdeployed
ZK Rollup
2 contracts
Lineadeployed
ZK Rollup
1 contract
Scrolldeployed
ZK Rollup
1 contract
Blastdeployed
Optimistic
1 contract
Modedeployed
Optimistic
1 contract
Gnosisdeployed
PoS/AuRa
1 contract
Celodeployed
BFT
1 contract
16 chains | 25 contracts | taifoon-light-client
DEVNET
RPC Endpoint
rpc.taifoon.devStatusLIVE
Light ClientsAll deployed
UniversalOperatorAvailable
FOON FAUCET
Builder Incubation Programme
Build cross-chain applications natively on Taifoon infrastructure. Backed by YawningDAO with direct access to the core team and priority protocol integrations.
