ugf_smart_quote
Automatically compares wallet balances and quotes to discover the cheapest cross-chain payment route, returning ranked options.
Instructions
Auto-discover the best payment route. Fetches all wallet balances in parallel, gets quotes for every viable option, and returns ranked choices cheapest first. Agent just provides calldata and destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payer_address | Yes | EVM wallet address of the payer | |
| dest_chain_id | Yes | Destination chain ID | |
| dest_chain_type | Yes | Destination chain type — evm, sol, or sui | |
| tx_object | Yes | Destination transaction as JSON string |