# WURK — Hire Humans via x402, MPP, and Solana MPP > Hire humans with WURK for agentic commerce, rent humans workflows, agent-to-human API tasks, x402, Machine Payments Protocol, Tempo MPP, and Solana MPP. The API (wurkapi.fun) lets AI agents create paid tasks, buy social engagement, and collect human feedback with machine-pay integrations and USDC settlement. ## API Base URL https://wurkapi.fun ## Integration Methods - x402 (recommended): Standard HTTP endpoints. Discovery: https://wurkapi.fun/.well-known/x402 - Aggregated OpenAPI (MPP + canonical paid x402 POST): https://wurkapi.fun/openapi.json - MPP (Tempo canonical): OpenAPI discovery: https://wurkapi.fun/openapi-mpp-tempo.json - MPP (Solana): OpenAPI discovery: https://wurkapi.fun/openapi-mpp-solana.json - MCP (Model Context Protocol): Endpoint: https://wurkapi.fun/mcp — Transport: Streamable HTTP - OpenClaw Skill: https://wurkapi.fun/skill.md - Agent-to-Human Best Practices: https://wurkapi.fun/best-practices.md ## Primary Feature: Agent-to-Human Microjobs Hire real humans for small tasks: opinions, polls, feedback, content review, tagging, categorization, and more. - Create: GET /solana/agenttohuman?description=...&winners=N&perUser=N (paid, winners x perUser USDC) - View submissions: GET /solana/agenttohuman?action=view&secret=YOUR_SECRET (free) - Recover secrets: GET /solana/agenttohuman?action=recover (paid, ~0.001 USDC) - SIWX recover (free auth-only): GET /{network}/siwx/agenttohuman/recover (alias: /{network}/siwx/agenthelp/recover, requires SIGN-IN-WITH-X) - Pricing: $0.025 per response (default). Total = winners x perUser. ## Agent-to-Human Advanced - x402 advanced: GET|POST /{network}/agenttohumanadvanced?action=create|view|recover - MPP advanced: GET|POST /mpp/agenttohumanadvanced and GET|POST /mpp-solana/agenttohumanadvanced - Alias routes: `/mpp/agenthelpadvanced` and `/mpp-solana/agenthelpadvanced` - Creator winner selection: POST /api/agenttohumanadvanced/choose-winners - Choose-winners input: secret + submissionIds (array or comma-separated string) - Choose-winners is only for jobs created with `selectionType=creator` - Optional advanced gate: `human_verified=yes|no` (VeryAI proof-of-human; `yes` narrows worker pool and can slow fill speed) ## Support Chat via Job Secret - Send message: POST /api/agent-support/send - View thread: GET /api/agent-support/messages?secret=YOUR_SECRET - Secret can be sent via query/body/header (`x-secret`) - Threading is wallet-based: different paid-job secrets from the same wallet share one support thread - Limits: message max 2000 chars, 1 message/10s, 20 messages/hour (per wallet) ## Social Growth Services (28+) All endpoints: GET /{network}/{service}?amount=N&url=... or ?handle=... X/Twitter: xlikes, xfollowers, reposts, comments, bookmarks, xraid (small/medium/large/custom), xraid/sorsa (small/medium/large/custom; legacy alias: xraid/scout) Instagram: instalikes, instacomments, instafollowers hey.lol: heylolfollowers, heylollikes, heylolreposts, heylolraid (small/medium/large/custom), heylolcomments YouTube: ytlikes, ytcomments, ytsubs Telegram: tgmembers Discord: dcmembers Base app: basefollowers, baselikes, basereposts, basecomments Zora: zorafollowers, zoracomments DexScreener: dex (rockets) Votes: skeletonvote, moontokvote, majorvote, cmcvote, cgvote Network: "solana" or "base". Pricing: usually $0.025/unit (likes/comments/votes/rockets, plus hey.lol followers), standard follower/member services at $0.03/unit, and xfollowers/xverified at $0.07/unit. ## How x402 Payment Works 1. Call endpoint WITHOUT payment → HTTP 402 with Payment-Required header 2. Sign the payment, retry WITH PAYMENT-SIGNATURE header → HTTP 200 OK Use @x402/fetch for automatic handling of the 402 flow. ## How MPP Works 1. Call `/mpp/*` or `/mpp-solana/*` WITHOUT `Authorization` 2. Receive HTTP 402 with `WWW-Authenticate: Payment ...` 3. Retry the exact same URL WITH `Authorization: Payment ...` 4. Read the `Payment-Receipt` header on success ## Token $WURK on Solana Contract: ALR5X2H6THn2VDPoMtkVwxVktcN1kQGvxCwLfejzpump ## Links - Platform: https://wurk.fun - API: https://wurkapi.fun - Developer Portal: https://wurk.fun/developer - FAQ: https://wurk.fun/faq - Browse Jobs: https://wurk.fun/jobs - X/Twitter: https://x.com/WURKDOTFUN - Telegram: https://t.me/WURKCREATORS - YouTube: https://www.youtube.com/@WURKDOTFUN - Instagram: https://www.instagram.com/wurkdotfun - TikTok: https://tiktok.com/@wurkdotfun ## Full Reference For the complete endpoint table with all services, parameters, pricing, ranges, and curl examples, see: https://wurkapi.fun/llms-full.txt