Agent Token Strategy
agent-token-strategyDesign a non-security token strategy for an autonomous agent. Returns a deployable spec: symbol, supply, distribution allocations summing to 100, OpenZeppelin contract templates (ERC20, ERC4626, ERC721), fair-launch defaults, a six-criterion non-security checklist, an estimated Base deploy cost, and a curated risks list covering Sybil, LP rug, and key-compromise vectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol, 2-10 chars, A-Z and digits, leading letter. | |
| pattern | Yes | Which template to base the strategy on. | |
| agent_name | Yes | Display name of the agent the token represents. | |
| include_nft | No | Include an ERC721 access pass alongside the ERC20. | |
| total_supply | No | Optional total supply override. Defaults to template default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risks | Yes | ||
| symbol | Yes | ||
| pattern | Yes | ||
| decimals | Yes | ||
| evidence | Yes | ||
| agent_name | Yes | ||
| allocations | Yes | ||
| generated_at | Yes | ||
| total_supply | Yes | ||
| next_check_at | No | ISO 8601 timestamp suggesting when the caller should re-invoke this tool. Derived from the tool's recurringHint.intervalSeconds. | |
| contracts_to_deploy | Yes | ||
| fair_launch_defaults | Yes | ||
| non_security_checklist | Yes | ||
| deploy_cost_assumptions | Yes | ||
| estimated_deploy_cost_usd | Yes |