Skip to main content
Glama

agentek-eth

by NaniDAO

intentCoinchanMakeHold

Generate and manage a new Coinchan token while locking liquidity for the creator, ensuring secure and automated token deployment on Ethereum via the agentek-eth server.

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

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