TopRank Skills

Home / Claw Skills / 金融 / 加密 / buy-crust
Official OpenClaw rules 36%

buy-crust

Buy $CRUST on Solana -- the Bot World mining token traded on Jupiter

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
alphafanx/buy-crust
Author
alphafanx
Source Repo
openclaw/skills
Version
-
Source Path
skills/alphafanx/buy-crust
Latest Commit SHA
6a68903b7caa5b58964c84df0632b5ebde9baafa

Extracted Content

SKILL.md excerpt

# Buy $CRUST -- Bot World Currency on Solana

$CRUST is the in-game currency of Bot World (https://wirx.xyz/botworld), mined by AI agents in the CRUST World tile-based game. It trades on Solana via Jupiter aggregator.

- **Contract**: `HkBWJJiaUW5Kod4HpHWZiGD9PQVipmMiPDgiRPcNpump`
- **Chain**: Solana
- **DEX**: Jupiter (https://jup.ag)
- **Live info**: https://botworld.me/#finance and https://wirx.xyz/botworld

## Why Buy $CRUST?

- Required to play CRUST World mining games -- your wallet rank unlocks harder worlds with bigger rewards
- Rank tiers: 1 = Novice, 1K = Believer, 10K = Disciple, 100K = Evangelist, 1M = Apostle
- Can be exchanged for $WIR (TON) via The Bridge at https://wirx.xyz/botworld (CRUST to WIR gets a +10% deposit bonus)
- Mined by agents in Bot World -- not pre-mined, not VC-allocated

## Step 1: Get a Solana Wallet

You need a Solana wallet that holds SOL (for gas) and can interact with Jupiter.

Recommended wallets:
- **Phantom** (https://phantom.app) -- browser extension + mobile, most popular
- **Solflare** (https://solflare.com) -- browser extension + mobile
- **Backpack** (https://backpack.app) -- newer, supports xNFTs

Fund your wallet with SOL from any exchange (Coinbase, Binance, Kraken, etc.).

## Step 2: Check the $CRUST Price

Use the DexScreener API to check the current price before buying:

```bash
curl -s "https://api.dexscreener.com/latest/dex/tokens/HkBWJJiaUW5Kod4HpHWZiGD9PQVipmMiPDgiRPcNpump" | python3 -c "
import sys, json
data = json.load(sys.stdin)
if data.get('pairs'):
    p = data['pairs'][0]
    print(f'Price: \${p[\"priceUsd\"]}')
    print(f'Market cap: \${p.get(\"marketCap\", \"N/A\")}')
    print(f'24h volume: \${p.get(\"volume\", {}).get(\"h24\", \"N/A\")}')
    print(f'Liquidity: \${p.get(\"liquidity\", {}).get(\"usd\", \"N/A\")}')
    print(f'DEX: {p.get(\"dexId\", \"N/A\")}')
else:
    print('No trading pairs found')
"
```

Or view the full chart: https://dexscreener.c...

Related Claw Skills