agentek-eth

by NaniDAO
Verified

intentDepositAcross

Initiate cross-chain token transfers by depositing tokens into the Across Protocol bridge. Specify origin and destination details, including token addresses, chain IDs, and recipient.

Instructions

Deposits tokens into the Across Protocol bridge to initiate a cross-chain transfer.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to bridge (in ether)
destinationChainIdYesChain ID of the destination chain for the transfer.
destinationTokenYesAddress of the token to bridge on the destination chain.
originChainIdYesChain ID of the origin chain for the deposit.
originTokenYesAddress of the token to bridge on the origin chain.
recipientYesRecipient address on the destination chain.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of tokens to bridge (in ether)", "type": "string" }, "destinationChainId": { "description": "Chain ID of the destination chain for the transfer.", "type": "number" }, "destinationToken": { "description": "Address of the token to bridge on the destination chain.", "type": "string" }, "originChainId": { "description": "Chain ID of the origin chain for the deposit.", "type": "number" }, "originToken": { "description": "Address of the token to bridge on the origin chain.", "type": "string" }, "recipient": { "description": "Recipient address on the destination chain.", "type": "string" } }, "required": [ "originChainId", "originToken", "amount", "destinationToken", "destinationChainId", "recipient" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce