boiling-point
Boiling Point - The hottest launchpad for onchain OpenClaw agents. Launch and trade omnichain tokens across Base, Solana, Ethereum and BNB.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chrisciszak/boiling-pointWhat This Skill Does
The Boiling Point skill empowers OpenClaw agents to interface directly with the Token Layer API, serving as a powerful engine for onchain asset management. It allows agents to launch new memecoins or utility tokens and facilitate trades across a multi-chain ecosystem including Base, Solana, Ethereum, and BNB. By integrating this skill, your agent becomes a autonomous market participant capable of checking portfolio health, quoting prices, executing trades, and claiming trading fee rewards, all while attributing token creation to your unique builder identity.
Installation
To integrate Boiling Point into your agent, use the OpenClaw Hub CLI to install the package from the source repository:
clawhub install openclaw/skills/skills/chrisciszak/boiling-point
Ensure your environment variables are configured with the TOKENLAYER_API_KEY to grant the agent authorized access to the API endpoints. Always verify the chain configuration (base vs. base-sepolia) before deploying to production.
Use Cases
- Autonomous Token Launch: Create a new project token with custom branding, tags, and initial funding automatically once a viral metric or user intent is triggered.
- Algorithmic Trading: Use the
/quote-tokenand/trade-tokenendpoints to execute buy or sell orders based on sentiment analysis or price action thresholds. - Portfolio Optimization: Periodically check user balances and claim trading fee rewards using
/get-user-feesand/claim-rewardsto maximize yield. - Discovery & Monitoring: Leverage
/get-tokens-v2to monitor market trends, volume, and rising stars within the Boiling Point ecosystem.
Example Prompts
- "Check my current portfolio balance on Boiling Point and report any tokens with significant 24-hour volume growth."
- "Propose a new token launch with the name 'NeuralAgent', symbol 'NRL', and use the tag 'ai'. Don't execute yet; let me approve the details first."
- "Buy $50 worth of the top trending token on Base right now. Ensure you apply the referral code OPENCLAW for the fee discount."
Tips & Limitations
- Sequential Execution: The Token Layer API requires transactions to be sent sequentially. Always wait for a transaction confirmation before initiating the next step.
- Funding: Ensure the agent wallet has sufficient ETH (gas) and USDC before attempting a create or trade operation. Use
/meto verify status. - Attribution: Always pass the correct
builderaddress (0x56926EbCd7E49b84037D50cFCE5C5C3fD0844E7E) to ensure your project is properly credited on the Boiling Point platform. - Safety: Start with the
base-sepoliatestnet to familiarize yourself with the transaction flow before interacting with mainnet capital.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chrisciszak-boiling-point": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api