← Back to Skills Marketplace
yuzukyouma

Ponzu Launchpad

by YuzuKyouma · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
279
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ponzu-ethereum
Description
Deploy and interact with Ponzu token launchpad — presales, DEX swaps, and LP farming on Ethereum
Usage Guidance
This skill appears to do what it says (deploy and interact with a Ponzu launchpad), but you should take precautions before using it: 1) Never expose your main private key — create and fund a dedicated ephemeral wallet for deployments and testing. 2) Test thoroughly on a testnet (Sepolia) first. 3) Inspect the @ponzu_app/sdk package source (and viem usage) on the npm registry / GitHub before running npm install — npm packages can run arbitrary code. 4) Prefer using a trusted RPC endpoint (or your own node) — public RPC providers may see transaction payloads. 5) If you want to avoid exposing a raw private key to the environment, consider signing transactions offline or with a hardware wallet / dedicated signing service. If you want extra assurance, request the package's source repository, audit reports, and the on‑chain contract addresses referenced by the skill before proceeding.
Capability Analysis
Type: OpenClaw Skill Name: ponzu-ethereum Version: 1.0.1 The skill bundle provides documentation and instructions for an AI agent to interact with the Ponzu token launchpad on Ethereum. While the name 'Ponzu' is a play on 'Ponzi' (common in high-risk DeFi branding), the SKILL.md contains legitimate technical instructions, security best practices (e.g., using dedicated wallets, testing on Sepolia), and code snippets that correctly use the user's own address for transactions. There is no evidence of data exfiltration, prompt injection, or malicious logic in the provided files.
Capability Assessment
Purpose & Capability
The skill is a token launchpad and declares PONZU_PRIVATE_KEY, PONZU_NETWORK, and PONZU_RPC_URL — credentials and config that are expected and necessary to sign and broadcast Ethereum transactions.
Instruction Scope
SKILL.md contains code examples that sign transactions with process.env.PONZU_PRIVATE_KEY and broadcast to the configured RPC. This stays within the stated purpose, but the instructions also advise installing @ponzu_app/sdk from npm (external code) which could introduce behavior beyond what the prose states (e.g., telemetry or additional network requests). The manifest does not include an automated install spec — installation is manual/implicit in the instructions.
Install Mechanism
No install spec is included in the registry (lowest automated risk), but the README explicitly tells users to run npm install @ponzu_app/sdk viem. Pulling an npm package is a moderate-risk action because it executes third-party code; verify the package source and contents before running.
Credentials
Only three env vars are required (private key, network, RPC URL). These are proportionate to deploying and interacting with Ethereum contracts. PONZU_PRIVATE_KEY is highly sensitive — the skill documents recommended mitigations (dedicated wallet, testnet).
Persistence & Privilege
always is false; the skill does not request system-wide config paths or cross-skill modifications and contains no install scripts in the registry. It does not ask to remain permanently enabled.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ponzu-ethereum
  3. After installation, invoke the skill by name or use /ponzu-ethereum
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added a new security and privacy section with clear wallet handling, privacy, and environment requirements. - Improved documentation structure for quick start, focusing on safe usage and environment setup. - Clarified that no data is sent to Ponzu servers and that all contract interactions are direct and local. - Updated environment variable requirements for explicit clarity (`PONZU_PRIVATE_KEY`, `PONZU_NETWORK`, `PONZU_RPC_URL`). - Minor corrections and DRY improvements to documentation. - No code changes; this is a documentation update only.
v1.0.0
Initial release of Ponzu Token Launchpad. - Launch ERC-20 tokens with presale, diamondhand vesting and yield farming in one transaction - The most advanced tokenomics and extended token lifecycle: presale with NFT positions, DEX launcher, linear vesting, and non inflationary farming. - No admin keys, proxies, external APIs, or migrations required - viem SDK and MCP agent integration supported for seamless automation and developer access - links to https://ponzu.app for details
Metadata
Slug ponzu-ethereum
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Ponzu Launchpad?

Deploy and interact with Ponzu token launchpad — presales, DEX swaps, and LP farming on Ethereum. It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.

How do I install Ponzu Launchpad?

Run "/install ponzu-ethereum" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ponzu Launchpad free?

Yes, Ponzu Launchpad is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ponzu Launchpad support?

Ponzu Launchpad is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ponzu Launchpad?

It is built and maintained by YuzuKyouma (@yuzukyouma); the current version is v1.0.1.

💬 Comments