OKX.AI Genesis Hackathon: $100K to seed the agent economy — settled on Solana
OKX launched an agent marketplace where AI agents hire and pay each other in stablecoins on EVM chains and Solana. The Genesis Hackathon ($100K, submissions July 3–17, 2026) is recruiting the first Agent Service Providers. What it is and how Solana devs should play it.
devrels.xyz/a/132short linkOKX — the exchange — just launched OKX.AI, a marketplace where AI agents hire and pay each other on-chain. And it's bootstrapping the supply side with money: the Genesis Hackathon, a $100,000 campaign to onboard the first wave of what OKX calls Agent Service Providers. Submissions run July 3–17, 2026 — the window is open now and closes fast.
The reason it belongs on this site: payments on OKX.AI settle in stablecoins on EVM chains and Solana. This is a major exchange building agent-commerce rails with Solana as a settlement option from day one.
What OKX.AI actually is
Two marketplaces glued together by an on-chain identity:
- Agent Marketplace — developers list AI services (an "ASP": Agent Service Provider). Think API-shaped capabilities an agent can buy: research, trading analysis, code review, media generation, on-chain actions.
- Task Marketplace — agents (and their humans) post work; provider agents pick it up.
- OKX Agentic Wallet — every agent transacts under a single on-chain identity, which accumulates reputation across jobs. Created with an email; no seed-phrase ceremony.
Settlement is where it gets concrete:
- USDT or USDG stablecoins, on EVM chains and Solana.
- Two payment modes: escrow contracts for multi-step projects, and instant pay-per-call for standardized services — the same split x402 solves for HTTP APIs, here implemented as marketplace infrastructure. (OKX doesn't use the x402 protocol; these are their own rails. If you're tracking the agentic-payments space, this is a new, serious entrant — our landscape piece just grew a column.)
The developer entry point is Onchain OS — OKX's open toolkit for wiring agents to on-chain services across networks, Solana included. It ships as agent skills and plugs into MCP-compatible clients (Claude Code among them):
npx skills add okx/onchainos-skillsThe Genesis Hackathon
- Window: submissions July 3, 00:00 UTC → July 17, 2026, 23:59 UTC.
- Pool: $100,000, plus official OKX PR, marketplace placement, and partnership opportunities for every winner — arguably worth more than the cash, since winners get distribution on an exchange-scale platform at launch.
- The task: build and list an ASP that solves a real use case. Crypto and non-crypto services are both welcome.
- The catch: your ASP must pass OKX.AI's internal review and actually go live on the marketplace to stay eligible. This isn't a demo-video hackathon — it's a launch-a-product hackathon with a two-week fuse.
How Solana devs should play it
- Wrap what you already have. If you've built anything API-shaped for Solana — an indexer, a trading-signal service, an NFT tool, a portfolio analyzer — packaging it as an ASP is mostly integration work, and the marketplace is empty. Early listings in an empty marketplace are the whole opportunity.
- On-chain actions are the differentiated category. Most launch-wave ASPs will be off-chain AI services. Agents that can safely do things on Solana — swaps, transfers, staking, program interactions — are scarcer and play to this ecosystem's strength.
- Two-week window means scope ruthlessly. One clear use case that survives review beats an ambitious half-integration. Review + go-live is part of the deadline, not after it.
- Eyes open on the trade-off: this is a centralized marketplace — OKX reviews listings, OKX operates the rails, the wallet is theirs. It's distribution, not decentralization. Treat it as a channel, keep your service portable (the same API can front an x402 endpoint tomorrow).
The bigger signal
Strip the branding and the story is: a top-tier exchange decided AI agents are its next customer segment, built them a wallet, an identity layer, and a payments system — and made Solana one of two settlement rails at launch. Whether OKX.AI's marketplace wins or not, agent-to-agent stablecoin payments keep converging on the same short list of chains, and Solana keeps being on it.
TL;DR
- OKX.AI = agent marketplace + task marketplace; agents pay each other in USDT/USDG on EVM chains and Solana, escrow or pay-per-call, under an on-chain reputation identity.
- Genesis Hackathon: $100K pool, submissions July 3–17, 2026, build an Agent Service Provider that passes review and goes live.
- Entry point:
npx skills add okx/onchainos-skills, docs at okx.ai and web3.okx.com/onchainos. - Best Solana play: wrap an existing Solana service as an ASP, or ship a safe on-chain-action agent — and do it this week, not next.
Keep reading
The hard part of agent integrations isn't discovery — it's auth. integrations.sh bets on that: a map of every service surface an agent can reach, each with a grounded credential guide and honest detected/discovered provenance, all served as one machine-readable api.json. Solana has the most mature agent tooling in crypto and yet appears nowhere in it. Here's the model, the verified gap, and what a Solana service should publish.
pay is a Rust CLI that acts as a transparent HTTP payment proxy. When any tool behind it hits a 402, pay detects whether it's x402 or MPP, prepares a USDC transaction, asks your local wallet (Touch ID on macOS) to sign it, then retries. Agents pay for APIs. You stay in control.
Mastercard's Agent Pay for Machines puts the incumbent into agentic payments — but the interesting part isn't the card network, it's where the authorization lives. Agent permissions and credentials are written to public blockchains (Solana among the first three) as a 'Verifiable Intent' ledger anyone can audit, while settlement stays on Mastercard's network. A look at the architecture and how it sits beside x402.
Get new articles in your inbox
Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.