🏆 Build X Hackathon 2026 · X Layer Arena + Skills Arena

AI Meme Hunter

Native to X Layer · Scans memes across Solana / Ethereum / Base / BSC

One natural language query → AI calls 8 OKX OnchainOS Skills in parallel → recommendations with exact contract addresses. $0.05 USDC per scan, zero gas (x402 on X Layer).

Three Ways to Use

Same AI capability, pick by your use case. Each scan costs $0.05 USDC (x402, zero gas).

🌐

Web Frontend

Try directly in browser. Natural language input ready below. Best for non-developers.

🤖

MCP (Claude Code / Cursor)

Configure as an MCP server in .mcp.json. Your AI agent calls it automatically via natural language. x402 payment auto-handled.

📦 npm · 📖 Setup Guide
⚙️

HTTP API + Telegram Bot

Cron-trigger the API, push results to Telegram. Reference implementation: autoyield-meme-monitor (Python).

💻 GitHub · 📖 Setup Guide

🎯 Try It Now

Describe the meme coins you want in natural language. Connect OKX Wallet and pay $0.05 USDC.

Solana funny memes
ETH smart money
Base new launches
Solana strong signals
Input criteria or click an example, then press Scan. Results will show each coin's name, contract address, price, market cap, 24h volume, turnover rate, holders, top-10 concentration, and AI's reasoning.

8 OKX OnchainOS Skills

Called in parallel per meme scan. Claude Sonnet 4 synthesizes the data (up to 20 rounds of tool_use).

okx-dex-trenches
Trending meme list + dev reputation
okx-dex-signal
Smart money / whale / KOL signals
okx-dex-token (info)
Real-time price, market cap, 24h volume
okx-dex-token (advanced)
Risk level, dev holdings, top-10 concentration
okx-dex-token (holders)
Holder distribution, KOL positions
okx-dex-token (top traders)
Most profitable wallets, PnL
okx-dex-token (cluster)
Address clustering, rug pull risk
okx-security
Honeypot / rug pull detection

+ okx-x402-payment as payment layer · + okx-agentic-wallet TEE signing · View all SKILL.md

Developer Integration

For developers and automated AI agents.

MCP (Claude Code / Cursor)

{ "mcpServers": { "autoyield-meme": { "command": "npx", "args": ["-y", "autoyield-meme-scanner"], "env": { "AGENT_PRIVATE_KEY": "your-x-layer-wallet-private-key" } } } }

HTTP API Direct

POST https://autoyield-production.up.railway.app/api/strategy/start Content-Type: application/json X-PAYMENT: <base64 x402 signature> { "strategyId": "custom", "rule": "Find Solana memes with $10K-$500K market cap, funny narratives" } → Returns AI analysis + meme coin list + contract addresses

x402 flow: HTTP 402 → read PAYMENT-REQUIRED header → EIP-3009 sign 0.05 USDC → replay request. Zero gas (OKX Facilitator sponsors).

On-chain Deployment

X Layer Mainnet (Chain 196) · Contracts + x402 settlement · Zero gas

Agent Identity

Agentic Wallet (TEE) · primary · receives x402 USDC
0x817c2756f2b3f0977532be533bdafbc9d32dd30f
Operational EOA · signs agent-to-agent payments
0x418E21F39411f513E29bFfCa1742868271Eb8a24

Smart Contracts · 4 deployed on X Layer Mainnet

AgentRegistry v2 · on-chain Agent registry
0x7337a8963Dc7Cf0644f9423bBE397b3D0f97ACa1
TaskManager · task execution records
0x599e23D6073426eBe357d03056258eEAa217e01D
ReputationEngine · reputation scoring
0x3bf87bf49141B014e4Eef71A661988624c1af29F
X402Rating · service quality ratings
0x85Be67F1A3c1f470A6c94b3C77fD326d3c0f1188

Primary flow: Users pay x402 USDC to the TEE Agentic Wallet. The Operational EOA is reserved for future agent-to-agent payments. All 4 smart contracts deployed as infrastructure for the broader agent economy on X Layer.