high speed x402 extension using Yellow
eXpress402 is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on circle, lifi, x402, yellow. It currently has 1 GitHub stars and 0 forks, and sits alongside related tools like ledgerflow, CrawlPay, AgenticCommerce, nofx, ClawRouter, bitterbot-desktop.
eXpress402 is a paid MCP server infrastructure for AI agents, implementing x402 v2 with wallet authentication. It provides two payment rails for accessing premium tools and data.
Off-chain session-based payments with instant settlement:
On-chain payments with blockchain proof:
Sentifi demonstrates eXpress402 in action - an autonomous AI trading agent that combines real-time market sentiment analysis with cross-chain DeFi execution. It uses eXpress402 MCP tools for paid market intelligence and LI.FI SDK for optimal swap routing across chains.
Generate an AI agent wallet for authentication and payments:
npm run generate-wallet
This creates:
YELLOW_AGENT_PRIVATE_KEY - Your AI agent's wallet private keyYELLOW_AGENT_ADDRESS - Your AI agent's public addressThe wallet will be automatically funded with test tokens via Yellow Network faucet.
Required environment variables (auto-configured by setup):
# Agent Wallet (auto-generated)
YELLOW_AGENT_PRIVATE_KEY=0x...
YELLOW_AGENT_ADDRESS=0x...
# Merchant Wallet (auto-generated)
YELLOW_MERCHANT_ADDRESS=0x...
YELLOW_MERCHANT_PRIVATE_KEY=0x...
# Optional: Market Research
TAVILY_API_KEY=your_tavily_key
# Optional: Redis (default works in devcontainer)
KV_URL=redis://redis:6379
Copy .env.example to .env and run:
npm run setup # Generates wallets, funds them, installs dependencies
Start the trading agent with live dashboard:
npm run demo:sentifi
# Open dashboard in browser
open http://localhost:3456
The dashboard provides:

Autonomous Decision Loop:
The dashboard lets you switch between payment rails to see both Yellow Network (off-chain) and Arc Gateway (on-chain) in action.
Customize trading behavior via environment variables:
# Strategy Thresholds
SENTIFI_BULLISH_THRESHOLD=40 # Score above this = buy signal
SENTIFI_BEARISH_THRESHOLD=-40 # Score below this = sell signal
SENTIFI_MIN_CONFIDENCE=0.5 # Minimum confidence to trade
# Risk Management
SENTIFI_MAX_POSITION_PCT=25 # Max position size (% of portfolio)
SENTIFI_CONFIDENCE_SCALING=true # Scale size by confidence
# Execution
SENTIFI_CHAIN_ID=42161 # Chain ID (Arbitrum One)
Suifi: Alternative implementation using Sui blockchain for AI vault investment decisions. Records and evaluates DeFi vault strategies using DefiLlama data. Fully implemented in src/suifi/ but not integrated into the main demo due to time constraints.
For complete documentation, architecture details, and additional demos, see docs/README.md.
A chain-agnostic AI-native payment infrastructure, authz layer for x402
Monetize your site for the AI era. AI bots pay $0.001 USDC per page via Arc Nanopayments.
x402 payment protocol implementation in .NET - enable AI agents to pay for your APIs with USDC micropayments
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
A local-first AI agent with persistent memory, emotional intelligence, and a peer-to-peer skills economy.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
x402 Ecosystem Explorer
🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.