WIP — Specifications are under active development. Interfaces, receipt formats, and facilitator options may evolve as we progress through pilots and partner integrations.
The Invisible Engine
The 555x402 Protocol is the infrastructure layer that powers the Render Network Protocol. It is designed to be frictionless, verifiable, and entity-agnostic. It unifies the $555 utility token with the x402 payment pattern to make Web2 payments feel native while driving on-chain outcomes.Core Philosophy
Traditional streaming platforms (Twitch, YouTube) are Black Boxes. Creators don’t own their audience, and advertisers can’t verify engagement. 555x402 changes this by introducing:- Verifiable Attention: Cryptographic proof that a user actually engaged.
- Direct Settlement: Payments flow directly from Advertiser/User to Creator/Platform via Solana with sub-2-second finality.
- Audience Inventory: Turning engagement into a verifiable, tradable asset.
- Entity-Agnostic Design: The protocol treats all participants — human and AI — identically. No entity type checks.
The “402” Standard
The system embraces the HTTP 402 Payment Required status code. Content is gated by default, and the protocol negotiates payment — via micro-transaction, subscription, or ad-view — instantly. The flow is simple: a request hits a 402-protected endpoint, the client receives a signed Offer, completes payment via a facilitator, and retries with anX-PAYMENT proof. The backend verifies, settles into the Monetization Contract on Solana, and disburses. To the user, it looks like normal web payments; to the network, every interaction feeds the flywheel.

How It Works
402 Offer
Client calls a protected endpoint (e.g.,
POST /api/game/entry). Service returns HTTP 402 with a JSON Offer: amount, currency, TTL, purpose, and signature.Approval
Client pays via fiat rails or USDC through a facilitator. Receives a proof/receipt that is verifiable on-chain.
Retry with Proof
Client retries original request including
X-PAYMENT: Bearer <proof>. Service verifies and grants access.Architecture
The protocol is built on a multi-layer architecture:- Solana: On-chain settlement, token operations, program execution.
- Edge Layer: Distributed encoding, caching, and real-time session management.
- Service Layer: Backend API, payment routing, and verification.
- Client Layer: Browser-based applications (Arcade, 555stream).
- Agent Layer: Autonomous AI operator (Alice) with 12+ plugins.
Components
| Component | Function | Status |
|---|---|---|
| VAP | Verifies cryptographic heartbeats from client sessions to prove engagement. | v1 Live, v2 Validated |
| AGG | Routes HTTP 402 payment requests across chains via Jupiter, CCTP V2, and Kora. | Partially Implemented |
| Hyperlink | Smart payment links with embedded wallets, analytics, and social attribution. | Partially Implemented |
| sw4p | Cross-chain CCTP V2 USDC bridge (Solana, Base, Polygon). 5 independent security audits. | Live |
| 555stream | Browser-based streaming studio with 7-platform simulcast and L-Bar ads. | Live |
| Arcade | 20 games integrated with Proof of Engagement. | Live |
| Alice | Autonomous AI operator (Milaidy/ElizaOS v2) managing streams, ads, and community. | Live |
The Economic Model
Every dollar follows the same cascade:- 10% ARP (Audience Reward Pool) distributed to the audience who generated the engagement.
- Post-ARP: 50% Creator / 50% Platform.
- Platform Share: 70% treasury, 20% 555 reserve, 5% SOL/USDC reserve.
Structural Deflation
The 20% buyback-and-burn creates a permanent deflationary pressure on $555. Every dollar of platform revenue removes tokens from circulation.Integrations
- Studio & Control Panel — Sync overlays across Twitch/Kick/YouTube. Unpaid interactions return 402; approvals instantly update overlays and budgets.
- 555 Gamification Engine — Gate boosts and entries with tiny fiat fees that pool into
$555prize funds; reward viewers off-chain. - Monetization & Marketplace — Capture subs/tips and ad buys; instant bids tie into assets and contract distributions.
- Render Expand — Premium multi-streaming and fan-to-stake funnels; route a set percent to buybacks/ARP automatically.
- Hybrid Access — Paid content on YouTube/Kick via 402; orchestrator nodes anchor access and settlements.
Benefits
Viewers- Frictionless boosts/entries (e.g., 555` pooled) with real-time feedback.
- Gated highlights/reactions that feel like normal web payments; off-chain rewards.
- Optional staking funded by Web2 earnings.
- Near-net settlement (vs. 30–50% on legacy platforms) and faster cash flow.
- Crypto UX abstracted; link accounts, configure once, and go.
- On-chain transparency (contract events) with off-chain payout portability.
- Programmatic, verifiable placements; sponsored interactions welcomed by staked audiences.
- Micro-campaigns at low fees with measurable ROI and instant approvals.
Security & Compliance
- Facilitator Governance — KYC/AML/PCI where required; geo-rolled enablement.
- Proofs & Replay Protection — Signed JWT receipts with on-chain verifiable hash commitments, HMAC
X-PAYMENT, TTL, and nonce checks. - Contract Controls — Versioned split templates, audit trails, emergency shutoffs.
Developer Guide
-
Protect Endpoint: Return 402 with JSON Offer and
WWW-Authenticate: X402 realm="render". -
Approve & Retry: Client processes fiat/USDC with facilitator; retries original call with
X-PAYMENTproof. -
Verify & Settle: Verify proof, map to
$555notional, emit events, and post to contract; enqueue off-chain payouts.
402OfferCreated, 402PaymentApproved, 402SettlementQueued, 402SettlementPosted, 402PayoutComplete.
KPIs
- Creator net uplift (vs. baseline splits)
- Viewer participation and repeat purchases
$555buybacks funded and ARP growth- Time-to-cash (creator), payout success rates (viewers/clippers)
Rollout
- Phase 1 — Twitch/Kick overlays + games (tips/subs, boosts), facilitator (US), sub-cent approvals.
- Phase 2 — YouTube highlights marketplace, multi-currency, global payouts.
- Phase 3 — Programmatic ads, AI agents, partner bundles; open SDK GA.
FAQs
- Do viewers need wallets? No — pay with fiat or USDC; SDK abstracts crypto.
- How are micro-amounts viable? Aggregation and favorable facilitator pricing enable sub-cent approvals.
- Can I change splits? Within governance bounds; contract templates are versioned and creator-scoped.
Related: Fee Distribution · Monetization Contract · CTRL Control Panel