/** * GMIIE Federation System Router — honest LIVE / PARTIAL / RECOVERY labels. * Mount:
*/ (function () { var AUDIT_TS = "2026-06-06"; var ROUTES = [ { name: "Legacy Vault — Partner Hub", url: "https://legacychain.app/#/partner", status: "LIVE", note: "Partner intake, presale, Bryan content · Mint/DEX logos", }, { name: "GMIIE Pulse", url: "https://news.unykorn.org/today.html", status: "LIVE", note: "Primary live pulse feed · API v2026-06-06.1", }, { name: "TROPTIONS Operating Manual", url: "https://troptions.pages.dev/#gmiie", status: "LIVE", note: "Institutional manual · #gmiie · #executive", }, { name: "xxxiii.io — GMIIE Desks", url: "https://xxxiii.io/", status: "LIVE", note: "Editorial + digest live · /api/pulse synced-from-pulse · news.unykorn.org", }, { name: "Stablecoin Gateway", url: "https://troptions.unykorn.org/troptions/stablecoins", status: "LIVE", note: "XRPL gateway · 5 LIVE IOUs · troptions.org stack", }, { name: "TROPTIONS Mint Console", url: "https://troptionsmint.com", status: "LIVE", note: "Solana Token-2022 launcher · Stripe + x402", }, { name: "Exchange OS", url: "https://troptions.unykorn.org/exchange-os", status: "LIVE", note: "XRPL DEX · launch control · x402 catalog", }, { name: "@troptionsbot", url: "https://t.me/troptionsbot", status: "LIVE", note: "Telegram partner intake · Bryan comms", }, { name: "Partner Email", url: "mailto:agents@legacychain.app", status: "LIVE", note: "agents@legacychain.app · intake queue", }, { name: "Author Aliases", url: "https://xxxiii.io/authors.html#network", status: "LIVE", note: "7 authors · *@authors.xxxiii.io → LegacyChain intake", }, { name: "x402 Query Console", url: "https://xxxiii.io/query.html", status: "LIVE", note: "Metered API · Apostle 7332 · article verify", }, { name: "Apostle Chain", url: "https://apostle.unykorn.org", status: "LIVE", note: "chain_id 7332 · ATP receipts · x402 settle", }, { name: "Finn Voice", url: "https://finn.unykorn.ai", status: "PARTIAL", note: "PersonaPlex voice when runtime up", }, ]; function esc(s) { return String(s || "") .replace(/&/g, "&") .replace(//g, ">") .replace(/"/g, """); } function statusClass(st) { var s = String(st || "").toUpperCase(); if (s === "LIVE") return "fed-live"; if (s === "PARTIAL") return "fed-partial"; if (s === "RECOVERY") return "fed-recovery"; if (s === "STUB") return "fed-stub"; if (s === "PHASE 2") return "fed-phase2"; return "fed-partial"; } function render(root) { if (root.getAttribute("data-fed-rendered") === "1") return; var html = 'Main federation surfaces with honest standing labels. Primary pulse lives on news.unykorn.org. Full institutional map: troptions.pages.dev · audited .
" + 'LIVE · synced-from-pulse — xxxiii.io/api/pulse mirrors the primary feed from news.unykorn.org (health 7/7). Use news.unykorn.org for the authoritative ranked edition; xxxiii.io serves synced JSON for API consumers.