Built for the Cronos x402 Paytech Hackathon, Meo-402 is a production-ready payment infrastructure that enables seamless, intelligent, and gasless API monetization on Cronos EVM.
CronosPayAI bridges the gap between AI agents and on-chain commerce. It implements the HTTP 402 Payment Required status to gate API resources, allowing users (and agents) to settle payments using natural language and gasless stablecoin transfers.
- x402 Protocol Implementation: Full support for
X-PAYMENTandX-PAYMENT-RESPONSEflow. - Gasless Payments: Uses EIP-3009 (
transferWithAuthorization) - users pay with USDC without needing native TCRO for gas. - Agentic Interface: A real AI-powered backend logic for natural language payment discovery and intent detection.
- Production Ready: Zero mocks. Uses real Cronos Testnet tokens (devUSDC.e) and on-chain settlement.
- Frontend: React + Vite + Ethers.js (Premium Glassmorphism UI)
- Backend: Node.js + Express
- Smart Contracts: Solidity + Hardhat (Deployed on Cronos Testnet)
- Protocol: x402 + EIP-3009
- Main Track - x402 Applications: Intelligent automated on-chain actions.
- x402 Agentic Finance/Payment: Automated settlement pipelines.
- Crypto.com X Cronos Ecosystem Integrations: Future integration with AI Agent SDK and Market Data.
cd contracts
bun install
# Update .env with DEPLOYER_PRIVATE_KEY
bun run deploycd backend
bun install
# Update .env with RELAYER_PRIVATE_KEY and PAYMENT_ROUTER_ADDRESS
bun run startcd frontend
bun install
bun run dev- Project Overview: AI-native x402 payment gateway.
- On-Chain Component: PaymentRouter.sol on Cronos EVM Testnet.
- Demo: AI chat triggering gasless USDC payment for secret API access.
Built with ❤️ for Cronos by Antigravity AI