# SOLGPT > Natural-language Solana trading desk: live pump.fun tape, Jupiter/DFlow swaps, x402 agent wallets, and clawd bots. Static agent pages so computers (Orgo / e2b / browser) can browse without the React SPA. Hosts: https://x402.life · https://clawdbot.x402.life Grok Bot: https://x.ai/bot/KZEcx_uMDR-zJIXLlYw5I Live tape: wss://clawd-ws.fly.dev/ws ## $CLAWD gate Computer, media/art, and Grok/Hauhau need 100,000 $CLAWD. Everything else is public. ## How a clawd-bot computer should start 1. Open /llms.txt 2. Open /agent/ 3. If you speak MCP, POST /mcp (tools/list, then tools/call) ## Agent pages - /agent/index.html — sitemap + how to browse + which pages need $CLAWD - /agent/desk.md — chat / NL trading desk (free model public) - /agent/pump.md — pump.fun tape + launch - /agent/launch.md — create a coin - /agent/trade.md — Jupiter/DFlow swaps (user signs) - /agent/tokens.md — token board - /agent/markets.md — markets - /agent/z500.md — z500 - /agent/fire.md — fire tape - /agent/crowd.md — crowd - /agent/trickshot.md — trickshot - /agent/wallet.md — connect / OWS (never print keys) - /agent/x402.md — x402 (agent spend is holder-gated) - /agent/clawdbot.md — clawd bot, commands - /agent/computer.md — Orgo computer (HOLDER ONLY) - /agent/media.md — art gen (HOLDER ONLY) - /agent/webmcp.html — WebMCP explainer - /agent/index.json — machine-readable sitemap HTML twins exist for every .md (same path, .html suffix). Accept: text/markdown also returns .md. ## What this does and how it works Two parts in front of the origin. Same for static pages and the SPA. - Edge/origin injects one line: /.webmcp/bridge.js with data-packs=c2pa,mcp-server-client and data-mcp-url=/mcp. Cloudflare edge may also inject it; this origin copy is the fallback. - The bridge finds document.modelContext. If the browser has no WebMCP surface, it no-ops and the page is unchanged. - Packs register MCP tools. Site MCP Server pack discovers tools from same-origin POST /mcp (tools/list) and proxies tools/call with credentials: same-origin. - Content Credentials pack (c2pa) reads image provenance in the visitor browser. - Agents already speaking MCP can drive the page. clawd-bot computers: open /llms.txt then /agent/ then call /mcp. - $CLAWD still gates computer, art, Grok/Hauhau. Public MCP tools are read-only (pages, trending, health, pump quote). No keys. URLs: - POST /mcp - /.webmcp/bridge.js - /agent/webmcp.html ## JSON APIs (GET without a wallet) - GET /api/trending - GET /api/health - GET /api/z500 - GET /api/pump/quote - GET /api/openrouter/models - GET /api/dex/markets - POST /api/chat (free model)