Skip to main content
Glama

agentek-eth

by NaniDAO

intentCreateCoinToken

Deploy a new ERC6909 token on Ethereum-based chains, specifying name, symbol, metadata URI, owner address, and initial supply for customized cryptocurrency creation.

Instructions

Creates a new ERC6909 token inside the Coins contract with a name, symbol, metadata URI, owner, and initial supply.

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chainId to deploy on e.g. 1 (mainnet), 8453 (base)
nameYesToken name
ownerYesOwner address
supplyYesInitial supply as a human readable string (e.g., '1000')
symbolYesToken symbol
tokenURIYesMetadata URI

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chainId to deploy on e.g. 1 (mainnet), 8453 (base)", "type": "number" }, "name": { "description": "Token name", "type": "string" }, "owner": { "description": "Owner address", "type": "string" }, "supply": { "description": "Initial supply as a human readable string (e.g., '1000')", "type": "string" }, "symbol": { "description": "Token symbol", "type": "string" }, "tokenURI": { "description": "Metadata URI", "type": "string" } }, "required": [ "chainId", "name", "symbol", "tokenURI", "owner", "supply" ], "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