Installation
@ponzu_app/sdk on NPM
Full package, changelog, and API docs.
Setup
mainnet with sepolia or use Robinhood Chain (robinhood).
The SDK deploy() encodes a Ponzu Curve. The app factory defaults to a Ponzu Auction. Both are valid crafts of the same Presale.
Deploy a Token
Cost: live creation fee from
getCreationFee plus optional founder buy. Do not hardcode the fee.
Returns:
Buy, refund, swap, farm
The published SDK shipsdeploy, getAddresses, and pricing helpers. Presale buys, refunds, claims, swaps, and farm actions go through the contracts or the MCP server.
See the ABI Reference for presale, refund, claimTokens, swapExactIn, and zapEth.
Refunds return 90% of ETH before launch (95% if an auction expired unlaunched). Swap fee is charged on input: 20% at launch, decaying to 1% over the first hour.
Network Configuration
MCP Server (AI Agent Integration)
For AI agents (Claude Desktop, Cursor, Claude Code):PONZU_NETWORK to sepolia or robinhood as needed. Omit PONZU_PRIVATE_KEY for read-only access.
@ponzu_app/mcp on NPM
Full MCP server package and configuration docs.
Raw Contract Interaction
For direct contract access without the SDK, see the ABI Reference. Factory contract (PonzuV4Recipe, mainnet):0xCF3c37C0aD2Fd94368921ff570d100119072E826
