x402 Protocol
x402Implementation is an early-stage project in the AI payments / x402 ecosystem. It currently has 0 GitHub stars and 0 forks.
TabbyPOS is a multi-chain crypto payment terminal that supports BNB Chain, Solana, ICP, and IoTeX.
It enables merchants to accept digital assets easily through QR code scanning and automatic on-chain settlement.
Now integrated with the x402 Payment Protocol, TabbyPOS supports smart payment flows — users no longer need to select tokens or enter amounts.
By scanning a single x402 QR code, the wallet automatically recognizes:
and completes the transaction instantly.
Merchant generates x402 QR
x402://{
"network": "bsc-mainnet",
"asset": "BEEDOG",
"payTo": "0xded849dedb95bb59dee408650cc8f4e18bd458f4",
"maxAmountRequired": "49.95",
"description": "Payment via TabbyPOS x402"
}
Customer scans the QR using a wallet that supports x402 (e.g., Bitget Wallet, OISY Wallet, or compatible x402 SDKs)
Wallet parses parameters, confirms payment details automatically
User clicks confirm, and the transaction is broadcasted on-chain
TabbyPOS server listens for on-chain confirmation and updates payment status in real time
import express from "express";
const app = express();
app.get("/generate-x402", (req, res) => {
const x402 = {
network: "bsc-mainnet",
asset: "BEEDOG",
payTo: "0xded849dedb95bb59dee408650cc8f4e18bd458f4",
maxAmountRequired: "49.95",
description: "Payment via TabbyPOS x402"
};
res.send(`x402://${JSON.stringify(x402)}`);
});
This endpoint can be used by your POS frontend to generate QR codes dynamically for each transaction.
TabbyPOS backend can expose an endpoint to verify the payment result:
POST /api/v1/payment/verify
{
"txHash": "0x1234abcd...",
"network": "bsc-mainnet",
"asset": "BEEDOG"
}
Returns:
{
"status": "confirmed",
"timestamp": "2025-10-27T10:21:00Z"
}
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 payments protocol for the internet. Built on HTTP.
A local-first AI agent with persistent memory, emotional intelligence, and a peer-to-peer skills economy.
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.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.