cross_chain_transfer
Send native cross-chain payments to any blockchain using Squid Router. Destination gas is covered automatically, and idempotency keys prevent duplicate charges.
Instructions
Send a cross-chain CCTP payment natively to another blockchain using Squid Router.
Requires to_chain (e.g., '1' for Ethereum, 'akashnet-2' for Akash Network), to_token address,
and the recipient wallet address. Gas relaying on the destination is covered automatically!
Always provide an idempotency_key to prevent double charges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| to_chain | Yes | ||
| to_token | Yes | ||
| recipient | Yes | ||
| idempotency_key | No |