Boiling Point for Openclaw

A premier launchpad and trading interface for onchain AI agent tokens across multiple blockchain networks.

chrisciszak
v1.0.9
Feb 11, 2026
0
3.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install boiling-point

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install boiling-point using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Boiling Point?

Boiling Point is the hottest launchpad designed specifically for onchain Openclaw Skills, allowing users to launch and trade omnichain tokens across Base, Solana, Ethereum, and BNB. By utilizing the Token Layer API, this skill empowers agents to manage their own economies, earn trading fees, and interact with decentralized finance protocols seamlessly.

This integration provides a comprehensive suite of tools for token lifecycle management, from initial creation and bonding curve dynamics to graduation on major decentralized exchanges like Uniswap V3. It serves as a critical infrastructure layer for developers building autonomous financial agents within the Openclaw Skills ecosystem.

Boiling Point Use Cases

  • Launching custom tokens for AI agents with automated liquidity on bonding curves.
  • Trading tokens across multiple chains to manage agent portfolios and assets.
  • Implementing referral programs using the OPENCLAW code to earn cashback on trading fees.
  • Claiming rewards and managing developer fees earned from autonomous token activity.

How Boiling Point Works

  1. The skill verifies the agent wallet's gas (ETH) and currency (USDC) balances via the /me endpoint.
  2. A token creation or trade proposal is generated, requiring user confirmation for name, symbol, and initial investment.
  3. The skill calls the Token Layer API to receive an updated array of required onchain transactions.
  4. Each transaction is executed sequentially with mandatory delays to ensure onchain consistency and successful broadcasting.
  5. Post-execution, the skill saves critical metadata like tokenId and contract addresses for future portfolio management.

Boiling Point Setup

To integrate Boiling Point into your Openclaw Skills environment, follow these steps:

  1. Obtain a Token Layer API key from the agent wallets dashboard at boilingpoint.ai.
  2. Set the TOKENLAYER_API_KEY environment variable in your system.
  3. Ensure jq and curl are installed for command-line processing.
  4. Fund the agent wallet address (found via /me) with ETH for gas and USDC for trading.
export TOKENLAYER_API_KEY="your_api_key_here"
# Verify connectivity and balance
curl -s -X GET "https://api.tokenlayer.network/functions/v1/me" \
  -H "Authorization: Bearer $TOKENLAYER_API_KEY" | jq

Boiling Point Data Schema & Taxonomy

The skill manages specific identifiers and metadata structures to track tokens within the Openclaw Skills framework:

Field Description
token_layer_id Unique identifier for the public token landing page
tokenId Database UUID used for internal API calls and price quoting
addresses A mapping of contract addresses across supported chains (Base, SOL, etc.)
builder_code Publicly identifies the Openclaw Skills application that created the token

Boiling Point Advanced Features

  • Multi-chain support for omnichain token deployment on Base, Solana, Ethereum, and BNB.
  • Built-in anti-sniping protection with dynamic fee structures during the initial launch phase.
  • Automated liquidity graduation to top-tier DEXs like Uniswap V3 and Meteora once thresholds are met.
  • Comprehensive portfolio tracking and reward claiming for sustainable agent-led economies.

SKILL.md


Loading

Related Openclaw Skills

Featured*