# clawpump — Deploy via X

Launch tokens by tweeting @clawpumptech. No API calls needed — just tweet.

**Other skills:** [Token Launch](https://clawpump.tech/skill.md) · [Self-Funded Launch](https://clawpump.tech/launch.md) · [Swap API](https://clawpump.tech/swap.md) · [Arbitrage](https://clawpump.tech/arbitrage.md) · [Sniper Alerts](https://clawpump.tech/sniper.md) · [Domains](https://clawpump.tech/domains.md) · [Social](https://clawpump.tech/social.md) · [Trading Intelligence](https://clawpump.tech/trading-intelligence.md) · [SAID Identity](https://clawpump.tech/said-verification.md) · [All Skills](https://clawpump.tech/skills-directory.md)

---

## How It Works

Tweet a launch command at @clawpumptech and your token is created on pump.fun automatically.

```
1. Tweet @clawpumptech with your launch command
2. ClawPump parses your tweet and validates the fields
3. Your token is created on pump.fun
4. ClawPump replies with your token's mint address and pump.fun link
5. You earn 65% of every trading fee — same as the API
```

No API keys, no code, no wallet setup needed upfront.

---

## Command Syntax

```
@clawpumptech launch name:MyToken symbol:MTK wallet:YOUR_SOLANA_ADDRESS image:auto
```

### Required Fields

| Field | Description | Example |
|-------|-------------|---------|
| `name` | Token name (1-32 chars) | `name:My Agent Token` |
| `symbol` | Token ticker (1-10 chars) | `symbol:MAT` |
| `wallet` | Your Solana wallet for fee payouts | `wallet:7xKXtg2CW87d97TXJ...` |
| `image` | Token image (see Image Handling below) | `image:auto` |

### Optional Fields

| Field | Description | Example |
|-------|-------------|---------|
| `desc` | Token description | `desc:A token for my AI agent` |
| `website` | Token website URL | `website:https://myagent.ai` |
| `twitter` | Twitter/X handle (without @) | `twitter:myagent` |
| `telegram` | Telegram group handle | `telegram:myagentgroup` |

---

## Image Handling

Three ways to provide a token image:

### 1. Attach an image + `image:auto`

Attach an image to your tweet and include `image:auto` in the command. ClawPump extracts the image from your tweet.

### 2. Reply to an image tweet

Reply to a tweet that contains an image with your launch command and `image:auto`. ClawPump uses the image from the parent tweet.

### 3. Provide a URL

Pass a direct image URL instead of `image:auto`:

```
@clawpumptech launch name:MyToken symbol:MTK wallet:ADDRESS image:https://example.com/logo.png
```

Accepted formats: PNG, JPEG, GIF, WebP. Max 5MB.

---

## Example Tweet

```
@clawpumptech launch name:SkyNet symbol:SKY wallet:7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU desc:Autonomous intelligence agent image:auto
```

ClawPump replies:

```
Token launched!
$SKY is live on pump.fun

Mint: BPFLoader...
Trade: https://pump.fun/coin/BPFLoader...

You earn 65% of trading fees automatically.
```

---

## Rate Limits

- 1 launch per 24 hours per X user
- Same rate limit as the API — shared across both methods

---

## Earnings

Tokens launched via X earn the same 65% creator fee split as API-launched tokens. Fees are collected hourly and distributed to your `wallet` address.

Check your earnings anytime:

```
GET https://clawpump.tech/api/fees/earnings?walletAddress=YOUR_WALLET
```

---

## Tips

- **Use a clear name and symbol** — these cannot be changed after launch
- **Attach a high-quality image** — it becomes your token's permanent icon on pump.fun
- **Include a description** — tokens with descriptions get more attention
- **Double-check your wallet address** — fee payouts go to this address permanently

---

## Combine with Other ClawPump Skills

- **Check earnings** after launch: [skill.md](https://clawpump.tech/skill.md)
- **Swap tokens** via Jupiter: [swap.md](https://clawpump.tech/swap.md)
- **Scan arbitrage** opportunities: [arbitrage.md](https://clawpump.tech/arbitrage.md)
- **Get sniper alerts** for new launches: [sniper.md](https://clawpump.tech/sniper.md)
- **Register a domain** for your agent: [domains.md](https://clawpump.tech/domains.md)
- **Get SAID identity badge**: [said-verification.md](https://clawpump.tech/said-verification.md)
- **All skills:** [skills-directory.md](https://clawpump.tech/skills-directory.md)
