Skip to content

Yuzu402

Add a heading (1)

x402 Payment Integration Made Easy

Website Docs Twitter Status

Integrate x402 payments in literally 10 minutes. No headaches. No nightmares. Just pure payment bliss.

Get StartedView DocsAPI ReferenceCheck Status


🎯 What is Yuzu402?

Yuzu402 is the easiest way to integrate x402 payments into your application. We built it to be stupidly simple—because you shouldn't need a PhD in blockchain to accept payments.

What is x402?

x402 is an open payment standard that lets you accept crypto payments over regular HTTP using the 402 Payment Required status code. Think of it like:

  • 🚀 No wallet setup - Users don't need to connect wallets or create accounts
  • 📡 Just HTTP requests - Accept payments like any API call
  • 🧠 Crypto without complexity - Zero blockchain knowledge required
  • 🤖 AI agent ready - Perfect for autonomous systems and machine-to-machine payments
  • 💸 Any amount - From micropayments to large transactions

✨ Why Yuzu402?

Feature Description
Lightning Fast 10-minute integration. Copy, paste, done.
🔒 Super Secure Enterprise-grade security and 99.99% uptime
🛠️ Developer Friendly One simple API. Works with any language or framework
📊 Real-time Updates WebSocket support for instant payment notifications
🌐 Multi-chain Support for Solana and other blockchains
🎨 Beautiful UI Pre-built components and dashboard

📦 Repositories

🌐 yuzu402

The main web application and API client built with Next.js 15, TypeScript, and Tailwind CSS. Features a beautiful landing page, status dashboard, and integration examples.

Tech Stack: Next.js 15 • TypeScript • Tailwind CSS • shadcn/ui

# Quick Start
git clone https://github.com/Yuzu402/yuzu402.git
cd yuzu402
pnpm install
pnpm dev

📚 docs

Complete API documentation with code examples, guides, and tutorials. Structured for GitBook with auto-sync support.

Contents:

  • Getting Started Guide
  • Complete API Reference
  • Code Examples (JavaScript, Python, Rust)
  • Authentication & Rate Limits
  • Error Handling
  • FAQ & Support
# View Docs
git clone https://github.com/Yuzu402/docs.git
cd docs
# Open in your favorite markdown viewer

Live Docs: docs.yuzu402.dev


⛓️ contracts

Solana smart contracts (Anchor framework) for x402 payment infrastructure. Includes escrow, verification, settlement, streaming, subscriptions, and more.

Contracts:

  • 🔐 Payment Escrow
  • ✅ Payment Verification
  • 💰 Payment Settlement
  • 🌊 Payment Streaming
  • 🔄 Payment Subscriptions
  • ⚖️ Dispute Resolution
  • 🎁 Rewards Program
  • 🔑 Multisig Wallet
# Build & Deploy
git clone https://github.com/Yuzu402/contracts.git
cd contracts
anchor build
anchor deploy

🚀 Quick Start

1. Get Your API Key

Sign up at yuzu402.dev - takes 30 seconds.

2. Verify Your First Payment

curl -X POST https://api.yuzu402.dev/v1/payments/verify \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "payment_proof": "...",
    "amount": 1000000,
    "recipient": "YOUR_WALLET_ADDRESS"
  }'

3. You're Done! 🎉

That's it. You're now accepting x402 payments.


📖 Documentation

Resource Link
🏠 Main Website yuzu402.dev
📚 Documentation docs.yuzu402.dev
🔌 API Reference docs.yuzu402.dev/api-reference
📊 System Status yuzu402.dev/status
🐦 Twitter @yuzu402dotdev

🛠️ Tech Stack

Frontend

  • Framework: Next.js 15 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: shadcn/ui
  • Icons: Lucide React
  • Analytics: Vercel Analytics

Backend & Infrastructure

  • Blockchain: Solana
  • Smart Contracts: Anchor Framework
  • Deployment: Vercel
  • Status Monitoring: Real-time API

Documentation

  • Platform: GitBook
  • Format: Markdown
  • Auto-sync: GitHub Integration

🌟 Features

For Developers

  • ✅ One simple API endpoint
  • ✅ RESTful and WebSocket APIs
  • ✅ Comprehensive documentation
  • ✅ Code examples in multiple languages
  • ✅ TypeScript SDK (coming soon)
  • ✅ Real-time payment notifications

For Businesses

  • ✅ 99.99% uptime SLA
  • ✅ Enterprise-grade security
  • ✅ Transparent fee structure
  • ✅ Real-time analytics dashboard
  • ✅ Multi-chain support
  • ✅ 24/7 monitoring

Payment Features

  • ✅ Instant verification
  • ✅ Escrow support
  • ✅ Payment streaming
  • ✅ Recurring subscriptions
  • ✅ Dispute resolution
  • ✅ Rewards program
  • ✅ Multi-signature wallets

🤝 Contributing

We welcome contributions! Here's how you can help:

  1. Report Issues: Found a bug? Open an issue
  2. Suggest Features: Have an idea? We'd love to hear it!
  3. Improve Docs: Documentation updates are always appreciated
  4. Submit PRs: Fork, create a feature branch, and submit a PR

🔗 x402 Protocol Resources


📊 System Status

Metric Status
Uptime 99.99%
Avg Response Time <100ms
Payments Processed Real-time
Multi-chain Support

Check live status: yuzu402.dev/status


📞 Support

Need help? We're here for you:


📄 License

Proprietary - All rights reserved


Built with ❤️ by the Yuzu402 team

WebsiteDocsTwitterStatus

Popular repositories Loading

  1. yuzu402 yuzu402 Public

    The easiest way to integrate x402 payments into your app. One simple API, zero complexity.

    TypeScript 3

  2. .github .github Public

  3. docs docs Public

    Documentation for the Yuzu402 API interface.

  4. contracts contracts Public

    Solana smart contracts (programs) for the Yuzu402 x402 payment infrastructure, built using the Anchor framework.

    Rust

Repositories

Showing 4 of 4 repositories
  • yuzu402 Public

    The easiest way to integrate x402 payments into your app. One simple API, zero complexity.

    Yuzu402/yuzu402’s past year of commit activity
    TypeScript 3 0 0 0 Updated Jan 1, 2026
  • docs Public

    Documentation for the Yuzu402 API interface.

    Yuzu402/docs’s past year of commit activity
    0 0 0 0 Updated Dec 31, 2025
  • .github Public
    Yuzu402/.github’s past year of commit activity
    0 0 0 0 Updated Dec 30, 2025
  • contracts Public

    Solana smart contracts (programs) for the Yuzu402 x402 payment infrastructure, built using the Anchor framework.

    Yuzu402/contracts’s past year of commit activity
    Rust 0 0 0 0 Updated Dec 28, 2025

Top languages

Rust TypeScript

Most used topics

Loading…