02 / Tools
Twenty-nine tools.
One stdio channel.
Every tool returns JSON. Failures are structured error objects with a code and message. Write tools exist only when a key is set, and still dry-run unless you confirm.
29 shown
| Tool | Mode | What it does |
|---|
Full parameter tables, real chain examples, and error codes live in docs/TOOLS.md in the repo.
Errors
Fail closed,
with a code.
| INVALID_ADDRESS | Malformed 0x address parameter. |
|---|---|
| INVALID_PARAMS | Bad input, or a state precondition the contract would revert on. |
| NOT_A_LAUNCH | Address is not a Pons-launched token or curve. |
| CAP_EXCEEDED | Dev-buy or daily launch cap hit. |
| CHAIN_MISMATCH | RPC is not serving chainId 4663. Possible on any call — every tool asserts chain id first. |
| REVERTED | The contract reverted, in simulation or in a mined transaction. |
| RPC_FAILURE | Transport or node failure after retries. |