Payment & Payout System
Experience instant, automated payouts powered by the X402 protocol - revolutionizing how CS2 case rewards are distributed
Instant Payouts
Receive USD payouts immediately when you open a case
Secure & Transparent
All transactions verifiable on Solana blockchain
Protocol-Powered
Built on X402 streaming payment protocol
How It Works
Connect Your Phantom Wallet
Link your Solana wallet to receive instant payouts. We support Phantom wallet for secure transactions.
Purchase & Open Case
Buy a CS2 case with USD and open it to reveal your skins. Each skin has a specific USD value based on rarity.
Automatic Payout via X402
The X402 protocol automatically streams the total skin value directly to your wallet. No manual claiming needed.
Payment Flow
You Pay
Send USD from your Phantom wallet to purchase a case
X402 Processes
Protocol calculates skin values and initiates payout stream
You Receive
USD arrives instantly in your wallet - typically within seconds
Technical Implementation
// X402 Protocol Payment Stream
const initiatePayout = async (
recipientWallet: string,
skinValues: number[]
) => {
const totalPayout = skinValues.reduce((a, b) => a + b, 0);
await x402Protocol.streamPayment({
recipient: recipientWallet,
amount: totalPayout,
token: "USD",
instant: true
});
}On-Chain Verification
Every payout is recorded on Solana blockchain with transaction signature
Automated Execution
No manual intervention required - protocol handles all payout logic
Why X402 Protocol?
No Intermediaries
Direct wallet-to-wallet transfers
Instant Settlement
Sub-second transaction finality
Low Fees
Minimal Solana network fees
Programmable Logic
Custom payout rules and conditions
Fully Auditable
All transactions publicly verifiable
Cross-Platform
Works with any Solana wallet
X402 Protocol Powers Everything
The X402 protocol enables instant, trustless value transfer. When you open cases, payments flow automatically - no delays, no chargebacks, no disputes.