Installation
@ponzu_app/sdk on NPM
Full package, changelog, and API docs.
Setup
mainnet with sepolia for testnet.
Deploy a Token
| Parameter | Type | Description |
|---|---|---|
owner | Address | Wallet that receives creator fees and treasury |
tokenName | string | ERC-20 token name |
tokenSymbol | string | ERC-20 token symbol |
metadata | string | IPFS, Arweave, or HTTPS URL to project metadata JSON |
imageURI | string | IPFS, Arweave, or HTTPS URL to token image |
targetEthRaise | bigint | Target presale raise in wei. Min: 3 ETH mainnet, 0.1 ETH Sepolia |
Buy Presale
Refund
Claim Tokens
Swap
Network Configuration
MCP Server (AI Agent Integration)
For AI agents (Claude Desktop, Cursor, Claude Code):| Category | Tools |
|---|---|
| Deploy | deploy_token |
| Presale | buy_presale, refund_presale, claim_tokens, get_presale_info |
| Swap | swap_eth_to_token, swap_token_to_eth, get_price |
| Farm | stake_lp, unstake_lp, claim_farm_rewards |
| Read | get_token_info, get_bottle_info, get_card_info, get_addresses |
| Utility | get_balance, approve_token |
PONZU_NETWORK to sepolia for testnet.
@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 (PonzuRecipe):0x1155484c5fE614538d83c444f9a6dB662E6a7153
