bridge_oracle
Compare bridge routes and fees for stablecoin transfers across Base, Solana, Arbitrum, OP, and Ethereum using deterministic quotes from Across, Stargate, deBridge DLN, and Circle CCTP.
Instructions
[Cost: $0.0010 USDC on Base & Solana] Cross-Chain Bridge Route & Fee Oracle.
Deterministic comparison of Across, Stargate, deBridge DLN, and Circle CCTP routes
for autonomous stablecoin transfers across Base, Solana, Arbitrum, OP, and Ethereum.
Actions:
- 'quote': Compare routes for token transfer. Params: {"source_chain": "base", "dest_chain": "solana", "amount": 100.0, "token": "USDC"}
- 'supported': List supported chains, tokens, and bridge protocols.
- 'status': Retrieve cached quote by quote_id. Params: {"quote_id": "..."}
Args:
action: Target operation name ('quote', 'supported', 'status').
params: Dictionary of action parameters.
payment_signature: Optional x402 transaction signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | quote | |
| params | No | ||
| payment_signature | No |