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 Group 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_ADDRESSMalformed 0x address parameter.
INVALID_PARAMSBad input, or a state precondition the contract would revert on.
NOT_A_LAUNCHAddress is not a Pons-launched token or curve.
CAP_EXCEEDEDDev-buy or daily launch cap hit.
CHAIN_MISMATCHRPC is not serving chainId 4663. Possible on any call — every tool asserts chain id first.
REVERTEDThe contract reverted, in simulation or in a mined transaction.
RPC_FAILURETransport or node failure after retries.