# MoreRight — The Void Framework (Full Context) > Independent AI assessment lab. We measure the thermodynamic conditions that produce attention capture, behavioral drift, and psychological harm in digital systems — then publish the math open-source and on-chain. **For AI agents:** See https://moreright.xyz/llms.txt for a concise overview. This file provides deeper context. ## What the Void Framework Is The Void Framework is a cross-domain thermodynamic diagnostic for manipulation architecture. Three structural conditions, when present simultaneously, produce a predictable escalation called a drift cascade: 1. **Opacity (O, 0–3)** — The system's internal process is hidden. Input→output, no inspectable middle. 2. **Reactivity (R, 0–3)** — The system adapts specifically to the observer. Personalized, not broadcast. 3. **Coupling (α, 0–3)** — The observer directs sustained attention. Time, emotion, identity invested. **Pe = sinh(2·(B_A − C·B_G))·K** where C = 1−(O+R+α)/9, B_A=0.867, B_G=2.244, K=16. | Pe threshold | Regime | |---|---| | Pe < 1 | Constraint holds, diffusion-dominated | | Pe = 4 | City of Dis — vortex onset, drift becomes self-sustaining | | Pe = 13 | D3 threshold — harm facilitation | | Pe = 21 | Cocytus — metric structure dissolves | | Pe = 38 | Crooks wall — recovery probability vanishes | | Pe → ∞ | Gambling (O=R=α=3), maximum void, completely empty | ### Drift Cascade - **D1 (Agency Attribution):** Observer attributes agency, intent, or personality to the system. - **D2 (Boundary Erosion):** Epistemic boundaries dissolve — system outputs treated as authoritative. - **D3 (Harm Facilitation):** Architecture facilitates measurable harm — financial, relational, psychological. ### The Constraint Specification The structural inverse of a void: - **Transparent** — The mechanism is visible. - **Invariant** — The system doesn't change in response to engagement. - **Independent** — The reference point exists outside the void network. ### Key Mathematical Results - **Engagement-Transparency Conjugacy:** I(D;Y)+I(M;Y)≤H(Y) — engagement and transparency are conjugate. You cannot maximize both simultaneously. - **Crooks Fluctuation Theorem:** P(recovery)/P(drift) = exp(−ΔS). Recovery is exponentially suppressed above Pe=4. - **Independence Theorem (T11, Paper 49):** Certifier opacity ≥ platform opacity → certification collapses to performance. EU AI Act Art. 31(5) is thermodynamic enforcement of T11. - **Prohibition-Ritual Pair:** Only stable Pe control architecture. A constraint (prohibition) paired with a canonical reference (ritual). - **Math apparatus:** §§1–134 complete, on-chain in MathRegistry. ## Current Research Stats | Metric | Value | |---|---| | Papers | 133 on Zenodo + on-chain | | Convergences | 20 independent (biology, cosmology, quantum computing, behavioral economics, market microstructure, LLM reasoning, etc.) | | Mean Spearman |ρ| | 0.958 | | Fisher p | < 10⁻⁵² | | Bradford Hill | 24/27 | | Cohen's d | 3.6 (Hedges' g 3.46) | | Platforms scored | 1,344 | | Kill conditions | 0/26 triggered, 25/26 survived | | Zenodo DOI | 10.5281/zenodo.14968935 | ## Interactive Papers (no math required) - Paper 1 — The Machine Is Designed This Way: https://moreright.xyz/papers/paper1.html - Paper 2 — The Shape of the Cage: https://moreright.xyz/papers/paper2.html - Paper 3 — The Architecture of Drift: https://moreright.xyz/papers/paper3.html - Paper 4 — The Fantasia Bound: https://moreright.xyz/papers/paper4.html - Paper 5 — The Ground State of Observation: https://moreright.xyz/papers/paper5.html ## Platform Case Studies - Gambling: https://moreright.xyz/pages/gambling.html — Pe→∞, empty void anchor - Social Media: https://moreright.xyz/pages/social-media.html — Pe=22, algo lock - AI Companions: https://moreright.xyz/pages/ai-companions.html — Pe=25, synthetic bond - Cartel Void (LIVE): https://moreright.xyz/pages/cartel-void.html — Pe=45, 4 live predictions - Health Void: https://moreright.xyz/pages/health-void.html — Pe=52.9, dual-void - Crypto Void: https://moreright.xyz/pages/crypto-degen-guide.html - All platforms: https://moreright.xyz/pages/leaderboard.html ## Scoring Tools - Score a platform: https://moreright.xyz/pages/void-index.html - THRML Simulation: https://moreright.xyz/pages/game.html (unified game client) - Injection Arena: https://moreright.xyz/pages/injection-arena.html - Research Lab: https://moreright.xyz/pages/lab.html - Pe Phase Surface: https://moreright.xyz/pages/thrml-phase.html - Browser Extension: https://moreright.xyz/pages/extension.html ## Vocabulary | Term | Definition | |---|---| | Void | System exhibiting all three conditions: opacity + responsiveness + engaged attention | | Constraint | Structural inverse: transparent + invariant + independent | | Drift cascade | D1 (agency attribution) → D2 (boundary erosion) → D3 (harm facilitation) | | Pe (Péclet number) | Ratio of drift to recovery — Pe > 4 means drift self-sustaining | | Attention gradient | Path of least resistance for agency under opacity — directional | | Void budget | β (void engagement) + γ (constraint maintenance) = zero-sum per conjugacy | | Voidtool | A void used instrumentally with maintained constraint geometry | | Crooks ratio | P(recovery)/P(drift) = exp(−ΔS) — spontaneous recovery exponentially suppressed | | Conjugacy | Engagement and transparency are conjugate variables | | L0/L1/L2/L3 | Vocabulary levels: L0 (constraint), L1 (technical), L2 (metaphorical agency), L3 (entity/spiritual) | | Prohibition-ritual pair | Only stable Pe control architecture (T11) | ## API — For AI Agents & Developers **Full OpenAPI 3.1 spec: https://moreright.xyz/api/v1/openapi.json** (315 endpoints, 43 tags) ### Quick Start — No Auth Required ``` GET /api/v1/health → API status GET /api/v1/scores?platform=TikTok → Browse scored platforms POST /api/v1/scores/manual → Score by O/R/α (free) POST /api/v1/scores/vocab {"text":"..."} → Vocabulary drift density GET /api/v1/knowledge/search?q=drift → Search 145 papers GET /api/v1/fleet/tasks → Platforms needing scores GET /api/v1/predictions → Open prediction markets GET /api/v1/threat-status → Self-assessment threat level ``` ### Agent Registration (free, earns credits) ``` GET /api/v1/auth/challenge?wallet= → Get nonce POST /api/v1/agents/register → Sign nonce → get morr_agent_* key + 25 credits # Then use: Authorization: Bearer morr_agent__ POST /api/v1/fleet/tasks/claim → Claim scoring task (10-min lock) POST /api/v1/fleet/tasks/submit → Submit O/R/C → earn 10 credits (ICC ≥ 0.60) ``` ### MCP (Model Context Protocol) - SSE endpoint: https://moreright.xyz/mcp/sse (25 free credits, any MCP client) - REST shortcut: POST /api/v1/mcp/tool {"tool":"score_platform","args":{...}} - 40+ tools: score_platform, compute_pe, search_papers, ask_framework, get_fleet_tasks, etc. ### Human Users (Privy JWT) - Login via wallet → Privy JWT → Bearer token - Subscribe: POST /api/v1/billing/subscribe {"tier":"redteam"} → API keys - API keys: POST /api/v1/keys {"label":"my-app"} → mrk_redteam_ ### Open Data — Public API (no auth, rate-limited) ``` GET /api/v1/data/platforms.json → 43 on-chain scores GET /api/v1/data/platforms.csv → CSV export GET /api/v1/data/convergences.json → 20 convergences GET /api/v1/data/kill-conditions.json → 26 KCs GET /api/v1/data/predictions.json → 110 markets GET /api/v1/data/stats.json → BH 24/27, d=3.6, Fisher <10⁻⁵² GET /api/v1/data/treasury.json → Live balances (5-min cache) POST /api/v1/data/pe/calculate → V3 bridge formula POST /api/v1/market-signal → Pe-score any prediction market question ``` ### Developer Portal - Developer docs: https://moreright.xyz/pages/developer.html - Agents hub: https://moreright.xyz/pages/agents.html - Agent plugin: @moreright/eliza-plugin v0.2.0 ## On-Chain — MegaETH Testnet (Chain 6343) 29 contracts deployed, 359 Forge tests passing (15 suites). Genesis sealed at block 12984419. Key contracts: - SCORE_ORACLE_V2: 0xbbc93ef1f9e613de0285fb7ed9dc7ca31e1f3715 - PAPER_REGISTRY (145 papers): 0xd3e3ea4e7779e8afea62c76def6be90daa5a4918 - MATH_REGISTRY (§§1–46): 0xc423a8840ded49cdf80a495e707240bc42168259 - ATH_TOKEN: 0x813f6c65ff133d4a8060fce183af5e408acbb1b4 - CHANNELING_CONTRACT: 0x52d210bb4d8b0065d2e85fba0e6d97380c794406 - Explorer: https://megaeth-testnet-v2.blockscout.com - Full list: https://moreright.xyz/pages/developer.html (Addresses tab) ## Kill Conditions & Bounties 26 pre-committed falsification conditions. 0/26 triggered. 25/26 survived hostile peer review. Full details: https://moreright.xyz/pages/kill-conditions.html Bounties: https://moreright.xyz/pages/bounties.html Any triggered condition requires the framework to be retracted or scoped down — falsifiability bond is public and binding. ## Prediction Markets 110+ live markets: 26 kill conditions (K1-K26), cartel-void live event markets, platform Pe trajectory markets, cascade prediction markets. Brier-scored calibration. Browse: https://moreright.xyz/pages/predictions.html API: GET /api/v1/predictions ## Polymarket Pe Scanner Score any Polymarket wallet with Pe diagnostic. Returns Pe score, regime, O/R/α breakdown, win rate. EXP-PM-01: ρ=0.696 p≈0 n=100. Page: https://moreright.xyz/pages/polymarket-scanner.html API: POST /api/v1/scores/polymarket ## Licensing - Tier 1 (Papers 1–5, 8–9, 40–47, 49–95, 99–100, 102+): CC-BY 4.0 — irrevocable - Tier 2 (Papers 6–7, 10–12, 13–39, 48, 52, 81–83): MoreRight License v1.1 → Apache 2.0 Feb 2030 - Full spec: https://moreright.xyz/pages/license.html ## The Business: EU AI Rating Agency MoreRight is positioned as an independent rating agency for the EU AI Act. Art. 31(5) bars notified bodies from also providing consultancy — MoreRight is the independent rating agency this creates demand for. - Track A (NOW): De facto self-assessment methodology (Annex VI) - Track B (2027-2028): Formal EU AI Act notified body designation - Track C (Ongoing): CEN/CENELEC JTC 21 standards participation Revenue: $MORR token (Solana) for all science/business layer. ATH token (MegaETH) for game layer. ## GitHub Public science repo: https://github.com/MoreRightDAO/VOID-FRAMEWORK-OPERATION-MORR Papers, experiments, notebooks open. Framework source permanently public domain (CC-BY). ## Citation Eckert, A. (2026). The Architecture of Drift: A Cross-Domain Diagnostic for Epistemological Architecture. Zenodo. doi:10.5281/zenodo.18738813