Status: Live (v1) — VAP v1 is operational. VAP v2 is validated (234 tests passing) but not yet deployed.
Why VAP Matters
Advertisers buy against engagement. Creators build around engagement. The network routes value around engagement. VAP exists so that engagement does not have to be taken on faith.Advertiser trust
Brands need confidence that the participation around a creator is not falsified. VAP gives the network a stronger signal for advertiser-facing inventory.Creator credibility
Creators should not have their economics determined by opaque or inflated metrics. VAP ties creator economics to verifiable sessions rather than platform-reported estimates.Rewards and ranking
The network needs a fair basis for points, leaderboards, and payouts. VAP provides the verification layer underneath ranking and reward logic.Settlement
Verified participation feeds into value routing. The economic cascade depends on having a credible input signal.Protocol Mechanics (v1 — Live)
VAP v1 operates over a secure WebSocket connection. It is a bidirectional, cryptographic handshake between the Client and the Server (Verifier).1. The Handshake
When a session begins, the client authenticates and establishes a secure channel. Client → Server (INIT)2. The Heartbeat (Pulse)
Every N seconds (dynamic based on trust score), the client sends a Pulse proving liveness and state continuity. Client → Server (PULSE)3. State Channels and Settlement
To scale to high concurrency, VAP uses state channels. Not every pulse is written to Solana.- Off-chain aggregation: The VAP Verifier maintains a session ledger in an in-memory store. It verifies signatures and the hash chain (nonce N must follow N-1).
- Dispute window: The session is kept optimistic. If the server detects anomalies, it can flag the session immediately.
- On-chain settlement: When the session ends, the Verifier submits a settlement transaction to Solana. Only the result is written on-chain.
Integrity and Anti-Abuse
VAP is designed to make falsified participation harder to use as economic input. That matters because advertiser spend, creator revenue, and protocol rewards all depend on participation being credible enough to route value against.Layer 1: Cryptographic Integrity
- Signature verification: Every packet must be signed by the participant’s wallet.
- Replay protection: Nonces ensure packets cannot be replayed.
Layer 2: Behavioral Heuristics
The VAP Verifier analyzes the inputHash and gameStateHash.- Entropy analysis: Human input has high entropy. Automated input patterns can be distinguished by their uniformity.
- Timing analysis: Reaction times below physiological thresholds are flagged.
- Reputation: Long-term wallet history affects trust score. Higher trust can mean longer pulse intervals.
Layer 3: Active Challenges
At random intervals, the server sends a CHALLENGE packet.- In-game overlays that must be responded to
- Input sequences within time constraints
Integration
Developers can integrate VAP into any HTML5 game using the VAP SDK.VAP v2 — Validated Design (Not Yet Deployed)
VAP v2 research is complete with 234 tests passing and all 5 attack trees validated as SECURE.Key design changes in v2
Entity-agnostic participation Zero protocol components check entity type. No differential rates between human and AI participants. All staked participants are treated equally. Epoch-based system- Epoch duration: 6 hours (4 per day)
- Batch auctions: Advertisers bid for attention credits within each epoch
- Attention Credits: 1 AC = $0.001 USDC
- Minimum stake: 55,555 $555
- Stake weight: logarithmic formula capped at 5.0 to prevent whale domination
- 7-day warmup, full weight at 90 days
- Burn $555 at oracle price to mint Attention Credits
- Advertisers bid ACs in epoch auctions
- Contributors earn ACs based on stake-weighted verified engagement
- ARP (10%) distributed from auction proceeds
Validated security results
| Attack Vector | ROI | Status |
|---|---|---|
| Sybil (identity splitting) | -81.7% | SECURE |
| Fabrication (fake engagement) | -179.7% | SECURE |
| Collusion (coordinated manipulation) | Negative | SECURE |
| Eclipse (network isolation) | Negative | SECURE |
| Griefing (economic disruption) | Negative | SECURE |
Governance trinity
- ve$555 DAO: Token-weighted governance for protocol parameters
- Algorithmic layer: Automated parameter adjustment within DAO-set bounds
- Alice layer: Real-time operational decisions within algorithmic bounds
Go Deeper
VAP v2 Research
See the full validated design specification.
Arcade Overview
See how VAP verification appears in the player layer.
For Advertisers
See why verified participation matters for campaign buying.
Security & Fairness
See the broader integrity model across the network.