TaifoonTAIFOON
TaifoonTAIFOON
01
DEFI PROTOCOLS
10DEFI PROTOCOLS

DeFi Protocols

TL;DR
Protocol verification integration for DEXs, lending markets, perps platforms, yield aggregators, and RWA protocols. Verify remote chain state — collateral, deposits, swaps — without custom bridges. Taifoon provides 5-level MMR inclusion proofs across 41 chains that your smart contract verifies directly on-chain.
Financial protocols need trustless cross-chain state verification — the ability to know that a deposit happened on Chain A and act on it from Chain B, without trusting a bridge committee, multisig, or oracle. Taifoon solves this with a universal, cryptographically anchored proof layer.
ICP-01 · DEFI PROTOCOLS

Protocol Verification Integration

DEXs · Lending · Perps · Yield · RWA
POTENTIAL USERS
DEX
Uniswap · Curve
LENDING
Aave · Morpho
PERPS
GMX · dYdX
YIELD
Yearn · Beefy
RWA
Centrifuge
PROOF FLOW
01Source Chain Event
Lock · Deposit · Trade
02MMR Proof Generation
L1 → L2 → L3 → L4 → L5
03SuperRoot Verification
On-chain, no bridge
04Protocol Execution
Mint · Release · Liquidate
~20 lines
to integrate verifier
<500ms
proof generation
41 chains
supported
0 bridges
required
Who This Is For
LENDING
AaveMakerMorphoCompound
DEX
UniswapCurveBalancerPancakeSwap
DERIVATIVES
GMXdYdXSynthetixHyperliquid
YIELD
YearnBeefyConvexPendle
RWA
CentrifugeOndoMapleGoldfinch
The Proof Path — Event to SuperRoot

Every proof follows the same 5-level path. Your protocol contract only needs to verify against L5 (SuperRoot) — all lower levels are proven automatically.

L1
Event / State
Your on-chain event
L2
Block Inclusion
MPT proof against block root
L3
Twig (2048 blocks)
~7h of chain history committed
L4
Network MMR
Per-chain MMR — 41 chains
L5
SuperRoot
Universal on-chain anchor · verify anywhere
VERIFY ON-CHAIN
Integration Scenario: Cross-Chain Lending
Cross-Chain Collateral Verification

A user deposits ETH as collateral on Ethereum. Your lending market on Base wants to extend credit. Instead of using an oracle or relayer, your contract calls verifyInclusion() against the on-chain SuperRoot — confirming the deposit event with cryptographic certainty.

01
Collateral Deposited
User deposits on Source Chain (Ethereum)
02
Proof Generated
Taifoon creates 5-level MMR proof for the deposit event
03
SuperRoot Verified
Your lending contract on Base verifies against on-chain SuperRoot
04
Credit Extended
Protocol executes: mint, release, or liquidate
Integration Scenario: Cross-Chain Swap
User locks tokens on Ethereum (Source Chain)
Taifoon indexes lock event → generates L1→L5 proof
Protocol calls TaifoonUniversalVerifier on Base (Destination)
Verifier confirms inclusion → Protocol mints / releases tokens

No trusted relayer. No validator committee. Your Solidity contract directly verifies the proof against the committed SuperRoot — which is updated on-chain every block.

Cross-Chain Transaction Stitching

Multi-hop routes (A → B → C) can be reconstructed into a verifiable ledger. A DEX aggregator attaches an inclusion proof per hop — creating an end-to-end cryptographic audit trail.

Technical Integration
ComponentWhat You GetIntegration Effort
TaifoonUniversalVerifierSolidity contract validating SuperRoot proofs — deploy once, works for all chains~20 lines
V5 Proof APIREST endpoint: generate proof for any tx/event on any supported chainStandard HTTP
Sync SubscriptionWebhook delivery — proofs auto-generated for your contract eventsWebhook only
Event FilterFilter by source chain, contract address, event signature (topic0)Config only
5-Step Integration Checklist

1. Deploy or reference TaifoonUniversalVerifier on your destination chain
2. Create a Sync subscription specifying source chain + event signature
3. Implement webhook handler to receive proof payloads
4. Call verifyAndExecute(proof) with the delivered V5 proof
5. Execute protocol logic (mint, release, liquidate) after verification passes

Taifoon vs. Custom Bridge

Custom Bridge: 6–12 months development, security audit, validator management, per-chain maintenance.

Taifoon Protocol Verification Integration: Days to integrate, battle-tested verifier, 41 chains immediately, one proof format forever.

Browse by Protocol Type
CASE STUDY — LENDING PROTOCOL

A multi-chain lending protocol integrated Taifoon to verify collateral deposits across Ethereum, Arbitrum, and Base without deploying custom oracle infrastructure. By verifying MMR proofs on-chain, the protocol eliminated trust assumptions and reduced cross-chain collateral verification latency to under 30 seconds—securing over $2B in loans with cryptographic finality.

→ READ FULL CASE STUDY
Next Steps