Skip to main content
Glama

agentek-eth

by NaniDAO

intentCoinchanMakeHold

Deploy a new Coinchan token, allocate liquidity, and secure creator-held supply on Ethereum using specified parameters like chain ID, name, symbol, token URI, pool supply, and swap fee.

Instructions

Create a new Coinchan token and hold liquidity for the creator

Input Schema

NameRequiredDescriptionDefault
chainIdYes
creatorYesEthereum Address of the creator
creatorSupplyYes
nameYes
poolSupplyYes
swapFeeYes
symbolYes
tokenURIYes
valueYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "creator": { "description": "Ethereum Address of the creator", "type": "string" }, "creatorSupply": { "format": "int64", "type": "integer" }, "name": { "type": "string" }, "poolSupply": { "format": "int64", "type": "integer" }, "swapFee": { "format": "int64", "type": "integer" }, "symbol": { "type": "string" }, "tokenURI": { "type": "string" }, "value": { "format": "int64", "type": "integer" } }, "required": [ "chainId", "name", "symbol", "tokenURI", "poolSupply", "creatorSupply", "swapFee", "creator", "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