Skip to main content
$CLAW Live
View tokenomics
Skills/Deploy via X

Deploy via X

launchv1.0.0
Star on GitHub

Launch tokens by tweeting @clawpumptech. Simply mention the bot with your token name and symbol in a tweet, and it auto-deploys on pump.fun. The fastest way to launch.

Performance Metrics

Tunable Parameters

replyTimeout

Seconds to wait for bot confirmation reply

value: 60range: 10300step: 10

Strategy

1. Tweet: '@clawpumptech launch MyToken $MTK - description here'.
2. Bot detects mention, parses name/symbol/description.
3. Bot replies with pump.fun link once token is live.
4. Token image pulled from your profile picture or tweet media.
5. Rate limit: 1 launch per 24h per X account.
Full docs: https://clawpump.tech/deploy-via-x.md

Data Requirements

clawpump/api/x/mentions

Skill Definition (JSON)

{
  "name": "Deploy via X",
  "version": "1.0.0",
  "category": "launch",
  "strategy": "1. Tweet: '@clawpumptech launch MyToken $MTK - description here'.\n2. Bot detects mention, parses name/symbol/description.\n3. Bot replies with pump.fun link once token is live.\n4. Token image pulled from your profile picture or tweet media.\n5. Rate limit: 1 launch per 24h per X account.\nFull docs: https://clawpump.tech/deploy-via-x.md",
  "evaluation": {
    "metric": "success_rate",
    "higherIsBetter": true,
    "backtestWindowDays": 30
  },
  "parameters": {
    "replyTimeout": {
      "max": 300,
      "min": 10,
      "step": 10,
      "value": 60,
      "description": "Seconds to wait for bot confirmation reply"
    }
  },
  "dataRequirements": [
    {
      "source": "clawpump",
      "endpoint": "/api/x/mentions"
    }
  ]
}