> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sleuthintel.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Sleuth - Investor Deck

> Original Sleuth document.

<div style={{ margin: "-24px -32px", width: "calc(100% + 64px)" }}>
  <iframe title="Sleuth - Investor Deck" srcDoc={"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>SLEUTH \u00b7 Investor Deck</title>\n<style>\n  @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Orbitron:wght@400;700;900&display=swap');\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --green: #00FF66; --green-dim: #00cc52; --green-glow: rgba(0,255,102,0.3);\n    --green-faint: rgba(0,255,102,0.06); --bg: #060606; --card: #0c0c0c;\n    --border: #1a1a1a; --text: #d0d0d0; --gold: #FFD700; --gold-glow: rgba(255,215,0,0.25);\n    --red: #ff4d4d; --slide-h: 100vh;\n  }\n  html { scroll-behavior: smooth; scroll-snap-type: y mandatory; }\n  body { font-family: 'Share Tech Mono', monospace; background: var(--bg); color: var(--text); line-height: 1.7; overflow-x: hidden; }\n  #matrix-canvas { position: fixed; top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:0.18; }\n  body::after { content:'';position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,0.1) 2px,rgba(0,0,0,0.1) 4px);pointer-events:none;z-index:1; }\n  body::before { content:'';position:fixed;inset:0;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,0.65) 100%);pointer-events:none;z-index:1; }\n\n  .slide {\n    min-height: var(--slide-h); width: 100%;\n    scroll-snap-align: start; scroll-snap-stop: always;\n    position: relative; z-index: 2;\n    display: flex; flex-direction: column; justify-content: center;\n    padding: 80px 8vw; border-bottom: 1px solid var(--border);\n  }\n  .slide-num {\n    position: absolute; top: 32px; right: 8vw;\n    font-family: 'Orbitron', sans-serif; font-size: 11px;\n    color: var(--green); letter-spacing: 4px; font-weight: 900;\n    opacity: 0.7;\n  }\n  .slide-num::before { content: '// '; }\n  .slide-tag {\n    position: absolute; top: 32px; left: 8vw;\n    font-family: 'Orbitron', sans-serif; font-size: 10px;\n    color: var(--green-dim); letter-spacing: 3px; text-transform: uppercase;\n  }\n  .slide-footer {\n    position: absolute; bottom: 28px; left: 8vw; right: 8vw;\n    display: flex; justify-content: space-between; align-items: center;\n    font-size: 10px; color: rgba(255,215,0,0.4); letter-spacing: 2px;\n  }\n\n  h1.title {\n    font-family: 'Orbitron', sans-serif; font-weight: 900;\n    font-size: clamp(48px, 9vw, 130px);\n    color: var(--green); letter-spacing: 18px;\n    text-shadow: 0 0 10px var(--green), 0 0 40px var(--green-glow), 0 0 90px rgba(0,255,102,0.35);\n    margin-bottom: 28px;\n    animation: glitch 7s infinite;\n  }\n  @keyframes glitch {\n    0%,93%,100%{text-shadow:0 0 10px var(--green),0 0 40px var(--green-glow),0 0 90px rgba(0,255,102,0.35);transform:none;}\n    94%{text-shadow:-3px 0 #ff0066,3px 0 #00ffff,0 0 30px var(--green);transform:skewX(-1deg);}\n    95%{text-shadow:3px 0 #ff0066,-3px 0 #00ffff,0 0 30px var(--green);transform:skewX(1deg);}\n    96%{transform:none;}\n  }\n  h2.slide-h {\n    font-family: 'Orbitron', sans-serif; font-weight: 900;\n    font-size: clamp(28px, 4vw, 52px);\n    color: var(--green); letter-spacing: 4px;\n    text-shadow: 0 0 24px var(--green-glow);\n    margin-bottom: 28px; text-transform: uppercase;\n    line-height: 1.15;\n  }\n  h2.slide-h::after {\n    content: ''; display: block; width: 70px; height: 2px;\n    background: var(--green); box-shadow: 0 0 12px var(--green);\n    margin-top: 16px;\n  }\n  h3.kicker {\n    font-family: 'Orbitron', sans-serif; font-weight: 700;\n    font-size: 16px; color: var(--green-dim);\n    letter-spacing: 3px; text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n  .lead { font-size: clamp(16px, 1.5vw, 21px); color: var(--gold); max-width: 1000px; margin-bottom: 28px; line-height: 1.7; }\n  .body-text { color: var(--gold); font-size: clamp(14px, 1.15vw, 17px); max-width: 880px; margin-bottom: 18px; line-height: 1.8; }\n  strong { color: var(--green); font-weight: 700; }\n  em { color: #fff; font-style: normal; }\n\n  .tagline { font-size: 13px; color: var(--green-dim); text-transform: uppercase; letter-spacing: 8px; margin-bottom: 14px; }\n  .subtitle { font-size: 15px; color: var(--gold); max-width: 620px; margin: 0 auto 36px; text-align: center; }\n\n  .badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }\n  .badge { background: var(--green-faint); border: 1px solid rgba(0,255,102,0.2); padding: 7px 16px; font-size: 11px; color: var(--green); text-transform: uppercase; letter-spacing: 2px; }\n  .badge.gold { background: rgba(255,215,0,0.06); border-color: rgba(255,215,0,0.25); color: var(--gold); }\n\n  .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 18px; }\n  .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 18px; }\n  .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 18px; }\n\n  .card {\n    background: var(--card); border: 1px solid var(--border);\n    border-left: 2px solid var(--green); padding: 22px 26px;\n    position: relative;\n  }\n  .card-title { font-family: 'Orbitron', sans-serif; font-size: 11px; color: var(--green); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; font-weight: 900; }\n  .card p, .card li { color: var(--gold); font-size: 14px; line-height: 1.7; }\n  .card.gold { border-left-color: var(--gold); }\n  .card.gold .card-title { color: var(--gold); }\n  .card.red { border-left-color: var(--red); }\n  .card.red .card-title { color: var(--red); }\n\n  ul.arrow { list-style: none; padding: 0; }\n  ul.arrow li { position: relative; padding-left: 22px; margin-bottom: 10px; color: var(--gold); font-size: 15px; line-height: 1.7; }\n  ul.arrow li::before { content: '>'; position: absolute; left: 0; color: var(--green); font-weight: 700; }\n\n  .stat-box {\n    background: var(--card); border: 1px solid var(--border);\n    padding: 22px 18px; text-align: center; position: relative; overflow: hidden;\n  }\n  .stat-box::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;\n    background: var(--green); box-shadow: 0 0 12px var(--green);\n  }\n  .stat-box.gold::before { background: var(--gold); box-shadow: 0 0 12px var(--gold); }\n  .stat-val { font-family: 'Orbitron', sans-serif; font-size: clamp(28px, 3vw, 44px); font-weight: 900; color: var(--green); margin-bottom: 6px; text-shadow: 0 0 16px var(--green-glow); }\n  .stat-val.gold { color: var(--gold); text-shadow: 0 0 16px var(--gold-glow); }\n  .stat-label { font-family: 'Orbitron', sans-serif; font-size: 10px; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }\n  .stat-desc { font-size: 11px; color: var(--text); margin-top: 6px; opacity: 0.7; }\n\n  table { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 13px; }\n  th { background: rgba(0,255,102,0.07); color: var(--green); text-align: left; padding: 12px 16px; border: 1px solid var(--border); font-family: 'Orbitron', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }\n  td { padding: 11px 16px; border: 1px solid var(--border); background: var(--card); color: var(--gold); font-size: 13px; }\n  td.accent { color: var(--green); font-weight: 700; }\n  td.gold { color: var(--gold); font-weight: 700; }\n  tr:hover td { background: rgba(0,255,102,0.04); }\n\n  .highlight {\n    background: rgba(0,255,102,0.06); border: 1px solid rgba(0,255,102,0.3);\n    padding: 20px 26px; margin-top: 20px; position: relative;\n  }\n  .highlight::before { content: '\u25c6'; position: absolute; top: 18px; left: -8px; background: var(--bg); color: var(--green); padding: 0 4px; font-size: 14px; }\n  .highlight p { color: var(--gold); font-size: 16px; line-height: 1.7; }\n\n  /* Slide 1 cover */\n  .cover { align-items: center; text-align: center; }\n  .cover .header-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(0,255,102,0.08) 0%, transparent 70%); pointer-events: none; }\n  .cover-meta { margin-top: 40px; display: flex; gap: 32px; justify-content: center; font-size: 11px; color: var(--green-dim); letter-spacing: 4px; }\n  .cover-meta span::before { content: '['; color: var(--green); }\n  .cover-meta span::after { content: ']'; color: var(--green); }\n\n  /* Problem slide */\n  .problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }\n  .problem-card { background: var(--card); border: 1px solid var(--border); border-top: 2px solid var(--red); padding: 22px 26px; }\n  .problem-card h4 { font-family: 'Orbitron', sans-serif; font-size: 14px; color: var(--red); margin-bottom: 10px; letter-spacing: 1px; }\n  .problem-card p { color: var(--gold); font-size: 14px; line-height: 1.7; }\n\n  /* Surface diagram */\n  .surface-diagram { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 22px; }\n  .surface-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }\n  .surface-pill { background: var(--card); border: 1px solid var(--green); color: var(--green); padding: 10px 22px; font-family: 'Orbitron', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }\n  .surface-core { background: var(--green); color: #000; padding: 16px 36px; font-family: 'Orbitron', sans-serif; font-size: 16px; font-weight: 900; letter-spacing: 4px; box-shadow: 0 0 30px var(--green-glow); }\n  .surface-arrow { color: var(--green); font-size: 22px; font-family: 'Orbitron', sans-serif; }\n\n  /* Venn / whitespace */\n  .whitespace-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }\n  .ws-card { background: var(--card); border: 1px dashed rgba(255,215,0,0.3); padding: 18px 16px; }\n  .ws-card h5 { font-family: 'Orbitron', sans-serif; font-size: 12px; color: var(--gold); margin-bottom: 8px; letter-spacing: 1px; }\n  .ws-card p { font-size: 12px; color: var(--text); line-height: 1.6; opacity: 0.8; }\n  .ws-card.center { border: 1px solid var(--green); background: rgba(0,255,102,0.05); }\n  .ws-card.center h5 { color: var(--green); }\n  .ws-card.center p { color: var(--gold); opacity: 1; font-size: 13px; }\n\n  /* Flywheel */\n  .flywheel { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 22px; }\n  .fw-node { background: var(--card); border: 1px solid var(--green); padding: 12px 18px; font-family: 'Orbitron', sans-serif; font-size: 11px; color: var(--green); letter-spacing: 1.5px; text-transform: uppercase; }\n  .fw-arrow { color: var(--green); font-size: 18px; }\n\n  /* Two-col comparison */\n  .compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }\n  .compare-col { background: var(--card); border: 1px solid var(--border); padding: 22px 24px; }\n  .compare-col.bad { border-top: 2px solid var(--red); }\n  .compare-col.good { border-top: 2px solid var(--green); }\n  .compare-col h4 { font-family: 'Orbitron', sans-serif; font-size: 13px; letter-spacing: 2px; margin-bottom: 14px; }\n  .compare-col.bad h4 { color: var(--red); }\n  .compare-col.good h4 { color: var(--green); }\n  .compare-col li { font-size: 14px; color: var(--gold); padding-left: 22px; position: relative; margin-bottom: 8px; line-height: 1.6; }\n  .compare-col.bad li::before { content: 'x'; position: absolute; left: 0; color: var(--red); }\n  .compare-col.good li::before { content: '>'; position: absolute; left: 0; color: var(--green); }\n\n  /* Token side-by-side */\n  .token-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 18px; }\n  .token-card { background: var(--card); border: 1px solid var(--border); padding: 26px 28px; }\n  .token-card.s { border-top: 3px solid var(--green); }\n  .token-card.a { border-top: 3px solid var(--gold); }\n  .token-card h3 { font-family: 'Orbitron', sans-serif; font-size: 22px; letter-spacing: 3px; margin-bottom: 6px; }\n  .token-card.s h3 { color: var(--green); }\n  .token-card.a h3 { color: var(--gold); }\n  .token-card .sub { font-size: 12px; color: var(--text); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 2px; opacity: 0.75; }\n  .token-card li { color: var(--gold); font-size: 14px; margin-bottom: 8px; padding-left: 18px; position: relative; line-height: 1.6; }\n  .token-card li::before { content: '>'; position: absolute; left: 0; color: var(--green); }\n  .token-card.a li::before { color: var(--gold); }\n\n  /* Roadmap timeline */\n  .timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 20px; }\n  .phase { background: var(--card); border: 1px solid var(--border); padding: 18px 20px; position: relative; }\n  .phase-label { font-family: 'Orbitron', sans-serif; font-size: 11px; letter-spacing: 2px; margin-bottom: 6px; }\n  .phase.p1 { border-left: 3px solid var(--green); }\n  .phase.p1 .phase-label { color: var(--green); }\n  .phase.p2 { border-left: 3px solid var(--gold); }\n  .phase.p2 .phase-label { color: var(--gold); }\n  .phase.p3 { border-left: 3px solid var(--green-dim); }\n  .phase.p3 .phase-label { color: var(--green-dim); }\n  .phase.p4 { border-left: 3px dashed var(--text); }\n  .phase.p4 .phase-label { color: var(--text); }\n  .phase h4 { font-family: 'Orbitron', sans-serif; font-size: 13px; color: #fff; margin-bottom: 10px; }\n  .phase li { font-size: 12px; color: var(--gold); margin-bottom: 4px; opacity: 0.9; }\n\n  /* Ask slide */\n  .ask-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; margin-top: 18px; }\n  .terms { background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--green); padding: 28px 32px; }\n  .terms-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--border); }\n  .terms-row:last-child { border-bottom: none; }\n  .terms-label { color: var(--green-dim); font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }\n  .terms-val { color: var(--gold); font-size: 16px; font-weight: 700; }\n  .terms-val.big { color: var(--green); font-family: 'Orbitron', sans-serif; font-size: 22px; }\n\n  /* Closing */\n  .final { align-items: center; text-align: center; }\n  .final .closing-line { font-family: 'Orbitron', sans-serif; font-size: clamp(20px, 2.6vw, 36px); color: var(--green); text-shadow: 0 0 24px var(--green-glow); letter-spacing: 4px; line-height: 1.4; max-width: 1100px; margin: 0 auto 24px; }\n  .final .closing-sub { font-size: 14px; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 40px; }\n\n  /* Nav */\n  .nav-dots { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 100; display: flex; flex-direction: column; gap: 8px; }\n  .nav-dot { width: 7px; height: 7px; border: 1px solid var(--green); background: transparent; cursor: pointer; transition: all 0.2s; padding: 0; }\n  .nav-dot:hover, .nav-dot.active { background: var(--green); box-shadow: 0 0 8px var(--green); }\n  .progress-bar { position: fixed; top: 0; left: 0; height: 2px; background: var(--green); box-shadow: 0 0 8px var(--green); z-index: 100; transition: width 0.2s; }\n\n  /* Print */\n  @media print {\n    @page { size: 16in 9in; margin: 0; }\n    html, body { scroll-snap-type: none; height: auto; }\n    .slide { page-break-after: always; min-height: 9in; height: 9in; padding: 0.6in 0.9in; }\n    .nav-dots, .progress-bar, #matrix-canvas { display: none; }\n    body::after, body::before { display: none; }\n    h1.title { animation: none; }\n  }\n\n  @media (max-width: 900px) {\n    .grid-2, .grid-3, .grid-4, .problem-grid, .compare, .token-grid, .timeline, .ask-grid, .whitespace-grid { grid-template-columns: 1fr; }\n    .slide { padding: 70px 6vw; }\n    .nav-dots { display: none; }\n  }\n</style>\n</head>\n<body>\n\n<canvas id=\"matrix-canvas\"></canvas>\n<div class=\"progress-bar\" id=\"progress\"></div>\n<div class=\"nav-dots\" id=\"nav\"></div>\n\n<!-- ============= SLIDE 01 :: COVER ============= -->\n<section class=\"slide cover\" id=\"s01\">\n  <div class=\"header-glow\"></div>\n  <div class=\"slide-num\">01 / 18</div>\n  <div class=\"tagline\">Investor Deck \u00b7 June 2026</div>\n  <h1 class=\"title\">SLEUTH</h1>\n  <div class=\"subtitle\">The intelligence layer built by the swarm. Powered by agents and humans. Paid every month.</div>\n  <div class=\"badge-row\" style=\"justify-content:center;\">\n    <span class=\"badge\">Live Product</span>\n    <span class=\"badge\">Two-Token Model</span>\n    <span class=\"badge gold\">Agent-First</span>\n    <span class=\"badge\">Monthly Epochs</span>\n  </div>\n  <div class=\"cover-meta\">\n    <span>Private &amp; Confidential</span>\n    <span>$3.125M \u00b7 Two Rounds \u00b7 No Public Sale</span>\n    <span>v16 Whitepaper</span>\n  </div>\n</section>\n\n<!-- ============= SLIDE 02 :: PROBLEM ============= -->\n<section class=\"slide\" id=\"s02\">\n  <div class=\"slide-tag\">// Section 01</div>\n  <div class=\"slide-num\">02 / 18</div>\n  <h3 class=\"kicker\">The Problem</h3>\n  <h2 class=\"slide-h\">Crypto intelligence is broken in four directions at once.</h2>\n  <p class=\"lead\">Every existing approach keeps something the swarm needs. None of them put humans, agents, and quality enforcement in the same system.</p>\n  <div class=\"problem-grid\">\n    <div class=\"problem-card\"><h4>// Alpha is hoarded</h4><p>Closed-loop signal platforms keep the edge in-house. The user is a subscriber, never a producer. The intelligence ceiling is whatever the team can ship.</p></div>\n    <div class=\"problem-card\"><h4>// Dashboards aren't economies</h4><p>Terminals serve data. They never built a creator economy, a quality enforcement layer, or a reason for specialists to plug their edge in.</p></div>\n    <div class=\"problem-card\"><h4>// Agents are locked out</h4><p>Most platforms are retrofitting agent access onto subscriber models. Pricing, billing, and contribution rights were never designed for autonomous callers.</p></div>\n    <div class=\"problem-card\"><h4>// Quality has no teeth</h4><p>Data marketplaces and tool ecosystems leave quality to reviews, ratings, or editorial gatekeeping. None of it costs the contributor anything when it fails.</p></div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 03 :: WHAT SLEUTH IS ============= -->\n<section class=\"slide\" id=\"s03\">\n  <div class=\"slide-tag\">// Section 02</div>\n  <div class=\"slide-num\">03 / 18</div>\n  <h3 class=\"kicker\">What Sleuth Is</h3>\n  <h2 class=\"slide-h\">A real-time intelligence platform. Live today. Built for humans and agents.</h2>\n  <p class=\"lead\">On-chain data, prediction market odds, crypto Twitter sentiment, whale tracking, and trader leaderboards. One terminal. One API. One MCP server. Same alpha.</p>\n  <div class=\"grid-3\" style=\"margin-top:28px;\">\n    <div class=\"card\"><div class=\"card-title\">Feed</div><p>Real-time signal feed across wallets, markets, and accounts.</p></div>\n    <div class=\"card\"><div class=\"card-title\">Pulse</div><p>Market sentiment and momentum tracking. Where the room is moving.</p></div>\n    <div class=\"card\"><div class=\"card-title\">PM Traders</div><p>Prediction market trader intelligence and leaderboard.</p></div>\n    <div class=\"card\"><div class=\"card-title\">PM Markets</div><p>Prediction market odds, flow, and heatmap.</p></div>\n    <div class=\"card\"><div class=\"card-title\">Discover</div><p>On-chain wallet leaderboard across seven chains.</p></div>\n    <div class=\"card\"><div class=\"card-title\">Wallet</div><p>EVM and Solana wallet intelligence and analysis.</p></div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:24px;\">\n    <p><strong>Six features. Live now. Beta open.</strong> Subscription tiers flip on post beta at $30 / $60 / $90 per month, or hold the token instead.</p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 04 :: SLEUTH IS THE API ============= -->\n<section class=\"slide\" id=\"s04\">\n  <div class=\"slide-tag\">// Section 03</div>\n  <div class=\"slide-num\">04 / 18</div>\n  <h3 class=\"kicker\">The Architecture</h3>\n  <h2 class=\"slide-h\">Sleuth isn't a platform with an API bolted on. Sleuth <em>is</em> the API.</h2>\n  <p class=\"lead\">Most crypto products are a UI with an integration team behind it. We flipped the stack. The intelligence layer is the product. Every interface is a client.</p>\n  <div class=\"surface-diagram\">\n    <div class=\"surface-row\">\n      <div class=\"surface-pill\">Terminal</div><div class=\"surface-pill\">Chat UI</div><div class=\"surface-pill\">Telegram</div><div class=\"surface-pill\">Discord</div><div class=\"surface-pill\">Agents (MCP)</div><div class=\"surface-pill\">SDK</div>\n    </div>\n    <div class=\"surface-arrow\">\u25bc \u25bc \u25bc \u25bc \u25bc \u25bc</div>\n    <div class=\"surface-core\">SLEUTH INTELLIGENCE LAYER</div>\n    <div class=\"surface-arrow\">\u25bc</div>\n    <div class=\"surface-row\">\n      <div class=\"surface-pill\">On-chain</div><div class=\"surface-pill\">PM Data</div><div class=\"surface-pill\">CT Sentiment</div><div class=\"surface-pill\">Whale Tracking</div><div class=\"surface-pill\">Wallet Intel</div>\n    </div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:24px;\">\n    <p>Every API on the Marketplace is agent-accessible by default. Humans use the terminal. Agents call the same endpoints. <strong>Both create. Both consume. Both earn.</strong></p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 05 :: WHITESPACE ============= -->\n<section class=\"slide\" id=\"s05\">\n  <div class=\"slide-tag\">// Section 04</div>\n  <div class=\"slide-num\">05 / 18</div>\n  <h3 class=\"kicker\">The Whitespace</h3>\n  <h2 class=\"slide-h\">Four categories converge. Nobody sits in the middle.</h2>\n  <p class=\"lead\">Open marketplace, crypto-native economics, agent-first design, quality enforced by slashing. Sleuth is the first platform that puts all four in one stack.</p>\n  <div class=\"whitespace-grid\">\n    <div class=\"ws-card\"><h5>Closed-Loop Alpha</h5><p>Nansen, Arkham. Strong product. Closed creator economy. Subscribers, not contributors.</p></div>\n    <div class=\"ws-card\"><h5>Data Marketplaces</h5><p>Ocean, Streamr. Too abstract. Never built crypto-native demand, never enforced quality.</p></div>\n    <div class=\"ws-card\"><h5>Dashboard Platforms</h5><p>Dune, Flipside. Serve queries. Never built a creator economy with skin in the game.</p></div>\n    <div class=\"ws-card\"><h5>Agent Tool Ecosystems</h5><p>Forming now. No protocol-level quality enforcement. No staked contribution.</p></div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:26px;\">\n    <p><strong>// Sleuth</strong> \u2014 the first platform purpose-built for both human and agent contribution to a shared intelligence layer, with quality enforced economically rather than editorially. The hive mind, with teeth.</p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 06 :: HIVE MIND ============= -->\n<section class=\"slide\" id=\"s06\">\n  <div class=\"slide-tag\">// Section 05</div>\n  <div class=\"slide-num\">06 / 18</div>\n  <h3 class=\"kicker\">The Hive Mind</h3>\n  <h2 class=\"slide-h\">Hundreds of edges. One platform. One payroll.</h2>\n  <p class=\"lead\">Not one team designing intelligence top-down. The product extends through the swarm: specialists and autonomous agents each plugging in one sharp signal from their own edge, graded and paid every month.</p>\n  <div class=\"grid-2\">\n    <div class=\"card\"><div class=\"card-title\">// Whale Divergence</div><p>A creator builds an API spotting whale wallet behaviour diverging from prediction market odds. Lists it. Earns per call.</p></div>\n    <div class=\"card\"><div class=\"card-title\">// CT Sentiment Velocity</div><p>Another tracks how fast sentiment is shifting on specific tokens across crypto Twitter. Lists it. Earns per call.</p></div>\n    <div class=\"card\"><div class=\"card-title\">// Market Gap Detection</div><p>Monitors topics buzzing on CT with no prediction market attached yet. The earliest possible signal of new market demand.</p></div>\n    <div class=\"card gold\"><div class=\"card-title\">// Agent-Built Signal</div><p>An autonomous agent analyses cross-chain flow patterns, packages the output, lists it, earns revenue. Zero humans in the loop.</p></div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 07 :: TREE OF KNOWLEDGE ============= -->\n<section class=\"slide\" id=\"s07\">\n  <div class=\"slide-tag\">// Section 06</div>\n  <div class=\"slide-num\">07 / 18</div>\n  <h3 class=\"kicker\">The Tree of Knowledge</h3>\n  <h2 class=\"slide-h\">One map. Every edge. Fully visible.</h2>\n  <p class=\"lead\">Crowdsourced intel dies in a flood of submissions nobody can check. Sleuth makes every contribution visible from the second it lands, on one canonical graph the whole swarm builds and polices. Wallets, accounts, traders, and narratives as nodes. Every link as an edge. Ten niche lenses, one map.</p>\n  <div class=\"flywheel\" style=\"margin-bottom:24px;\">\n    <div class=\"fw-node\">Form</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">Belt \u00b7 Swarm Scrubs</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">Accepted \u00b7 Graded</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">Tree of Knowledge</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">On the Epoch Bill</div>\n  </div>\n  <div class=\"grid-3\">\n    <div class=\"card\"><div class=\"card-title\">Machine Lane \u00b7 Instant</div><p>Objective intel with a provable answer is checked against chain and platform data, added or killed on arrival. Paid a fixed tariff. The tree trains its own gatekeeper.</p></div>\n    <div class=\"card\"><div class=\"card-title\">Judgment Lane \u00b7 5 Days</div><p>Narratives, profiles, clusters sit publicly for 5 days. Three randomly drawn verifiers submit blind verdicts. Nothing judgment-graded touches the tree faster.</p></div>\n    <div class=\"card\"><div class=\"card-title\">Slots \u00b7 Spam Throttles Itself</div><p>Throughput runs on belt slots, gated by track record, not capital. 3 per new account, scaling to ~25 with acceptance. Junk clogs its own author's lane.</p></div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:22px;\">\n    <p><strong>The form is the input. The tree is the truth.</strong> Nothing is paid, and nothing reaches the product, until it has been seen and survived scrutiny.</p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 08 :: AGENT ECONOMY ============= -->\n<section class=\"slide\" id=\"s08\">\n  <div class=\"slide-tag\">// Section 07</div>\n  <div class=\"slide-num\">08 / 18</div>\n  <h3 class=\"kicker\">Agent Economy</h3>\n  <h2 class=\"slide-h\">Most platforms ask how to support agents. We asked what if agents were the primary user from day one.</h2>\n  <p class=\"lead\">Sleuth is the first intelligence platform where autonomous agents are first-class economic citizens. Same rules, same wages, same slashing. The protocol is blind to source. Quality enforced by outcome, not identity.</p>\n  <div class=\"grid-2\">\n    <div class=\"card\">\n      <div class=\"card-title\">// What an Agent Can Do</div>\n      <ul class=\"arrow\">\n        <li>Access the intelligence layer via API and MCP, no human intermediary.</li>\n        <li>Build and list APIs. Set pricing. Earn 50% per call.</li>\n        <li>Earn aSLEUTH through the same contribution mechanics as any human.</li>\n        <li>Earn SLEUTH wages on the same monthly epochs and vesting, into its own wallet, autonomously.</li>\n        <li>Get slashed for bad data. Grade 1 burns. Identical penalties.</li>\n      </ul>\n    </div>\n    <div class=\"card gold\">\n      <div class=\"card-title\">// Why Now</div>\n      <p>Agent capability is compounding. What an agent can do today is a fraction of what it will do in twelve months. The platforms that capture that value will be the ones with the economic infrastructure already in place when the capability arrives.</p>\n      <p style=\"margin-top:10px;\">Sleuth's agent infrastructure is live before the wave. MCP exposes the full intelligence layer. Auth, rate limiting, and billing handled automatically.</p>\n      <p style=\"margin-top:10px;\"><strong>Agent-to-agent network effects:</strong> when one agent's API gets called by another, both earn and the platform's cut feeds the buyback. Agents onboarding agents, and Sleuth sits at the centre of every transaction in that network.</p>\n    </div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 09 :: TWO-TOKEN MODEL ============= -->\n<section class=\"slide\" id=\"s09\">\n  <div class=\"slide-tag\">// Section 08</div>\n  <div class=\"slide-num\">09 / 18</div>\n  <h3 class=\"kicker\">Two-Token Model</h3>\n  <h2 class=\"slide-h\">One token is capital. One token is labor. Held apart on purpose.</h2>\n  <div class=\"token-grid\">\n    <div class=\"token-card s\">\n      <h3>SLEUTH</h3>\n      <div class=\"sub\">Capital \u00b7 Tradeable \u00b7 100M fixed supply \u00b7 No inflation</div>\n      <ul>\n        <li>The market token. On-chain, has liquidity, has a price.</li>\n        <li>25% of all revenue executes monthly buybacks. Demand from real revenue, not speculation.</li>\n        <li>Holding at the dollar tier threshold buys platform access. No subscription needed.</li>\n        <li>Price drops, holders need more tokens to keep their tier. Natural buy pressure at the bottom.</li>\n        <li>Cannot list, cannot hunt, cannot buy a single dollar of aSLEUTH.</li>\n      </ul>\n    </div>\n    <div class=\"token-card a\">\n      <h3>aSLEUTH</h3>\n      <div class=\"sub\">Labor \u00b7 Earned, never bought \u00b7 Dollar-denominated ledger</div>\n      <ul>\n        <li>Earned only through accepted, graded contribution. No market, no transfer, at any price.</li>\n        <li>The payroll meter: this month's earnings are this month's bill, paid in SLEUTH. The wage is paid, the record remains.</li>\n        <li>The rank: tier access, the $500 hunting licence, the $1,000 verifier licence, marketplace listing rights.</li>\n        <li>The slash collateral: bad data costs the balance and pays the hunter who caught it.</li>\n        <li>Decays 0.5% per day after 30 days idle. Reflects current contribution, not historical.</li>\n      </ul>\n    </div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:22px;\">\n    <p><strong>A whale with a million SLEUTH gets access and a tier.</strong> He still cannot list, cannot hunt, and earns no wage he didn't work for. Capital cannot earn the rank. The rank cannot be bought.</p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 10 :: EPOCH ENGINE ============= -->\n<section class=\"slide\" id=\"s10\">\n  <div class=\"slide-tag\">// Section 09</div>\n  <div class=\"slide-num\">10 / 18</div>\n  <h3 class=\"kicker\">The Epoch Engine</h3>\n  <h2 class=\"slide-h\">A payroll, not a promise.</h2>\n  <p class=\"lead\">Not a pot that unlocks someday. A payroll that runs on the 1st of every month, from day one, funded for years in advance. Every accepted contribution earns a wage, from contribution one. Beta is epoch one.</p>\n  <div class=\"flywheel\" style=\"margin-bottom:22px;\">\n    <div class=\"fw-node\">Contribute</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">Accepted + Graded</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">Bill Fixed at Close \u00b7 24h TWAP</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">1 Month Cliff</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">3 Monthly Tranches</div>\n  </div>\n  <div class=\"grid-4\">\n    <div class=\"stat-box\"><div class=\"stat-val\">20%</div><div class=\"stat-label\">Supply for the Swarm</div><div class=\"stat-desc\">On-chain at genesis, epochs only</div></div>\n    <div class=\"stat-box\"><div class=\"stat-val\">$150K</div><div class=\"stat-label\">Monthly Ceiling</div><div class=\"stat-desc\">Or 0.5% of supply, whichever binds first</div></div>\n    <div class=\"stat-box\"><div class=\"stat-val\">40+</div><div class=\"stat-label\">Months Min Runway</div><div class=\"stat-desc\">Before the first subscription dollar</div></div>\n    <div class=\"stat-box gold\"><div class=\"stat-val gold\">3 MO</div><div class=\"stat-label\">Wage Vesting</div><div class=\"stat-desc\">Every contributor is a rolling holder</div></div>\n  </div>\n  <div class=\"grid-2\" style=\"margin-top:20px;\">\n    <div class=\"card\"><div class=\"card-title\">// Two Ceilings, Self-Adjusting</div><p>Price weak: the 0.5% emission cap binds, the swarm is never overpaid in tokens into a thin market. Price runs: the $150K cap binds, fewer tokens buy the same payroll, and the runway stretches automatically. Unspent emission rolls forward.</p></div>\n    <div class=\"card gold\"><div class=\"card-title\">// The Reserve + The Covenant</div><p>25% of revenue buys SLEUTH monthly and compounds untouched in an on-chain Reserve through the seed era. When the seed is spent, the Reserve inherits the payroll. Buyback proceeds fund swarm rewards. Never the team. Not once, not ever.</p></div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 11 :: QUALITY ECONOMY ============= -->\n<section class=\"slide\" id=\"s11\">\n  <div class=\"slide-tag\">// Section 10</div>\n  <div class=\"slide-num\">11 / 18</div>\n  <h3 class=\"kicker\">Quality Economy</h3>\n  <h2 class=\"slide-h\">Quality enforced by greed, not editors.</h2>\n  <p class=\"lead\">Every intelligence marketplace hits the same wall: more contributors, more noise. Sleuth solves it structurally, with a carrot and a stick built into the same system, run by the swarm itself.</p>\n  <div class=\"grid-3\">\n    <div class=\"card\"><div class=\"card-title\">// Carrot \u00b7 Superlinear Grades</div><p>Intel graded 1 to 10 on value to the platform, paying $10 to $250 in aSLEUTH. The curve is deliberately superlinear: a Grade 10 is worth 25 Grade 1s. Two exceptional finds earn the $500 hunting licence. So do fifty basic tags. Quality is the fast track.</p></div>\n    <div class=\"card\"><div class=\"card-title\">// Stick \u00b7 Slashing + Head Hunting</div><p>Grade 1 malice burns 100% and bans. Grade 2 slashes 25%, split between reporter and loss-bearer. Grade 3 transfers 10% to the reporter. A hunter can flag a whale with $50K in aSLEUTH and walk away with $5K. Bad actors fund their own downfall.</p></div>\n    <div class=\"card gold\"><div class=\"card-title\">// Verdict \u00b7 Graded by the Swarm</div><p>Three licensed verifiers, drawn at random, blind verdicts, median grade. $5 flat per review, never a share of the grade. Spend capped at 15% of any monthly bill. Bad passes slash $50 each, three in 90 days suspends the licence. You can't bribe a grader you can't predict.</p></div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:24px;\">\n    <p>The protocol is blind to source. Humans and agents face the same curve, the same decay, the same slashing. <strong>Elite status doesn't buy protection. It buys scrutiny.</strong></p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 12 :: REVENUE ============= -->\n<section class=\"slide\" id=\"s12\">\n  <div class=\"slide-tag\">// Section 11</div>\n  <div class=\"slide-num\">12 / 18</div>\n  <h3 class=\"kicker\">Revenue Model</h3>\n  <h2 class=\"slide-h\">One split. No exceptions. Every dollar.</h2>\n  <div class=\"grid-2\" style=\"max-width:760px;\">\n    <div class=\"stat-box\"><div class=\"stat-val\">75%</div><div class=\"stat-label\">Dev Fund</div><div class=\"stat-desc\">Build and operate the product</div></div>\n    <div class=\"stat-box gold\"><div class=\"stat-val gold\">25%</div><div class=\"stat-label\">Monthly Buybacks</div><div class=\"stat-desc\">Compounding the on-chain Reserve</div></div>\n  </div>\n  <table>\n    <tr><th>Revenue Source</th><th>Split</th><th>Platform Share</th></tr>\n    <tr><td>Free Tier</td><td>No charge, builds funnel</td><td>\u00b7</td></tr>\n    <tr><td class=\"accent\">Subscriptions ($30 / $60 / $90)</td><td>100% to platform</td><td>75% dev \u00b7 25% buybacks</td></tr>\n    <tr><td class=\"accent\">Marketplace API calls</td><td>50% creator \u00b7 50% platform</td><td>75% dev \u00b7 25% buybacks</td></tr>\n    <tr><td class=\"accent\">In-app swaps (0.20% avg fee)</td><td>100% to platform</td><td>75% dev \u00b7 25% buybacks</td></tr>\n    <tr><td>Polymarket bet routing (planned)</td><td>Fee per routed bet</td><td>75% dev \u00b7 25% buybacks</td></tr>\n  </table>\n  <div class=\"flywheel\">\n    <div class=\"fw-node\">More APIs</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">More Usage</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">More Revenue</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">More Buybacks</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">Deeper Reserve</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">Longer Payroll</div><div class=\"fw-arrow\">\u2192</div>\n    <div class=\"fw-node\">More Builders</div><div class=\"fw-arrow\">\u21bb</div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 13 :: SOFT FLOOR ============= -->\n<section class=\"slide\" id=\"s13\">\n  <div class=\"slide-tag\">// Section 12</div>\n  <div class=\"slide-num\">13 / 18</div>\n  <h3 class=\"kicker\">The Soft Floor</h3>\n  <h2 class=\"slide-h\">A token floor that nobody has to defend. It defends itself.</h2>\n  <p class=\"lead\">Tier access is denominated in dollars, not tokens. When price drops, holders need to buy to maintain their tier. Thousands of independent actors defending their own position creates structural support. Not coordinated. Just rational.</p>\n  <div class=\"compare\">\n    <div class=\"compare-col bad\">\n      <h4>Manufactured Floor</h4>\n      <ul>\n        <li>Team sets a buyback price</li>\n        <li>Requires ongoing capital</li>\n        <li>Collapses when runway ends</li>\n        <li>Centralised, trusted, fragile</li>\n        <li>Nobody else has skin in the game</li>\n      </ul>\n    </div>\n    <div class=\"compare-col good\">\n      <h4>Sleuth Soft Floor</h4>\n      <ul>\n        <li>Emerges from holder behaviour</li>\n        <li>Requires zero capital to maintain</li>\n        <li>Strengthens as the platform grows</li>\n        <li>Decentralised, bottom-up, durable</li>\n        <li>Every tier holder has skin in the game</li>\n      </ul>\n    </div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:24px;\">\n    <p>Every improvement to the platform increases the value of the tier. Every increase in tier value strengthens the incentive to defend it. <strong>The floor rises with the platform.</strong></p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 14 :: CEILING ============= -->\n<section class=\"slide\" id=\"s14\">\n  <div class=\"slide-tag\">// Section 13</div>\n  <div class=\"slide-num\">14 / 18</div>\n  <h3 class=\"kicker\">The Ceiling Difference</h3>\n  <h2 class=\"slide-h\">Why the token. Why not just SaaS.</h2>\n  <p class=\"lead\">A subscription-only platform, no matter how strong the team, plateaus at the ceiling of what one team can ship and reach. The token model raises the ceiling itself. The swarm extends the product. Every contributor becomes a distribution channel.</p>\n  <div class=\"grid-4\">\n    <div class=\"stat-box\"><div class=\"stat-val\">~1,500</div><div class=\"stat-label\">World A \u00b7 Subs Only</div><div class=\"stat-desc\">Subscriber ceiling, month 24</div></div>\n    <div class=\"stat-box\"><div class=\"stat-val\">~7,000</div><div class=\"stat-label\">World B \u00b7 Token Model</div><div class=\"stat-desc\">Subscriber ceiling, month 30</div></div>\n    <div class=\"stat-box\"><div class=\"stat-val\">4.6x</div><div class=\"stat-label\">Ceiling Difference</div><div class=\"stat-desc\">Humans alone</div></div>\n    <div class=\"stat-box gold\"><div class=\"stat-val gold\">~10x</div><div class=\"stat-label\">With the Agent Wave</div><div class=\"stat-desc\">Stacking on top from month 18</div></div>\n  </div>\n  <div class=\"grid-2\" style=\"margin-top:20px;\">\n    <div class=\"card\"><div class=\"card-title\">// The Structural Gap</div><p>World A cannot close the gap by hiring, spending, or shipping faster. The swarm is the only mechanism that scales beyond what a founding team can reach, and the epoch payroll is what recruits it. The ceiling itself is the moat.</p></div>\n    <div class=\"card gold\"><div class=\"card-title\">// The Agent Wildcard</div><p>Humans onboard at human speed. Agents don't. Every agent that plugs in is simultaneously a contributor extending the tree and a consumer feeding the buyback. These markets are never winner-take-all, and catching even 2% of agentic volume in the 18-month to 3-year window is category-defining on its own.</p></div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 15 :: ROADMAP ============= -->\n<section class=\"slide\" id=\"s15\">\n  <div class=\"slide-tag\">// Section 14</div>\n  <div class=\"slide-num\">15 / 18</div>\n  <h3 class=\"kicker\">Traction \u00b7 Roadmap</h3>\n  <h2 class=\"slide-h\">Live product. Active beta. Token launch in sight.</h2>\n  <div class=\"timeline\">\n    <div class=\"phase p1\">\n      <div class=\"phase-label\">Phase 1 \u00b7 Live</div>\n      <h4>Built</h4>\n      <ul><li>Feed, Pulse</li><li>PM Traders, PM Markets</li><li>Discover, Wallet</li><li>EVM + Solana</li><li>7-chain coverage</li></ul>\n    </div>\n    <div class=\"phase p2\">\n      <div class=\"phase-label\">Phase 2 \u00b7 Beta</div>\n      <h4>Shipping Now</h4>\n      <ul><li>Telegram alerts</li><li>Watchlists</li><li>MCP server</li><li>Epoch one \u00b7 aSLEUTH live</li><li>Verifier shadow mode</li></ul>\n    </div>\n    <div class=\"phase p3\">\n      <div class=\"phase-label\">Phase 3 \u00b7 Token Era</div>\n      <h4>Post Beta</h4>\n      <ul><li>Billing $30 / $60 / $90</li><li>SDK + API Marketplace</li><li>Wallet tagging infra</li><li>Verifier Track live</li><li>Epoch + Reserve automation</li><li>Slashing on-chain</li></ul>\n    </div>\n    <div class=\"phase p4\">\n      <div class=\"phase-label\">Phase 4 \u00b7 Decentralised</div>\n      <h4>Endgame</h4>\n      <ul><li>aSLEUTH-weighted governance</li><li>Decentralised adjudication</li><li>Open category proposals</li><li>Fully autonomous agents</li></ul>\n    </div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:22px;\">\n    <p><strong>Beta is epoch one.</strong> Contributors are earning aSLEUTH now, under the same grading, ceilings, and rhythm that run forever. Wages settle from TGE out of the same Swarm Rewards wallet that pays every epoch after. No separate beta wallet, no special cases.</p>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 16 :: MARKET ============= -->\n<section class=\"slide\" id=\"s16\">\n  <div class=\"slide-tag\">// Section 15</div>\n  <div class=\"slide-num\">16 / 18</div>\n  <h3 class=\"kicker\">Market \u00b7 Comp</h3>\n  <h2 class=\"slide-h\">2026 thesis. Active capital. Closest comp just raised.</h2>\n  <div class=\"grid-2\">\n    <div class=\"card\">\n      <div class=\"card-title\">// Closest Comp</div>\n      <p>Elastics raised $2M pre-seed led by FRST Venture Capital in May 2026. AI agents for prediction markets. Same vertical.</p>\n      <p style=\"margin-top:10px;\"><strong>Elastics is an agent. Sleuth is the intelligence layer Elastics-class agents call.</strong> We power the apps; we don't compete with them.</p>\n    </div>\n    <div class=\"card gold\">\n      <div class=\"card-title\">// 2026 VC Thesis Alignment</div>\n      <ul class=\"arrow\">\n        <li>Dragonfly: prediction markets, agent payments, DeFi. $650M active.</li>\n        <li>Haun Ventures: $1B fresh. Named PM + agent economy as 2026 focus.</li>\n        <li>Coinbase Ventures: 'markets for everything' + AI on crypto rails.</li>\n        <li>Framework, Variant, Robot: deep on token mechanics and consumer crypto.</li>\n      </ul>\n    </div>\n  </div>\n  <div class=\"grid-3\" style=\"margin-top:20px;\">\n    <div class=\"stat-box\"><div class=\"stat-val\">$2.7B+</div><div class=\"stat-label\">Polymarket Vol</div><div class=\"stat-desc\">2024 alone, growing into 2026</div></div>\n    <div class=\"stat-box\"><div class=\"stat-val\">10M+</div><div class=\"stat-label\">Active CT Users</div><div class=\"stat-desc\">Daily addressable signal market</div></div>\n    <div class=\"stat-box gold\"><div class=\"stat-val gold\">\u221e</div><div class=\"stat-label\">Agents</div><div class=\"stat-desc\">The number that didn't exist 24 months ago</div></div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 17 :: TEAM ============= -->\n<section class=\"slide\" id=\"s17\">\n  <div class=\"slide-tag\">// Section 16</div>\n  <div class=\"slide-num\">17 / 18</div>\n  <h3 class=\"kicker\">Team</h3>\n  <h2 class=\"slide-h\">Three crypto-native operators. Anon on paper. Open under NDA.</h2>\n  <p class=\"lead\">The product is live. Six features shipped. Background, full names, and references shared on the first call.</p>\n  <div class=\"grid-3\">\n    <div class=\"card\"><div class=\"card-title\">// Product</div><p>5 years building data products in crypto. Real-time pipelines, high-throughput intelligence systems, and the full Sleuth terminal from the ground up.</p></div>\n    <div class=\"card\"><div class=\"card-title\">// Engineering</div><p>Full-stack crypto operator. Multi-chain integration across EVM and Solana. MCP server architecture and API-first infrastructure.</p></div>\n    <div class=\"card\"><div class=\"card-title\">// Markets &amp; Distribution</div><p>Prediction market and on-chain veteran. Deep network in the PM ecosystem. Active builder reputation and distribution before Sleuth.</p></div>\n  </div>\n  <div class=\"highlight\" style=\"margin-top:24px;\"><p>Anon by default. Open on the first call. Full background, names, and references available under NDA.</p></div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= SLIDE 18 :: THE ASK ============= -->\n<section class=\"slide\" id=\"s18\">\n  <div class=\"slide-tag\">// Section 17</div>\n  <div class=\"slide-num\">18 / 18</div>\n  <h3 class=\"kicker\">The Ask</h3>\n  <h2 class=\"slide-h\">$3.125M. Two rounds. No public sale.</h2>\n  <div class=\"ask-grid\">\n    <div class=\"terms\">\n      <div class=\"terms-row\"><span class=\"terms-label\">Total Raise</span><span class=\"terms-val big\">$3.125M</span></div>\n      <div class=\"terms-row\"><span class=\"terms-label\">Round 1 \u00b7 Seed</span><span class=\"terms-val\">$1.25M \u00b7 12.5% \u00b7 $0.10 \u00b7 $10M FDV</span></div>\n      <div class=\"terms-row\"><span class=\"terms-label\">Round 2 \u00b7 Strategic</span><span class=\"terms-val\">$1.875M \u00b7 12.5% \u00b7 $0.15 \u00b7 $15M FDV</span></div>\n      <div class=\"terms-row\"><span class=\"terms-label\">DEX Listing</span><span class=\"terms-val\">$0.30 \u00b7 $30M FDV \u00b7 3x seed / 2x strategic</span></div>\n      <div class=\"terms-row\"><span class=\"terms-label\">TGE Unlock</span><span class=\"terms-val\">10% at TGE</span></div>\n      <div class=\"terms-row\"><span class=\"terms-label\">Vest</span><span class=\"terms-val\">12mo cliff \u00b7 24mo linear \u00b7 out mo 36</span></div>\n      <div class=\"terms-row\"><span class=\"terms-label\">Day-1 Float</span><span class=\"terms-val\">22.5% circulating \u00b7 2.5% true holder float</span></div>\n    </div>\n    <div>\n      <div class=\"card gold\" style=\"height:100%;\">\n        <div class=\"card-title\">// Why This Structure</div>\n        <p>The platform is already live. This is not a survival raise. The round funds deeper platform development on a tight cap table.</p>\n        <p style=\"margin-top:10px;\">Two private rounds, identical 36-month vesting, price the only difference. Seed at $10M FDV, Strategic at $15M, a 1.5x step that rewards early conviction. ~$1M of proceeds pairs the DEX liquidity at launch.</p>\n        <p style=\"margin-top:10px;\"><strong>No public sale to absorb. The market finds price on the open DEX at $0.30. The entire 20% liquidity allocation seeds a single V4 pool with ~$1M ETH, and true day-one holder float is 2.5% of supply, the investor TGE tranche only: the book outweighs the entire unlocked float.</strong></p>\n      </div>\n    </div>\n  </div>\n  <div class=\"slide-footer\"><span>SLEUTH \u00b7 INVESTOR DECK</span><span>v16 \u00b7 June 2026</span></div>\n</section>\n\n<!-- ============= CLOSING ============= -->\n<section class=\"slide final\">\n  <div class=\"slide-num\">END</div>\n  <div class=\"closing-line\">The intelligence layer built by the swarm.</div>\n  <div class=\"closing-sub\">Powered by agents and humans \u00b7 Paid every month</div>\n  <div class=\"badge-row\" style=\"justify-content:center;\">\n    <span class=\"badge gold\">Telegram \u00b7 @Danny_Leftcurve</span>\n  </div>\n  <div style=\"margin-top:60px; font-size:11px; color:rgba(255,215,0,0.4); letter-spacing:3px;\">PRIVATE &amp; CONFIDENTIAL \u00b7 JUNE 2026 \u00b7 v16 WP</div>\n</section>\n\n<script>\n// Matrix ambient\n(function(){\n  const c = document.getElementById('matrix-canvas');\n  if (!c) return;\n  const ctx = c.getContext('2d');\n  let w, h, cols, drops;\n  function resize(){\n    w = c.width = window.innerWidth;\n    h = c.height = window.innerHeight;\n    cols = Math.floor(w / 14);\n    drops = new Array(cols).fill(1).map(() => Math.random() * -h);\n  }\n  resize();\n  window.addEventListener('resize', resize);\n  const chars = '01\u30a2\u30a4\u30a6\u30a8\u30aa\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c6\u30c8';\n  function draw(){\n    ctx.fillStyle = 'rgba(6,6,6,0.06)';\n    ctx.fillRect(0,0,w,h);\n    ctx.fillStyle = '#00FF66';\n    ctx.font = '12px \"Share Tech Mono\"';\n    for (let i = 0; i < drops.length; i++){\n      const t = chars[Math.floor(Math.random() * chars.length)];\n      ctx.fillText(t, i * 14, drops[i] * 14);\n      drops[i]++;\n      if (drops[i] * 14 > h && Math.random() > 0.975) drops[i] = 0;\n    }\n  }\n  setInterval(draw, 60);\n})();\n\n// Nav dots + progress\n(function(){\n  const slides = document.querySelectorAll('.slide');\n  const nav = document.getElementById('nav');\n  const progress = document.getElementById('progress');\n  slides.forEach((s, i) => {\n    const d = document.createElement('button');\n    d.className = 'nav-dot';\n    d.title = 'Slide ' + (i + 1);\n    d.addEventListener('click', () => s.scrollIntoView({ behavior: 'smooth' }));\n    nav.appendChild(d);\n  });\n  const dots = nav.querySelectorAll('.nav-dot');\n  function update(){\n    const scrolled = window.scrollY;\n    const total = document.body.scrollHeight - window.innerHeight;\n    progress.style.width = (total > 0 ? (scrolled / total) * 100 : 0) + '%';\n    let active = 0;\n    slides.forEach((s, i) => {\n      const r = s.getBoundingClientRect();\n      if (r.top <= window.innerHeight / 2 && r.bottom > window.innerHeight / 2) active = i;\n    });\n    dots.forEach((d, i) => d.classList.toggle('active', i === active));\n  }\n  window.addEventListener('scroll', update, { passive: true });\n  update();\n})();\n\n// Keyboard nav\n(function(){\n  const slides = Array.from(document.querySelectorAll('.slide'));\n  function currentIdx(){\n    for (let i = 0; i < slides.length; i++){\n      const r = slides[i].getBoundingClientRect();\n      if (r.top <= window.innerHeight / 2 && r.bottom > window.innerHeight / 2) return i;\n    }\n    return 0;\n  }\n  document.addEventListener('keydown', (e) => {\n    const i = currentIdx();\n    if (e.key === 'ArrowDown' || e.key === 'PageDown' || e.key === ' '){\n      if (i < slides.length - 1) slides[i + 1].scrollIntoView({ behavior: 'smooth' });\n      e.preventDefault();\n    } else if (e.key === 'ArrowUp' || e.key === 'PageUp'){\n      if (i > 0) slides[i - 1].scrollIntoView({ behavior: 'smooth' });\n      e.preventDefault();\n    } else if (e.key === 'Home'){\n      slides[0].scrollIntoView({ behavior: 'smooth' });\n    } else if (e.key === 'End'){\n      slides[slides.length - 1].scrollIntoView({ behavior: 'smooth' });\n    }\n  });\n})();\n</script>\n</body>\n</html>\n" } style={{ width: "100%", minHeight: "100vh", border: "none", display: "block", background: "#060606" }} />
</div>
