ugf_quote
Obtain a Universal Gas Framework quote to verify wallet balance covers the fee for a cross-chain transaction, enabling agents to proceed with gasless execution.
Instructions
Get a UGF quote for a specific payment coin and chain. Checks wallet balance against quote amount and returns whether the agent can proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payer_address | Yes | EVM wallet address of the payer | |
| payment_coin | Yes | Token to pay with e.g. USDC, $U, ETH | |
| payment_chain | Yes | Chain ID to pay from e.g. 8453, 56 | |
| dest_chain_id | Yes | Destination chain ID | |
| dest_chain_type | Yes | Destination chain type | |
| tx_object | Yes | Destination transaction as JSON string |