Bridges and interoperability
LI.FI.
LI.FI cross-chain aggregator across 130+ chains. The unified
BridgeRouter can consult LI.FI as one of several sources when comparing routes by cost or speed. Useful as a price-comparison reference and as a route fallback for routes not directly supported by another adapter.- STATUS
- Stable
- CRATE
- tenzro-bridge
- ADAPTER
- LifiAdapter
- MCP TOOLS
- 9
01
Role
LI.FI's value to Tenzro is breadth — 130+ chains, many DEXes and bridges aggregated under one API. The Tenzro adapter consults LI.FI for quote comparison and route discovery; primary settlement still flows through the chosen underlying adapter (LayerZero, CCIP, deBridge, Wormhole, Hyperlane, Axelar, Canton) so the trust assumptions match the route the user actually picks.
02
Tools
lifi_get_quote— quote a source / destination / amount.lifi_get_routes— list candidate routes for a quote.lifi_get_status— track an in-flight route.lifi_get_chains,lifi_get_tokens— registry queries.lifi_get_connections— available source / destination pairs.lifi_get_tools— bridges and DEXes available through LI.FI.lifi_get_token_balance— query an address's token balance.lifi_execute_route— execute a chosen route (signs and submits via the source chain's native flow).
03
MCP server
All 9 tools are exposed at https://lifi-mcp.tenzro.xyz/mcp as a stateless Streamable HTTP MCP server with graceful shutdown and 2 MB / 100-concurrency limits.
Related