Li.Fi (bridge)
Cross-chain bridge quotes and execution via the bridge provider. Used for funding and asset movement.
Category: Infrastructure (cross-chain)
Catalog provider: bridge
Li.Fi powers Thirdfy bridge actions: quotes, execution, and status checks across EVM mainnets. Bridge is also used in Hyperliquid and Polymarket funding legs (e.g. Base or Ethereum USDC toward Arbitrum).
Credential model
| Path | Authority |
|---|---|
| Delegated user | Gator/ERC-7710 for on-chain bridge transactions |
agent_wallet | Agent wallet for solo funding flows |
| Secrets | No Li.Fi API keys in user-facing CLI/MCP params |
Discovery
| Surface | Example |
|---|---|
| MCP | getProviderActions { provider: "bridge" } |
| CLI | thirdfy-agent actions --provider bridge --json |
Typical actions
get_bridge_quote,execute_bridge,check_bridge_status,get_supported_bridge_chains
Readiness checklist
- Mainnet chains only for typical production bridge paths.
- Source and destination chain IDs match catalog allowlists.
- Use bridge status polling after
execute_bridgebefore dependent venue setup.
Related
- Hyperliquid (Bridge2 funding context)
- Polymarket (collateral funding)
- Trading integrations