Skip to main content
Glama

agentek-eth

by NaniDAO

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

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" }

Other Tools from agentek-eth

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NaniDAO/agentek'

If you have feedback or need assistance with the MCP directory API, please join our Discord server