Protocol RV-256
A purely digital, mathematically verifiable test of anomalous cognition. No cameras, no physical props, no sleight of hand.
The Diagnostic
Each round, the server generates a random 2-character code. It is assigned to one of 12 distinct archetypes. Your task is to utilize non-local intuition to identify the hidden archetype.
To prove genuine capability, a subject must achieve a statistically significant grouping of correct identifications across a 12-round testing window.
Cryptographic Audit Trail
To prove the server does not modify targets dynamically based on subject input, RV-256 utilizes SHA-256 cryptographic commitments.
Phase 1: Generation & Commitment
Before the round accepts inputs, the system generates the code, assigns the archetype, and appends a random 16-byte cryptographic salt. It computes the SHA-256 hash of this string and publishes it to all clients.
Phase 2: Data Collection
The subject submits their identification. Because the hash is already published, the system mathematically cannot alter the target data.
Phase 3: Verification
The round concludes. The raw data (card and salt) is broadcast. Subjects may independently hash the raw sequence to verify it strictly matches the initial commitment broadcast in Phase 1.
Entropy Protocol
All system randomness is derived utilizing crypto.randomBytes, pulling directly from deep OS-level entropy pools, bypassing deterministic pseudo-random number generator vulnerabilities.