unlock_add_project
Add a new token project with its supply, chain, and launch date to track upcoming unlock events.
Instructions
Add a new token project to track for unlock events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique project identifier | |
| name | Yes | Project name | |
| chain | Yes | Blockchain network | |
| symbol | Yes | Token symbol | |
| marketCap | No | Market capitalization in USD | |
| launchDate | Yes | Token launch date (ISO format) | |
| totalSupply | Yes | Total token supply | |
| currentPrice | No | Current token price in USD | |
| tokenAddress | Yes | Token contract address | |
| circulatingSupply | Yes | Current circulating supply |