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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID for execution | |
| creator | Yes | Ethereum Address of the Creator | |
| creatorSupply | Yes | Amount of token to transfer to owner in human readable format | |
| name | Yes | Name of the token | |
| poolSupply | Yes | Amount of token to add to pool in human readable format | |
| swapFee | Yes | Swap fee for the pool e.g. 100 for 1% | |
| symbol | Yes | Symbol of the token | |
| tokenURI | Yes | A valid URL to token metadata like name, description, and image url | |
| unlockPeriod | Yes | Number of days until unlock e.g. 180 | |
| value | Yes | ||
| vesting | Yes |