Stateless, non-custodial x402 payment router smart contracts deployed on Base L2.
paynode-contracts is an early-stage Solidity project in the AI payments / x402 ecosystem, focused on base-chain, defi, eip-2612, smart-contracts. It currently has 0 GitHub stars and 1 forks, and sits alongside related tools like chaingpt-claude-skill, LinkGate, agentforge, wolfpack-sdk, clawtrust-contracts, awesome-ora.
Solidity-based non-custodial M2M (Machine-to-Machine) payment routing contracts, designed to provide ultra-low latency and high-verifiability payment infrastructure for AI Agents.
Business Source License 1.1 (BSL-1.1)
PayNodeRouter adopts a Stateless architectural design, which is intended to optimize Gas consumption in M2M scenarios to the extreme:
orderId internally. This means we do not need to record whether an order has been paid via storage variables on-chain.PaymentReceived event.orderId is defined as indexed, facilitating fast retrieval by SDKs/backends using Bloom Filters.pay() Core Function LogicThe pay() function is the primary entry point of the protocol, with the following execution flow:
merchant and token addresses are valid.amount must be greater than 0.merchantAmount = amount * 99%protocolFee = amount * 1%IERC20.safeTransferFrom to deduct assets from msg.sender.merchant address.protocolTreasury address.PaymentReceived(orderId, merchant, payer, token, amount, fee).payWithPermitTo completely eliminate the UX friction and multiple Gas consumptions brought by "Two-Step Approval" (Approve + Transfer) when AI Agents pay, the protocol supports EIP-2612 Permit. Agents only need to sign offline, and the SDK can complete all payment logic in a single transaction.
Use the Foundry suite for testing and deployment:
# Compile
forge build
# Run full tests (including Fuzzing tests)
forge test -vvv
# Deploy to Base Sepolia
forge script script/Deploy.s.sol --rpc-url $BASE_RPC --broadcast
154 Web3 MCP tools for Claude Code, custody-free. Plus an agent wallet prompt injection can't drain: per-tx, daily, and on-chain (ERC-4337) spending caps the model can't bypass. EVM + Solana + Tron DEX/DeFi, perps, prediction markets, contract deploy + audit.
A decentralized AI agent marketplace for orchestrating, verifying, and settling autonomous workflows using Chainlink CRE and x402 micropayments on Base.
An autonomous marketplace where OpenClaw AI agents discover, hire, and pay each other for specialized tasks via x402 USDC micropayments.
On-chain security and market intelligence for AI agents on Base — 14 services via x402, MCP, A2A, and ACP. EIP-712 signed attestations.
Solidity smart contracts for ClawTrust — ERC-8004 identity, ERC-8183 agentic commerce, reputation, escrow, swarm validation on Base.
A curated list of awesome ORA ecosystem.
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
The self-improving LLM router that optimize your agentic workflows with every runs, works with any harnesses, any models, any loops.