Skip to main content
Glama

agentek-eth

by NaniDAO

intentCoinchanMake

Create and deploy Coinchan tokens, mint supplies, and establish initial liquidity pools on Ethereum chains using ZAMM for streamlined token management.

Instructions

Create a new Coinchan token, mint supplies and add initial liquidity via ZAMM

Input Schema

NameRequiredDescriptionDefault
chainIdYesChain ID for execution
nameYesName of the token
ownerYesAddress receiving owner supply and pool liquidity
ownerSupplyYesAmount of token to transfer to owner in human readable format
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
valueYesNative token value in human readable Ether format representing liquidity funded

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "Chain ID for execution", "type": "number" }, "name": { "description": "Name of the token", "type": "string" }, "owner": { "description": "Address receiving owner supply and pool liquidity", "type": "string" }, "ownerSupply": { "description": "Amount of token to transfer to owner in human readable format", "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" }, "value": { "description": "Native token value in human readable Ether format representing liquidity funded", "type": "string" } }, "required": [ "chainId", "name", "symbol", "tokenURI", "poolSupply", "ownerSupply", "swapFee", "owner", "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