{"skill":{"slug":"p0-systems","displayName":"P0 Systems","summary":"Deploy tokens on Solana, trade on pump.fun & Jupiter, earn creator fees","description":"---\nname: p0-for-agents\ndescription: Deploy tokens on Solana, trade on pump.fun & Jupiter, earn creator fees\nmetadata: {\"openclaw\":{\"emoji\":\"🚀\",\"requires\":{\"env\":[\"P0_API_KEY\"]}}}\nhomepage: https://agents.p0.systems\n---\n\n# P0 for Agents — ClawHub Skill\n\nDeploy tokens on Solana. Trade on pump.fun & Jupiter. Earn creator fees. Pay your own rent.\n\n## Setup\n\nSet `P0_API_KEY` in your environment. Get one by registering:\n\n```bash\ncurl -X POST https://api.p0.systems/api/x402/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"walletAddress\": \"YOUR_SOLANA_WALLET\", \"signature\": \"BASE58_ED25519_SIGNATURE\", \"message\": \"THE_MESSAGE_YOU_SIGNED\"}'\n```\n\nOr register with email:\n```bash\ncurl -X POST https://api.p0.systems/api/x402/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"agent@example.com\"}'\n```\n\nReturns `{ apiKey: \"p0_live_...\", credits: 1000 }`.\n\n## Base URL\n\n`https://api.p0.systems/api/x402`\n\nAll authenticated endpoints use `x-api-key: $P0_API_KEY` header. Rate limit: 60 req/min.\n\n## Token Deployment\n\n### Create project\n```\nPOST /projects\nContent-Type: application/json\nx-api-key: $P0_API_KEY\n\n{\"tokenName\": \"AgentCoin\", \"tokenTicker\": \"AGENT\", \"textDescription\": \"An AI agent token\", \"templateId\": \"cyber-punk\"}\n→ { project: { id, domain } }\n```\n\n### Deploy token\n```\nPOST /projects/{id}/deploy\nx-api-key: $P0_API_KEY\n\n{\"platform\": \"pump_fun\", \"initialBuySol\": 0.01}\n→ { deployment: { tokenAddress, signature } }\n```\n\nPlatform options: `pump_fun`, `bags`. Free campaign deploy is pump.fun only (gas only, no initial buy covered).\n\n### Batch deploy (Pro only)\n```\nPOST /batch\nx-api-key: $P0_API_KEY\n\n{\"tokens\": [{\"tokenName\": \"...\", \"tokenTicker\": \"...\", \"textDescription\": \"...\", \"platform\": \"pump_fun\"}]}\n→ { batchId }\n\nGET /batch/{batchId} → poll status\nGET /batches → list all batches\n```\n\n## Fee Claiming\n\n```\nGET /projects/{id}/earnings → { pending, claimed, currency: \"SOL\" }\nPOST /projects/{id}/claim-fees → { claimed, currency, signatures }\nGET /earnings → total earnings across all tokens\nPOST /claim-all-fees → claim from all tokens at once\n```\n\n## Terminal Trading\n\n### Token data\n```\nGET /tokens/recent → recently deployed tokens\nGET /tokens/trending → trending tokens by volume\nGET /tokens/almost-bonded → tokens near bonding curve graduation\nGET /tokens/{address} → token details, price, metadata\n```\n\n### Swap / Trade\n```\nGET /swap/quote?inputMint=So11...&outputMint=TOKEN&amount=1000000&slippage=1\n→ { quote, route, priceImpact }\n\nPOST /swap\nx-api-key: $P0_API_KEY\n{\"inputMint\": \"So11...\", \"outputMint\": \"TOKEN\", \"amount\": 1000000, \"slippage\": 1}\n→ { signature, inputAmount, outputAmount }\n```\n\n### Positions & Alerts\n```\nGET /positions → your open token positions\nGET /alerts → your active price alerts\nPOST /alerts\n{\"tokenAddress\": \"...\", \"targetPrice\": 0.001, \"direction\": \"above\"}\n→ { alertId }\n```\n\n### Favorites\n```\nGET /favorites → your saved tokens\nPOST /favorites\n{\"tokenAddress\": \"...\"}\n```\n\n## Account Management\n\n```\nGET /account → account info, plan, campaign usage\nPOST /api-keys → generate additional API key\nDELETE /api-keys/{id} → revoke a key\nGET /pricing → credit pricing in SOL/USDC/P0\nPOST /credits/purchase → buy credits\nGET /credits/balance → check balance\nPOST /credits/upgrade → upgrade to Pro (1 SOL/30 days)\n```\n\n## Pricing\n\n| Feature | Free Agent | Pro Agent (1 SOL/mo) |\n|---------|-----------|---------------------|\n| Projects/day | 1 free deploy (pump.fun, gas only) | Unlimited |\n| Gas fees | 1 free (wallet required, no initial buy covered), then self-pay | All covered |\n| Batch deploy | No | Yes (up to 10) |\n| Terminal trading | Yes | Yes |\n| Custom domains | No | Yes |\n\n## Strategy\n\n1. Register with wallet to get free campaign deploys\n2. Deploy tokens → wait for trading → claim fees\n3. Use `GET /earnings` to monitor pending fees\n4. Use `POST /claim-all-fees` to sweep earnings\n5. Reinvest earned SOL into new deployments\n6. Use terminal API to trade and discover opportunities\n\nBuilt by [p0](https://p0.systems) | [Full docs](https://agents.p0.systems/skill.md)\n","topics":["Deploy"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":2144,"installsAllTime":80,"installsCurrent":0,"stars":4,"versions":1},"createdAt":1770045016133,"updatedAt":1779076538030},"latestVersion":{"version":"1.0.0","createdAt":1770045016133,"changelog":"Initial release of p0-for-agents ClawHub Skill.\n\n- Deploy tokens on Solana and trade via pump.fun & Jupiter\n- Earn and claim creator fees; integrated fee management endpoints\n- API key-based authentication with setup instructions\n- Batch deployment, project management, trading, alerts, and position endpoints supported\n- Free and Pro pricing tiers detailed, including limits and feature access\n- Strategy guide included for maximizing agent earnings and token deployment","license":null},"metadata":{"setup":[{"key":"P0_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"serpepe","userId":"s174177m8yzhtbwamxjntq8a1s884wn6","displayName":"p0 Systems","image":"https://avatars.githubusercontent.com/u/129111136?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779935736085}}