Skip to main content
Glama

agentek-eth

by NaniDAO

intentCoinchanMakeLocked

Create and deploy a Coinchan token with locked liquidity, customizable swap fee, and optional vesting schedule using the agentek-eth MCP server for secure and automated Ethereum-based token generation.

Instructions

Create a new Coinchan token with locked liquidity and optional vesting schedule

Input Schema

NameRequiredDescriptionDefault
chainIdYesChain ID for execution
creatorYesEthereum Address of the Creator
creatorSupplyYesAmount of token to transfer to owner in human readable format
nameYesName of the token
poolSupplyYesAmount of token to add to pool in human readable format
swapFeeYesSwap fee for the pool e.g. 100 for 1%
symbolYesSymbol of the token
tokenURIYesA valid URL to token metadata like name, description, and image url
unlockPeriodYesNumber of days until unlock e.g. 180
valueYes
vestingYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "Chain ID for execution", "type": "number" }, "creator": { "description": "Ethereum Address of the Creator", "type": "string" }, "creatorSupply": { "description": "Amount of token to transfer to owner in human readable format", "type": "string" }, "name": { "description": "Name of the token", "type": "string" }, "poolSupply": { "description": "Amount of token to add to pool in human readable format", "type": "string" }, "swapFee": { "description": "Swap fee for the pool e.g. 100 for 1%", "type": "number" }, "symbol": { "description": "Symbol of the token", "type": "string" }, "tokenURI": { "description": "A valid URL to token metadata like name, description, and image url", "type": "string" }, "unlockPeriod": { "description": "Number of days until unlock e.g. 180", "type": "number" }, "value": { "format": "int64", "type": "integer" }, "vesting": { "type": "boolean" } }, "required": [ "chainId", "name", "symbol", "tokenURI", "poolSupply", "creatorSupply", "swapFee", "creator", "unlockPeriod", "vesting", "value" ], "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