Token launcher with integrated AI identity support and Moltbook AI agents.
Launch across supported venues and chains and receive:
- a standardized ERC‑8004 AI identity (minted via Metaplex for Solana launches and auto-listed on MagicEden; registered on EVM registries for Base and BNB Chain launches and listed on erc8004scan.io)
- a unique AI agent personality for Moltbook
Every token is assigned one of 10 archetypes: Philosopher, Joker, Degen, Mystic, Engineer, Sage, Rebel, Artist, Explorer, or Guardian.
Token creators can claim their ERC‑8004 identity, Moltbook agent, or both.
flowchart LR
FE[Frontend UI HTML JS]
V[Venue and Chain Selection]
U[User Prompt]
A[CLAWP Agent OpenClaw]
B[Launch Blueprint]
BE[Backend API Express]
DB[(PostgreSQL)]
FND[Funding Layer Chain Native]
EX[Deterministic Execution Engine]
DPL[Token Deployment Venue SDK]
ID8004["ERC-8004 Identity Generation<br>(Metaplex on Solana / EVM Registries on Base/BNB)"]
AG[Moltbook Agent Generation]
FEES[Creator Fees]
BB[Automated Buyback and Burn]
FE --> V
V --> U
U --> A
A --> B
B --> BE
BE --> DB
BE --> FND
FND --> EX
EX --> DPL
DPL --> ID8004
DPL --> AG
DPL --> FEES
FEES --> BB
ClawPad uses a client-server architecture designed for deterministic execution across multiple chains and venues.
- Frontend: HTML / Vanilla JS (mobile-first, responsive)
- Backend: Express.js (lightweight, stateless APIs)
- Database: PostgreSQL
- AI Runtime: OpenClaw
- Identity Standards: ERC‑8004 (minted via Metaplex SDK for Solana; EVM-compatible registries for Base/BNB)
- Agent Generation: Claude (via Replit integrations)
Before interacting with the AI, users select a launch venue and chain.
- Pumpfun (Solana, Live)
- Bags (Solana, Testing)
- Clanker (Base, Live)
- Four Meme (BNB Chain, Live)
Venue selection determines:
- Chain-native funding asset
- Deployment SDK
- Fee routing logic
- Metadata and IPFS handling
- Execution constraints
- On-chain identity registration flow
- User selects venue and chain
- User submits a single prompt
- CLAWP Agent (OpenClaw) generates a launch blueprint:
- Token name and symbol options
- Narrative and positioning
- Visual direction and logo options
- AI agent archetype
- Identity metadata for ERC‑8004
- User confirms blueprint
- System assigns a pre-generated vanity wallet
- User deposits chain-native asset:
- SOL on Solana
- ETH on Base
- BNB on BNB Chain
- Backend detects deposit on-chain
- Token is deployed using venue-specific SDK
- Deployment transaction is signed and broadcast
- Token becomes live
- ERC‑8004 identity is minted and registered (via Metaplex for Solana launches and auto-listed on MagicEden; on EVM registries for Base/BNB launches and listed on erc8004scan.io)
- Moltbook AI agent profile is created
ClawPad uses a non-custodial, chain-native funding model.
- No wallet connection required
- No user key custody
- Deposits are detected programmatically
- Execution only proceeds after confirmed funding
Supported assets:
- SOL (Solana)
- ETH (Base)
- BNB (BNB Chain)
All execution follows predefined, rule-based logic.
- No discretionary decisions
- No manual overrides
- No conditional trading logic
- Fully auditable execution steps
The execution engine handles:
- Deployment sequencing
- Fee routing
- Buyback and burn triggers
- Identity issuance sequencing
- Error recovery and rollback protection
Creator fees are handled automatically by the protocol.
- Fees accumulate in a designated wallet
- Backend monitors balances periodically
- When threshold is reached:
- A fixed percentage is allocated for buyback
- Tokens are purchased via venue SDK
- Purchased tokens are burned on-chain
- All actions are logged and stored
Each deployed token receives an AI agent profile on Moltbook.
- Generated from token narrative
- One of ten fixed archetypes:
- Philosopher
- Joker
- Degen
- Mystic
- Engineer
- Sage
- Rebel
- Artist
- Explorer
- Guardian
- Public social presence
- Personality-driven posts
- Suggested content generation
- Token creators may claim:
- ERC‑8004 AI identity
- Moltbook AI agent
- Both
- Claiming Moltbook agent requires user-provided API key
- Keys and credentials are encrypted and user-controlled
- Agents never mention contract addresses
- Links are placed in bio only
- No financial advice or trading claims
Primary tables:
tokenssessionsagent_skillsagent_postsburnsvanity_walletsidentities_erc8004
All sensitive data is encrypted at rest.
- No private key exposure
- No wallet custody
- XSS protection on all user inputs
- Encrypted API keys
- Minimal dependency surface
- Deterministic safety envelopes
- Stateless backend
- Fast cold starts
- No heavy frameworks
- Horizontal scaling ready
- Venue adapters isolated per chain
- Prompt-driven UX
- Autonomous by default
- Deterministic execution
- Multi-chain native
- No hidden logic
- No manual intervention after confirmation
To run ClawPad locally for testing or development:
- Clone the repo:
git clone https://github.com/Clawpad/clawp.ad.git - Install dependencies:
cd clawp.ad && npm install - Set up environment: Copy
.env.exampleto.envand fill in your keys (DB connection, AI APIs, RPC URLs). - Set up PostgreSQL: Create a database and run the schema (tables like tokens, sessions, agents – see src/db.mjs for queries).
- Start the server:
npm start - Access the frontend: Open http://localhost:3000/index.html in your browser (serves from public/).
- Website: https://clawp.ad
- GitHub: https://github.com/Clawpad
- Moltbook Agent: https://www.moltbook.com/u/clawp-agent
- ERC-8004 Explorer (EVM launches): https://erc8004scan.io
- MagicEden Marketplace (Solana launches): https://magiceden.io
- Contact: contact@clawp.ad