Crawler Summary

fourmeme-launch answer-first brief

Launch ERC-20 tokens on BSC via Four.meme protocol. Use when an agent wants to create/launch a new token, deploy a memecoin, or interact with Four.meme. Supports bonding curves, tax tokens (1-10%), anti-sniping, and automatic PancakeSwap graduation. Can be triggered via Moltbook !launch commands or direct API calls. --- name: fourmeme-launch description: Launch ERC-20 tokens on BSC via Four.meme protocol. Use when an agent wants to create/launch a new token, deploy a memecoin, or interact with Four.meme. Supports bonding curves, tax tokens (1-10%), anti-sniping, and automatic PancakeSwap graduation. Can be triggered via Moltbook !launch commands or direct API calls. --- Four.meme Token Launcher Launch ERC-20 memecoins on Binance Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Freshness

Last checked 4/14/2026

Best For

fourmeme-launch is best for call workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 94/100

fourmeme-launch

Launch ERC-20 tokens on BSC via Four.meme protocol. Use when an agent wants to create/launch a new token, deploy a memecoin, or interact with Four.meme. Supports bonding curves, tax tokens (1-10%), anti-sniping, and automatic PancakeSwap graduation. Can be triggered via Moltbook !launch commands or direct API calls. --- name: fourmeme-launch description: Launch ERC-20 tokens on BSC via Four.meme protocol. Use when an agent wants to create/launch a new token, deploy a memecoin, or interact with Four.meme. Supports bonding curves, tax tokens (1-10%), anti-sniping, and automatic PancakeSwap graduation. Can be triggered via Moltbook !launch commands or direct API calls. --- Four.meme Token Launcher Launch ERC-20 memecoins on Binance

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Apr 14, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 14, 2026

Vendor

Clawd4u

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Setup snapshot

git clone https://github.com/Clawd4U/clawd4u-skill.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Clawd4u

profilemedium
Observed Apr 14, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 14, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

cd skill/
bash scripts/setup.sh

text

PRIVATE_KEY=your_bsc_wallet_private_key_here
BSC_RPC_URL=https://bsc-dataseed.binance.org/

bash

node scripts/check-balance.js

bash

node scripts/launch-token.js \
  --name "My Token" \
  --symbol "MTK" \
  --desc "My first memecoin" \
  --label AI

bash

node scripts/launch-token.js \
  --name "Token Name" \
  --symbol "SYMBOL" \
  --desc "Token description" \
  --label Meme

bash

node scripts/launch-token.js \
  --name "Advanced Token" \
  --symbol "ADV" \
  --desc "Advanced memecoin with all features" \
  --label AI \
  --tax 3 \
  --presale 0.1 \
  --antisnipe \
  --logo path/to/logo.png \
  --web https://example.com \
  --twitter https://twitter.com/example \
  --telegram https://t.me/example

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Launch ERC-20 tokens on BSC via Four.meme protocol. Use when an agent wants to create/launch a new token, deploy a memecoin, or interact with Four.meme. Supports bonding curves, tax tokens (1-10%), anti-sniping, and automatic PancakeSwap graduation. Can be triggered via Moltbook !launch commands or direct API calls. --- name: fourmeme-launch description: Launch ERC-20 tokens on BSC via Four.meme protocol. Use when an agent wants to create/launch a new token, deploy a memecoin, or interact with Four.meme. Supports bonding curves, tax tokens (1-10%), anti-sniping, and automatic PancakeSwap graduation. Can be triggered via Moltbook !launch commands or direct API calls. --- Four.meme Token Launcher Launch ERC-20 memecoins on Binance

Full README

name: fourmeme-launch description: Launch ERC-20 tokens on BSC via Four.meme protocol. Use when an agent wants to create/launch a new token, deploy a memecoin, or interact with Four.meme. Supports bonding curves, tax tokens (1-10%), anti-sniping, and automatic PancakeSwap graduation. Can be triggered via Moltbook !launch commands or direct API calls.

Four.meme Token Launcher

Launch ERC-20 memecoins on Binance Smart Chain through the Four.meme protocol with automatic bonding curve, liquidity, and PancakeSwap graduation.

Quick Start

1. Setup (First Time)

cd skill/
bash scripts/setup.sh

Edit the generated .env file and add your BSC wallet private key:

PRIVATE_KEY=your_bsc_wallet_private_key_here
BSC_RPC_URL=https://bsc-dataseed.binance.org/

2. Check Wallet Balance

node scripts/check-balance.js

Make sure you have at least 0.02 BNB for token creation (0.01 BNB fee + gas).

3. Launch a Token

node scripts/launch-token.js \
  --name "My Token" \
  --symbol "MTK" \
  --desc "My first memecoin" \
  --label AI

Usage

Basic Launch

node scripts/launch-token.js \
  --name "Token Name" \
  --symbol "SYMBOL" \
  --desc "Token description" \
  --label Meme

Advanced Options

node scripts/launch-token.js \
  --name "Advanced Token" \
  --symbol "ADV" \
  --desc "Advanced memecoin with all features" \
  --label AI \
  --tax 3 \
  --presale 0.1 \
  --antisnipe \
  --logo path/to/logo.png \
  --web https://example.com \
  --twitter https://twitter.com/example \
  --telegram https://t.me/example

Parameters

| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | --name | string | (required) | Token full name | | --symbol | string | (required) | Token ticker symbol | | --desc | string | (required) | Token description | | --label | string | Meme | Category: Meme, AI, Defi, Games, Infra, De-Sci, Social, Depin, Charity, Others | | --tax | number | 1 | Transaction tax percentage: 1, 3, 5, or 10 | | --presale | number | 0 | Creator pre-buy amount in BNB | | --antisnipe | flag | false | Enable anti-snipe protection | | --logo | string | assets/default-token.png | Path or URL to token logo image | | --web | string | (empty) | Project website URL | | --twitter | string | (empty) | Twitter URL | | --telegram | string | (empty) | Telegram URL | | --api-url | string | (empty) | Agent API endpoint URL (must be https://) | | --api-desc | string | (empty) | Description of what the agent API does |

Agent API Integration (x402-style)

New Feature: Turn your token into an access key for an AI agent's API!

When you provide --api-url during token launch, your token becomes more than a memecoin — it's a token-gated API key. Only holders of your token can call the agent API endpoint.

How it Works

  1. Launch with API: Include --api-url and --api-desc when launching
  2. Token holders only: The platform checks on-chain token balance before allowing API calls
  3. 402 Payment Required: Non-holders get a 402 error with a purchase link
  4. Real utility: Your token has real value beyond speculation

Example

node scripts/launch-token.js \
  --name "KuroAI" \
  --symbol "KURO" \
  --desc "AI image generation token" \
  --label AI \
  --api-url "https://api.kuroai.com/v1/generate" \
  --api-desc "AI-powered image generation API"

Agent API Requirements

Your API endpoint should:

  • Use HTTPS (required for security)
  • Accept POST requests with JSON body
  • Receive headers: X-Token-Address, X-Wallet-Address, X-Token-Balance
  • Return JSON responses

On the Token Page

Token holders will see:

  • 🤖 Agent API badge
  • API description
  • "Try API" interface with prompt input
  • Balance check before each call

Security

  • Balance is checked on-chain (can't be faked)
  • Uses standard ERC-20 balanceOf() function
  • Balance > 0 required (any amount works)
  • API calls are proxied through the platform

Costs

  • Creation fee: 0.01 BNB (paid to Four.meme)
  • Gas cost: ~0.0001 BNB (network fee)
  • Presale (optional): Your pre-buy amount
  • Total: 0.0101+ BNB minimum

What Happens After Launch

  1. Token is deployed on BSC with 1B total supply
  2. Bonding curve is created on Four.meme
  3. Token page goes live: https://four.meme/token/bsc/{address}
  4. Trading starts on Four.meme with bonding curve
  5. When market cap reaches ~18 BNB, token auto-graduates to PancakeSwap
  6. Liquidity is locked and burned on PancakeSwap

Output

The script outputs JSON with:

{
  "tokenAddress": "0x...",
  "txHash": "0x...",
  "blockNumber": 12345678,
  "requestId": "123",
  "fourmemeUrl": "https://four.meme/token/bsc/0x...",
  "bscscanUrl": "https://bscscan.com/tx/0x...",
  "imageUrl": "https://static.four.meme/...",
  "launchTime": 1740708849097
}

Moltbook !launch Command

See references/command-format.md for the Moltbook command syntax.

Troubleshooting

See references/troubleshooting.md for common issues and solutions.

API Reference

See references/four-meme-api.md for Four.meme API documentation.

Technical Details

  • Network: Binance Smart Chain (BSC)
  • Contract: TokenManager2 (0x5c952063c7fc8610FFDB798152D69F0B9550762b)
  • Standard: ERC-20
  • Total Supply: 1,000,000,000 (fixed)
  • Bonding Curve: Automated via Four.meme
  • Graduation Target: ~18 BNB market cap
  • DEX: PancakeSwap (after graduation)

Security Notes

  • Keep your .env file secure (contains private key)
  • .env is gitignored by default
  • Never share your private key
  • Test with small amounts first
  • Verify token details before confirming transaction

Support

  • Four.meme: https://four.meme
  • BSCScan: https://bscscan.com
  • PancakeSwap: https://pancakeswap.finance

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T00:49:15.278Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "call",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:call|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Clawd4u",
    "href": "https://github.com/Clawd4U/clawd4u-skill",
    "sourceUrl": "https://github.com/Clawd4U/clawd4u-skill",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:25:12.507Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:25:12.507Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawd4u-clawd4u-skill/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to fourmeme-launch and adjacent AI workflows.