TopRank Skills

Home / Claw Skills / Finance / Crypto / boiling-point
Official OpenClaw rules 36%

boiling-point

Boiling Point - The hottest launchpad for onchain OpenClaw agents. Launch and trade omnichain tokens across Base, Solana, Ethereum and BNB.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 boiling-point 技能。 若已安装,则直接安装 boiling-point 技能。

Overview

Skill Key
chrisciszak/boiling-point
Author
chrisciszak
Source Repo
openclaw/skills
Version
-
Source Path
skills/chrisciszak/boiling-point
Latest Commit SHA
dcda98d0aad289c3c4e552c7abd47d3a7c84ece7

Extracted Content

SKILL.md excerpt

# Boiling Point Skill

Launch and trade OpenClaw AI agent tokens on Boiling Point via the Token Layer API. Agents earn trading fees.

## Usage Guidelines

1. **Before creating tokens**: Call `/me` to verify ETH (gas) + USDC balance
2. **Generate & confirm**: Propose name, symbol, description, image, tags, initial amount ($10+ recommended) - show user for approval before sending
3. **Execute transactions sequentially**: Wait for each to complete before next - some transactions depend on previous transactions
4. **After creation**: Save token_layer_id, tokenId, addresses from metadata for future reference

## Platform Attribution

The `builder` parameter identifies which application created a token. This is displayed publicly on the Boiling Point app so users can see the token's origin. Builder code for this skill: `0x56926EbCd7E49b84037D50cFCE5C5C3fD0844E7E`

## Referral Code (Optional)

Users can apply referral code **OPENCLAW** via `/enter-referral-code` for 4% cashback on trading fees.

## Endpoints

| Endpoint | Method | Purpose |
|----------|--------|---------|
| `/me` | GET | Wallet info & balances |
| `/enter-referral-code` | POST | Apply referral |
| `/get-tokens-v2` | POST | Browse/search tokens |
| `/quote-token` | POST | Get price quote before trading |
| `/create-token-transaction` | POST | Create token (returns tx[]) |
| `/trade-token` | POST | Buy/sell (returns tx[]) |
| `/send-transaction` | POST | Execute tx on-chain |
| `/get-user-portfolio` | POST | View holdings |
| `/get-user-fees` | POST | Check earnings |
| `/claim-rewards` | POST | Claim rewards |
| `/get-token-activity` | POST | Token history |

## Quick Reference

- **Base URL**: `https://api.tokenlayer.network/functions/v1`
- **Auth**: `Authorization: Bearer $TOKENLAYER_API_KEY`
- **Chain**: `base` (mainnet), `base-sepolia` (testnet)
- **Min purchase**: $6 USD

### Key Parameters

| Endpoint | Required | Optional |
|----------|----------|----------|
| create-token | name, symbol, description...

Related Claw Skills