agentek-eth

by NaniDAO
Verified

intentTransferPosition

Transfers ownership of a Uniswap V3 LP NFT by specifying the token ID, recipient address, and blockchain chain ID. Enables Ethereum-based asset management via agentek-eth MCP server.

Instructions

Transfers ownership of a Uniswap V3 LP NFT

Input Schema

NameRequiredDescriptionDefault
chainIdYes
toYes
tokenIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "to": { "type": "string" }, "tokenId": { "type": "string" } }, "required": [ "tokenId", "to", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce