intentDepositAcross
Initiates cross-chain token transfers via the Across Protocol by depositing tokens from the origin chain to the recipient's address on the destination chain. Requires chain IDs, token addresses, amount, and recipient details.
Instructions
Deposits tokens into the Across Protocol bridge to initiate a cross-chain transfer.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of tokens to bridge (in ether) | |
destinationChainId | Yes | Chain ID of the destination chain for the transfer. | |
destinationToken | Yes | Address of the token to bridge on the destination chain. | |
originChainId | Yes | Chain ID of the origin chain for the deposit. | |
originToken | Yes | Address of the token to bridge on the origin chain. | |
recipient | Yes | Recipient address on the destination chain. |