> ## 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 - How It Works

> Original Sleuth document.

<div style={{ margin: "-24px -32px", width: "calc(100% + 64px)" }}>
  <iframe title="Sleuth - How It Works" 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 How It Works</title>\n<style>\n  @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Inter:wght@300;400;500;600;700&display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --black:   #050505;\n    --ink:     #0a0a0a;\n    --panel:   #111111;\n    --border:  #1e1e1e;\n    --muted:   #2a2a2a;\n    --dim:     #555;\n    --mid:     #888;\n    --light:   #c8c8c8;\n    --white:   #f0f0f0;\n    --green:   #00ff66;\n    --gold:    #ffd700;\n    --blue:    #4d9fff;\n    --red:     #ff4444;\n    --mono:    'Share Tech Mono', monospace;\n    --sans:    'Inter', sans-serif;\n  }\n\n  html { background: var(--black); color: var(--white); font-family: var(--sans); }\n\n  /* PAGE WRAPPER \u2014 scaled to 150% of A4 */\n  .page {\n    width: 1191px;\n    min-height: 1685px;\n    margin: 0 auto 60px;\n    background: var(--ink);\n    position: relative;\n    overflow: hidden;\n    page-break-after: always;\n  }\n\n  /* \u2500\u2500\u2500 PAGE 1 STYLES \u2500\u2500\u2500 */\n  .p1-header {\n    background: var(--black);\n    border-bottom: 1px solid var(--border);\n    padding: 42px 60px 33px;\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n  .p1-logo {\n    font-family: var(--mono);\n    font-size: 33px;\n    color: var(--green);\n    letter-spacing: 6px;\n  }\n  .p1-logo span { color: var(--gold); }\n  .p1-tagline {\n    font-family: var(--mono);\n    font-size: 15px;\n    color: var(--dim);\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .p1-body { padding: 48px 60px 42px; }\n\n  .p1-lead {\n    font-size: 19.5px;\n    line-height: 1.75;\n    color: var(--light);\n    margin-bottom: 39px;\n    border-left: 3px solid var(--green);\n    padding-left: 24px;\n  }\n\n  .p1-section { margin-bottom: 36px; }\n  .p1-section-title {\n    font-family: var(--mono);\n    font-size: 15px;\n    color: var(--green);\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    margin-bottom: 15px;\n    display: flex;\n    align-items: center;\n    gap: 15px;\n  }\n  .p1-section-title::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--border);\n  }\n\n  .p1-text {\n    font-size: 18px;\n    line-height: 1.8;\n    color: var(--light);\n  }\n  .p1-text strong { color: var(--white); font-weight: 600; }\n  .p1-text em { color: var(--gold); font-style: normal; }\n\n  /* two-col layout */\n  .p1-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 36px; }\n  .p1-col-box {\n    background: #0d0d0d;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 24px;\n  }\n  .p1-col-box.gold-border { border-color: #3a3000; }\n  .p1-col-box-title {\n    font-family: var(--mono);\n    font-size: 15px;\n    letter-spacing: 3px;\n    margin-bottom: 15px;\n    color: var(--green);\n  }\n  .p1-col-box.gold-border .p1-col-box-title { color: var(--gold); }\n  .p1-col-box .p1-text { font-size: 17px; }\n\n  /* tier table */\n  .tier-table { width: 100%; border-collapse: collapse; font-size: 16.5px; margin-bottom: 30px; }\n  .tier-table th {\n    font-family: var(--mono);\n    font-size: 13.5px;\n    letter-spacing: 3px;\n    color: var(--dim);\n    text-transform: uppercase;\n    text-align: left;\n    padding: 9px 15px;\n    border-bottom: 1px solid var(--border);\n  }\n  .tier-table td {\n    padding: 10.5px 15px;\n    border-bottom: 1px solid #141414;\n    color: var(--light);\n    vertical-align: top;\n  }\n  .tier-table tr:last-child td { border-bottom: none; }\n  .tier-table .num { font-family: var(--mono); color: var(--white); }\n  .tier-table .g { color: var(--green); font-family: var(--mono); }\n  .tier-table .au { color: var(--gold); font-family: var(--mono); }\n\n  /* grade mini table */\n  .grade-row { display: flex; gap: 9px; margin-bottom: 21px; flex-wrap: wrap; }\n  .grade-pill {\n    background: #0d0d0d;\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    padding: 6px 12px;\n    font-family: var(--mono);\n    font-size: 15px;\n    color: var(--light);\n  }\n  .grade-pill span { color: var(--green); }\n\n  /* belt actions row */\n  .belt-actions { display: flex; gap: 15px; margin-bottom: 24px; }\n  .belt-action {\n    flex: 1;\n    background: #0d0d0d;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 18px;\n    font-size: 16.5px;\n  }\n  .belt-action-title { font-family: var(--mono); font-size: 15px; color: var(--gold); margin-bottom: 7px; letter-spacing: 1.5px; }\n  .belt-action .earn { color: var(--green); font-family: var(--mono); font-size: 15px; font-weight: 700; margin-top: 9px; }\n\n  /* slash grades */\n  .slash-row { display: flex; gap: 15px; margin-bottom: 24px; }\n  .slash-box {\n    flex: 1;\n    background: #0d0d0d;\n    border-radius: 6px;\n    padding: 18px;\n    font-size: 16.5px;\n    border: 1px solid #1e0000;\n  }\n  .slash-box-title { font-family: var(--mono); font-size: 15px; color: var(--red); margin-bottom: 7px; letter-spacing: 1.5px; }\n\n  /* epoch mini flow */\n  .epoch-flow { display: flex; align-items: center; gap: 0; margin-bottom: 24px; overflow: hidden; }\n  .epoch-node {\n    background: #0d0d0d;\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    padding: 10.5px 15px;\n    font-family: var(--mono);\n    font-size: 13.5px;\n    color: var(--light);\n    white-space: nowrap;\n    letter-spacing: 0.5px;\n  }\n  .epoch-arr { color: var(--dim); font-size: 18px; padding: 0 6px; flex-shrink: 0; }\n\n  .p1-callout {\n    background: #071a0f;\n    border: 1px solid #1a4a28;\n    border-radius: 6px;\n    padding: 18px 24px;\n    font-size: 17px;\n    line-height: 1.7;\n    color: var(--light);\n    margin-bottom: 30px;\n  }\n  .p1-callout strong { color: var(--green); }\n\n  .p1-footer {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    border-top: 1px solid var(--border);\n    padding: 15px 60px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: var(--black);\n  }\n  .p1-footer span {\n    font-family: var(--mono);\n    font-size: 13.5px;\n    color: var(--dim);\n    letter-spacing: 3px;\n  }\n  .p1-footer .dot { color: var(--green); }\n\n\n  /* \u2500\u2500\u2500 PAGE 2 STYLES \u2500\u2500\u2500 */\n  .p2-header {\n    background: var(--black);\n    border-bottom: 1px solid var(--border);\n    padding: 30px 48px 24px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .p2-title {\n    font-family: var(--mono);\n    font-size: 16.5px;\n    color: var(--green);\n    letter-spacing: 4px;\n  }\n  .p2-sub {\n    font-family: var(--mono);\n    font-size: 13.5px;\n    color: var(--dim);\n    letter-spacing: 3px;\n  }\n\n  /* diagram canvas */\n  .diagram-canvas {\n    width: 100%;\n    position: relative;\n    padding: 30px 36px 120px;\n  }\n\n  /* SVG fills the canvas */\n  .diagram-canvas svg {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .p2-footer {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    border-top: 1px solid var(--border);\n    padding: 15px 48px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: var(--black);\n  }\n  .p2-footer span {\n    font-family: var(--mono);\n    font-size: 13.5px;\n    color: var(--dim);\n    letter-spacing: 3px;\n  }\n\n  @media print {\n    html, body { background: #050505; }\n    .page { margin: 0; page-break-after: always; }\n  }\n</style>\n</head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!--  PAGE 1 \u00b7 HOW SLEUTH WORKS                            -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n\n  <div class=\"p1-header\">\n    <div>\n      <div class=\"p1-logo\">SLEUTH<span> \u25ce</span></div>\n      <div class=\"p1-tagline\" style=\"margin-top:4px;\">How It Works \u00b7 Mechanism Overview \u00b7 v16</div>\n    </div>\n    <div class=\"p1-tagline\" style=\"text-align:right;\">PRIVATE &amp; CONFIDENTIAL<br>JUNE 2026</div>\n  </div>\n\n  <div class=\"p1-body\">\n\n    <p class=\"p1-lead\">\n      Sleuth is a crypto and prediction market intelligence platform built for humans and agents. The team builds the rails. The swarm builds on top. Every accepted contribution is graded, paid in SLEUTH through monthly epochs, and slashed if dirty. The result is a self-policing intelligence layer that scales beyond what any team can reach alone.\n    </p>\n\n    <!-- WHAT IT IS -->\n    <div class=\"p1-section\">\n      <div class=\"p1-section-title\">The Platform</div>\n      <p class=\"p1-text\">\n        Six live product sections: <strong>Feed, Pulse, PM Traders, PM Markets, Discover, Wallet</strong> \u2014 pulling real-time signals across on-chain data, prediction market odds, CT sentiment, and whale tracking. Every surface calls the same intelligence layer. The terminal is one client. The API, MCP server, Telegram bot, and Discord integration are others. <em>Sleuth is the API.</em> Humans use it through the terminal. Agents use the same endpoints. Both create. Both consume. Both earn and get slashed on identical terms.\n      </p>\n    </div>\n\n    <!-- TWO TOKENS -->\n    <div class=\"p1-section\">\n      <div class=\"p1-section-title\">Two Tokens \u00b7 One System</div>\n      <div class=\"p1-cols\">\n        <div class=\"p1-col-box\">\n          <div class=\"p1-col-box-title\">SLEUTH \u00b7 CAPITAL</div>\n          <p class=\"p1-text\">Tradeable. On-chain. Fixed supply of 100M \u2014 no inflation, ever. 25% of all revenue buys SLEUTH from the open market every month and accumulates in an on-chain Reserve. Hold the dollar threshold and you get platform access with no subscription needed. Tier access priced in dollars: price drops, holders need to buy more to keep their tier \u2014 natural demand floor. Cannot list, cannot hunt, cannot earn aSLEUTH.</p>\n        </div>\n        <div class=\"p1-col-box gold-border\">\n          <div class=\"p1-col-box-title\">aSLEUTH \u00b7 LABOUR</div>\n          <p class=\"p1-text\">Earned through accepted intel only. No market, no transfer, at any price, ever. A dollar-denominated ledger that serves five jobs simultaneously: <strong>payroll meter</strong> (this month's earnings are this month's bill), <strong>tier access</strong> (counts toward thresholds), <strong>hunting licence</strong> ($500 unlocks head hunting), <strong>verifier licence</strong> ($1,000 at Tier 3), and <strong>slash collateral</strong> (bad data costs your balance). Decays 0.5%/day after 30 days idle \u2014 reflects current contribution, not history.</p>\n        </div>\n      </div>\n    </div>\n\n    <!-- TIERS -->\n    <div class=\"p1-section\">\n      <div class=\"p1-section-title\">Tiers \u00b7 Three Doors In</div>\n      <table class=\"tier-table\">\n        <thead>\n          <tr>\n            <th></th>\n            <th>Tier 1</th>\n            <th>Tier 2</th>\n            <th>Tier 3</th>\n            <th>Tier 4</th>\n          </tr>\n        </thead>\n        <tbody>\n          <tr>\n            <td class=\"p1-text\" style=\"color:var(--dim);font-size:10px;\">Subscribe</td>\n            <td class=\"num\">Free</td>\n            <td class=\"num\">$30/mo</td>\n            <td class=\"num\">$60/mo</td>\n            <td class=\"num\">$90/mo</td>\n          </tr>\n          <tr>\n            <td class=\"p1-text\" style=\"color:var(--dim);font-size:10px;\">Hold SLEUTH</td>\n            <td style=\"color:var(--dim);\">\u2014</td>\n            <td class=\"g\">$1,000</td>\n            <td class=\"g\">$2,000</td>\n            <td class=\"g\">$3,000</td>\n          </tr>\n          <tr>\n            <td class=\"p1-text\" style=\"color:var(--dim);font-size:10px;\">aSLEUTH for swarm rights</td>\n            <td style=\"color:var(--dim);\">\u2014</td>\n            <td class=\"au\">$500</td>\n            <td class=\"au\">$1,000</td>\n            <td class=\"au\">$1,500</td>\n          </tr>\n          <tr>\n            <td class=\"p1-text\" style=\"color:var(--dim);font-size:10px;\">Marketplace listing</td>\n            <td style=\"color:var(--dim);\">No</td>\n            <td style=\"color:var(--dim);\">No</td>\n            <td class=\"au\">Yes (aSLEUTH req)</td>\n            <td class=\"au\">Yes + top placement</td>\n          </tr>\n        </tbody>\n      </table>\n      <p class=\"p1-text\">Hold SLEUTH <em>and</em> hit at least 50% of your tier threshold in aSLEUTH to unlock swarm economy rights: head hunting, verifier licence, marketplace listing. Capital alone does not buy you in. <strong>Wages are never gated</strong> \u2014 every accepted contribution earns from day one, at any tier.</p>\n    </div>\n\n    <!-- BELT + GRADING -->\n    <div class=\"p1-section\">\n      <div class=\"p1-section-title\">The Belt \u00b7 Pre-Acceptance Policing</div>\n      <div class=\"belt-actions\">\n        <div class=\"belt-action\">\n          <div class=\"belt-action-title\">FIX A TAG</div>\n          <p class=\"p1-text\" style=\"font-size:11px;\">Correct a wrong tag with your own intel. If the fix materially changed the grade outcome, you take half of what the original submitter earns.</p>\n          <div class=\"earn\">50% of submitter's grade</div>\n        </div>\n        <div class=\"belt-action\">\n          <div class=\"belt-action-title\">CONFIRM A TAG</div>\n          <p class=\"p1-text\" style=\"font-size:11px;\">One-tap signal that a pending submission looks right. Paid only if the item is upheld, zero if killed.</p>\n          <div class=\"earn\">$5 if upheld</div>\n        </div>\n        <div class=\"belt-action\">\n          <div class=\"belt-action-title\">FLAG A TAG</div>\n          <p class=\"p1-text\" style=\"font-size:11px;\">Call something wrong before it lands. Stops the item graduating until it survives escalation. Bad intel caught cheap, right here.</p>\n          <div class=\"earn\">$5 per tag if upheld</div>\n        </div>\n      </div>\n    </div>\n\n    <!-- GRADING + EPOCH -->\n    <div class=\"p1-cols\" style=\"margin-bottom:22px;\">\n      <div>\n        <div class=\"p1-section-title\">Grading \u00b7 $10 to $250</div>\n        <p class=\"p1-text\" style=\"margin-bottom:10px;\">All accepted intel is graded 1\u201310 on value to the platform by three randomly drawn licensed verifiers (blind verdicts, median grade). The curve is superlinear \u2014 a Grade 10 is worth 25 Grade 1s. Two exceptional finds or fifty basic tags earns the $500 hunting licence. Verifiers earn <strong>$5 flat per review</strong>. A bad pass costs them $50.</p>\n        <div class=\"grade-row\">\n          <div class=\"grade-pill\">G1 <span>$10</span></div>\n          <div class=\"grade-pill\">G2 <span>$20</span></div>\n          <div class=\"grade-pill\">G3 <span>$30</span></div>\n          <div class=\"grade-pill\">G4 <span>$45</span></div>\n          <div class=\"grade-pill\">G5 <span>$65</span></div>\n          <div class=\"grade-pill\">G6 <span>$90</span></div>\n          <div class=\"grade-pill\">G7 <span>$120</span></div>\n          <div class=\"grade-pill\">G8 <span>$155</span></div>\n          <div class=\"grade-pill\">G9 <span>$200</span></div>\n          <div class=\"grade-pill\">G10 <span>$250</span></div>\n        </div>\n      </div>\n      <div>\n        <div class=\"p1-section-title\">Head Hunting \u00b7 On the Tree</div>\n        <p class=\"p1-text\" style=\"margin-bottom:10px;\">Post-acceptance. A holder of the $500 aSLEUTH licence spots accepted intel on the Tree that turned out wrong, flags it. If upheld, the bad data is slashed and the hunter is paid from it. Bad actors fund their own downfall.</p>\n        <div class=\"slash-row\">\n          <div class=\"slash-box\">\n            <div class=\"slash-box-title\">GRADE 3</div>\n            <p class=\"p1-text\" style=\"font-size:11px;\">Caught before harm. 10% slashed, transferred to reporter.</p>\n          </div>\n          <div class=\"slash-box\">\n            <div class=\"slash-box-title\">GRADE 2</div>\n            <p class=\"p1-text\" style=\"font-size:11px;\">Caused a verified loss. 25% slashed, split to reporter and loss-bearer.</p>\n          </div>\n          <div class=\"slash-box\">\n            <div class=\"slash-box-title\">GRADE 1</div>\n            <p class=\"p1-text\" style=\"font-size:11px;\">Deliberate manipulation. 100% burned, banned.</p>\n          </div>\n        </div>\n      </div>\n    </div>\n\n    <!-- EPOCH ENGINE -->\n    <div class=\"p1-section\">\n      <div class=\"p1-section-title\">The Epoch Engine \u00b7 Monthly Payroll</div>\n      <div class=\"epoch-flow\">\n        <div class=\"epoch-node\">CONTRIBUTE</div><div class=\"epoch-arr\">\u2192</div>\n        <div class=\"epoch-node\">ACCEPTED &amp; GRADED</div><div class=\"epoch-arr\">\u2192</div>\n        <div class=\"epoch-node\">BILL FIXED AT CLOSE</div><div class=\"epoch-arr\">\u2192</div>\n        <div class=\"epoch-node\">1 MONTH CLIFF</div><div class=\"epoch-arr\">\u2192</div>\n        <div class=\"epoch-node\">3 MONTHLY TRANCHES</div>\n      </div>\n      <p class=\"p1-text\">Every calendar month is an epoch. Accepted intel is graded and its dollar value lands on the month's bill. At close the bill converts once at 24-hour TWAP to a fixed SLEUTH amount \u2014 price moves after don't change it. Two hard ceilings: <strong>$150K per month</strong> and <strong>0.5% of supply</strong> (500K SLEUTH). At the $0.30 launch price they're the same number. The Swarm Rewards Wallet (20% of supply) funds the payroll for 40+ months from genesis. 25% of all revenue runs monthly SLEUTH buybacks, accumulating in an on-chain Reserve that inherits the payroll when the seed wallet is spent. <em>The wage is paid. The record remains.</em></p>\n    </div>\n\n    <div class=\"p1-callout\">\n      <strong>The covenant:</strong> 75% of all revenue goes to development. 25% buys SLEUTH every month and compounds in the Reserve, untouched through the seed era. Buyback proceeds fund swarm rewards \u2014 never the team, not once, not ever. Marketplace API creators take 50% of every call. Subscriptions are $30 / $60 / $90/mo, or hold the token threshold instead.\n    </div>\n\n  </div>\n\n  <div class=\"p1-footer\">\n    <span class=\"dot\">\u25ce</span>\n    <span>SLEUTH \u00b7 HOW IT WORKS \u00b7 PAGE 1 OF 2</span>\n    <span>PRIVATE &amp; CONFIDENTIAL \u00b7 JUNE 2026</span>\n  </div>\n\n</div><!-- /page 1 -->\n\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!--  PAGE 2 \u00b7 SYSTEM DIAGRAM                              -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n\n  <div class=\"p2-header\">\n    <div>\n      <div class=\"p2-title\">SLEUTH \u25ce SYSTEM MAP</div>\n      <div class=\"p2-sub\" style=\"margin-top:3px;\">Full mechanism \u00b7 who does what \u00b7 where \u00b7 and what they earn</div>\n    </div>\n    <div class=\"p2-sub\" style=\"text-align:right;\">PAGE 2 OF 2<br>JUNE 2026</div>\n  </div>\n\n  <div class=\"diagram-canvas\">\n    <svg viewBox=\"0 0 746 970\" xmlns=\"http://www.w3.org/2000/svg\" font-family=\"'Share Tech Mono', monospace\">\n      <defs>\n        <marker id=\"arr\" markerWidth=\"8\" markerHeight=\"8\" refX=\"6\" refY=\"3\" orient=\"auto\">\n          <path d=\"M0,0 L0,6 L8,3 z\" fill=\"#555\"/>\n        </marker>\n        <marker id=\"arrG\" markerWidth=\"8\" markerHeight=\"8\" refX=\"6\" refY=\"3\" orient=\"auto\">\n          <path d=\"M0,0 L0,6 L8,3 z\" fill=\"#00ff66\"/>\n        </marker>\n        <marker id=\"arrGold\" markerWidth=\"8\" markerHeight=\"8\" refX=\"6\" refY=\"3\" orient=\"auto\">\n          <path d=\"M0,0 L0,6 L8,3 z\" fill=\"#ffd700\"/>\n        </marker>\n        <marker id=\"arrBlue\" markerWidth=\"8\" markerHeight=\"8\" refX=\"6\" refY=\"3\" orient=\"auto\">\n          <path d=\"M0,0 L0,6 L8,3 z\" fill=\"#4d9fff\"/>\n        </marker>\n        <marker id=\"arrRed\" markerWidth=\"8\" markerHeight=\"8\" refX=\"6\" refY=\"3\" orient=\"auto\">\n          <path d=\"M0,0 L0,6 L8,3 z\" fill=\"#ff4444\"/>\n        </marker>\n      </defs>\n\n      <!-- \u2550\u2550 BACKGROUND SECTIONS \u2550\u2550 -->\n      <!-- Contributors zone -->\n      <rect x=\"2\" y=\"2\" width=\"742\" height=\"130\" rx=\"4\" fill=\"#090909\" stroke=\"#1a1a1a\" stroke-width=\"1\"/>\n      <text x=\"12\" y=\"16\" fill=\"#444\" font-size=\"9\" letter-spacing=\"3\" text-anchor=\"start\">CONTRIBUTORS</text>\n\n      <!-- Belt zone -->\n      <rect x=\"2\" y=\"142\" width=\"742\" height=\"120\" rx=\"4\" fill=\"#0a0800\" stroke=\"#2a2000\" stroke-width=\"1\"/>\n      <text x=\"12\" y=\"156\" fill=\"#5a4a00\" font-size=\"9\" letter-spacing=\"3\">THE BELT \u00b7 PRE-ACCEPTANCE</text>\n\n      <!-- Grading zone -->\n      <rect x=\"2\" y=\"272\" width=\"742\" height=\"110\" rx=\"4\" fill=\"#050d05\" stroke=\"#1a2a1a\" stroke-width=\"1\"/>\n      <text x=\"12\" y=\"286\" fill=\"#2a5a2a\" font-size=\"9\" letter-spacing=\"3\">ACCEPTANCE &amp; GRADING</text>\n\n      <!-- Tree zone -->\n      <rect x=\"2\" y=\"392\" width=\"742\" height=\"140\" rx=\"4\" fill=\"#03080a\" stroke=\"#0a2030\" stroke-width=\"1\"/>\n      <text x=\"12\" y=\"406\" fill=\"#1a4a6a\" font-size=\"9\" letter-spacing=\"3\">TREE OF KNOWLEDGE \u00b7 POST-ACCEPTANCE</text>\n\n      <!-- Epoch zone -->\n      <rect x=\"2\" y=\"542\" width=\"742\" height=\"130\" rx=\"4\" fill=\"#060306\" stroke=\"#1e0a2a\" stroke-width=\"1\"/>\n      <text x=\"12\" y=\"556\" fill=\"#4a2a6a\" font-size=\"9\" letter-spacing=\"3\">EPOCH ENGINE \u00b7 MONTHLY PAYROLL</text>\n\n      <!-- Revenue zone -->\n      <rect x=\"2\" y=\"682\" width=\"742\" height=\"126\" rx=\"4\" fill=\"#020a02\" stroke=\"#0a200a\" stroke-width=\"1\"/>\n      <text x=\"12\" y=\"696\" fill=\"#1e4a1e\" font-size=\"9\" letter-spacing=\"3\">REVENUE &amp; BUYBACKS</text>\n\n      <!-- Consumers zone -->\n      <rect x=\"2\" y=\"818\" width=\"742\" height=\"140\" rx=\"4\" fill=\"#090909\" stroke=\"#1a1a1a\" stroke-width=\"1\"/>\n      <text x=\"12\" y=\"832\" fill=\"#444\" font-size=\"9\" letter-spacing=\"3\">CONSUMERS</text>\n\n\n      <!-- \u2550\u2550 CONTRIBUTOR ROW \u2550\u2550 -->\n\n      <!-- Human Contributor -->\n      <rect x=\"20\" y=\"24\" width=\"130\" height=\"96\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#333\" stroke-width=\"1\"/>\n      <text x=\"85\" y=\"44\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\" letter-spacing=\"2\">HUMAN</text>\n      <text x=\"85\" y=\"58\" text-anchor=\"middle\" fill=\"#f0f0f0\" font-size=\"11\" font-weight=\"700\">CONTRIBUTOR</text>\n      <text x=\"85\" y=\"76\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">Tags wallets, markets,</text>\n      <text x=\"85\" y=\"88\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">traders, narratives.</text>\n      <text x=\"85\" y=\"102\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">Builds APIs. Grades intel.</text>\n\n      <!-- Agent Contributor -->\n      <rect x=\"170\" y=\"24\" width=\"130\" height=\"96\" rx=\"4\" fill=\"#071a0f\" stroke=\"#00ff66\" stroke-width=\"1\"/>\n      <text x=\"235\" y=\"44\" text-anchor=\"middle\" fill=\"#00cc52\" font-size=\"8\" letter-spacing=\"2\">AGENT / BOT</text>\n      <text x=\"235\" y=\"58\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"11\" font-weight=\"700\">CONTRIBUTOR</text>\n      <text x=\"235\" y=\"76\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">Same rules. Same pay.</text>\n      <text x=\"235\" y=\"88\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">Same slashing. Zero</text>\n      <text x=\"235\" y=\"102\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">human intermediaries.</text>\n\n      <!-- annotation: protocol blind to source -->\n      <line x1=\"320\" y1=\"72\" x2=\"400\" y2=\"72\" stroke=\"#1e1e1e\" stroke-width=\"1\" stroke-dasharray=\"3,3\"/>\n      <rect x=\"400\" y=\"56\" width=\"200\" height=\"36\" rx=\"3\" fill=\"#0d0d0d\" stroke=\"#1e1e1e\" stroke-width=\"1\"/>\n      <text x=\"500\" y=\"70\" text-anchor=\"middle\" fill=\"#888\" font-size=\"9\">The protocol is blind to source.</text>\n      <text x=\"500\" y=\"83\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">Agent or human \u2014 identical economics.</text>\n\n      <!-- Swarm annotation -->\n      <rect x=\"620\" y=\"24\" width=\"115\" height=\"60\" rx=\"3\" fill=\"#0d0d0d\" stroke=\"#2a2a2a\" stroke-width=\"1\"/>\n      <text x=\"677\" y=\"42\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\" letter-spacing=\"1\">SWARM SIZE</text>\n      <text x=\"677\" y=\"56\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"16\" font-weight=\"700\">100s</text>\n      <text x=\"677\" y=\"72\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">contributors + agents</text>\n\n      <!-- arrows from contributors down -->\n      <line x1=\"85\" y1=\"120\" x2=\"85\" y2=\"142\" stroke=\"#333\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <line x1=\"235\" y1=\"120\" x2=\"235\" y2=\"142\" stroke=\"#00ff66\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrG)\"/>\n\n\n      <!-- \u2550\u2550 BELT ROW \u2550\u2550 -->\n\n      <!-- submit node -->\n      <rect x=\"20\" y=\"162\" width=\"120\" height=\"76\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#2a2000\" stroke-width=\"1\"/>\n      <text x=\"80\" y=\"182\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"9\" letter-spacing=\"2\">SUBMIT</text>\n      <text x=\"80\" y=\"200\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Tag, link or signal.</text>\n      <text x=\"80\" y=\"214\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Niche + evidence</text>\n      <text x=\"80\" y=\"226\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">required on submit.</text>\n\n      <!-- belt actions trio -->\n      <!-- fix a tag -->\n      <rect x=\"160\" y=\"162\" width=\"130\" height=\"76\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#2a2000\" stroke-width=\"1\"/>\n      <text x=\"225\" y=\"179\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"9\" letter-spacing=\"1\">FIX A TAG</text>\n      <text x=\"225\" y=\"194\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Correct wrong intel with</text>\n      <text x=\"225\" y=\"207\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">your own. Must materially</text>\n      <text x=\"225\" y=\"220\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">change the grade outcome.</text>\n      <text x=\"225\" y=\"232\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" font-weight=\"700\">50% of submitter's grade</text>\n\n      <!-- confirm -->\n      <rect x=\"305\" y=\"162\" width=\"130\" height=\"76\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#2a2000\" stroke-width=\"1\"/>\n      <text x=\"370\" y=\"179\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"9\" letter-spacing=\"1\">CONFIRM</text>\n      <text x=\"370\" y=\"194\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">One-tap signal it looks</text>\n      <text x=\"370\" y=\"207\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">right. Zero if item killed.</text>\n      <text x=\"370\" y=\"220\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Keeps belt honest</text>\n      <text x=\"370\" y=\"232\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" font-weight=\"700\">$5 if upheld</text>\n\n      <!-- flag -->\n      <rect x=\"450\" y=\"162\" width=\"130\" height=\"76\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#2a2000\" stroke-width=\"1\"/>\n      <text x=\"515\" y=\"179\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"9\" letter-spacing=\"1\">FLAG A TAG</text>\n      <text x=\"515\" y=\"194\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Call something wrong.</text>\n      <text x=\"515\" y=\"207\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Stops item graduating</text>\n      <text x=\"515\" y=\"220\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">until escalation cleared.</text>\n      <text x=\"515\" y=\"232\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" font-weight=\"700\">$5 per tag if upheld</text>\n\n      <!-- rejected path annotation -->\n      <rect x=\"600\" y=\"162\" width=\"136\" height=\"76\" rx=\"3\" fill=\"#0d0d0d\" stroke=\"#1e0000\" stroke-width=\"1\"/>\n      <text x=\"668\" y=\"180\" text-anchor=\"middle\" fill=\"#ff4444\" font-size=\"9\" letter-spacing=\"1\">REJECTED</text>\n      <text x=\"668\" y=\"196\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">Bad intel killed here.</text>\n      <text x=\"668\" y=\"210\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">No aSLEUTH issued.</text>\n      <text x=\"668\" y=\"224\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">Rejection streaks trigger</text>\n      <text x=\"668\" y=\"236\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">escalating cooldowns.</text>\n\n      <!-- belt arrows -->\n      <line x1=\"140\" y1=\"200\" x2=\"160\" y2=\"200\" stroke=\"#555\" stroke-width=\"1.2\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <line x1=\"290\" y1=\"200\" x2=\"305\" y2=\"200\" stroke=\"#555\" stroke-width=\"1.2\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <line x1=\"435\" y1=\"200\" x2=\"450\" y2=\"200\" stroke=\"#555\" stroke-width=\"1.2\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <!-- pass \u2192 grade zone -->\n      <line x1=\"580\" y1=\"200\" x2=\"598\" y2=\"200\" stroke=\"#ff4444\" stroke-width=\"1\" stroke-dasharray=\"3,2\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrRed)\"/>\n      <!-- pass through belt down to grading -->\n      <line x1=\"370\" y1=\"238\" x2=\"370\" y2=\"272\" stroke=\"#ffd700\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrGold)\"/>\n\n\n      <!-- \u2550\u2550 GRADING ROW \u2550\u2550 -->\n\n      <!-- machine lane -->\n      <rect x=\"20\" y=\"292\" width=\"200\" height=\"74\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#1a2a1a\" stroke-width=\"1\"/>\n      <text x=\"120\" y=\"310\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" letter-spacing=\"2\">MACHINE LANE</text>\n      <text x=\"120\" y=\"326\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">On-chain verifiable intel.</text>\n      <text x=\"120\" y=\"340\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Checked vs chain + platform data.</text>\n      <text x=\"120\" y=\"354\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Instant. Fixed formula tariff.</text>\n\n      <!-- judgment lane -->\n      <rect x=\"234\" y=\"292\" width=\"270\" height=\"74\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#1a2a1a\" stroke-width=\"1\"/>\n      <text x=\"369\" y=\"310\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" letter-spacing=\"2\">JUDGMENT LANE \u00b7 5 DAY WINDOW</text>\n      <text x=\"369\" y=\"326\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">3 random licensed verifiers \u00b7 blind verdicts \u00b7 median grade decides.</text>\n      <text x=\"369\" y=\"340\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Verifier licence = $1,000 aSLEUTH + 10 accepted in niche.</text>\n      <text x=\"369\" y=\"354\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"8\">$5 per review \u00b7 $50 slash per bad pass \u00b7 licence out at 3 in 90 days.</text>\n\n      <!-- grade scale annotation -->\n      <rect x=\"518\" y=\"292\" width=\"220\" height=\"74\" rx=\"3\" fill=\"#0d0d0d\" stroke=\"#1a2a1a\" stroke-width=\"1\"/>\n      <text x=\"628\" y=\"308\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\" letter-spacing=\"1\">GRADE CURVE \u00b7 SUPERLINEAR</text>\n      <text x=\"536\" y=\"325\" fill=\"#555\" font-size=\"8\">G1 $10</text>\n      <text x=\"576\" y=\"325\" fill=\"#555\" font-size=\"8\">G3 $30</text>\n      <text x=\"616\" y=\"325\" fill=\"#888\" font-size=\"8\">G5 $65</text>\n      <text x=\"656\" y=\"325\" fill=\"#c8c8c8\" font-size=\"8\">G7 $120</text>\n      <text x=\"700\" y=\"325\" fill=\"#00ff66\" font-size=\"8\">G10 $250</text>\n      <!-- mini bars -->\n      <rect x=\"534\" y=\"352\" width=\"4\" height=\"8\" fill=\"#333\" rx=\"1\"/>\n      <rect x=\"548\" y=\"349\" width=\"4\" height=\"11\" fill=\"#333\" rx=\"1\"/>\n      <rect x=\"562\" y=\"346\" width=\"4\" height=\"14\" fill=\"#444\" rx=\"1\"/>\n      <rect x=\"576\" y=\"342\" width=\"4\" height=\"18\" fill=\"#555\" rx=\"1\"/>\n      <rect x=\"590\" y=\"337\" width=\"4\" height=\"23\" fill=\"#666\" rx=\"1\"/>\n      <rect x=\"604\" y=\"331\" width=\"4\" height=\"29\" fill=\"#777\" rx=\"1\"/>\n      <rect x=\"618\" y=\"324\" width=\"4\" height=\"36\" fill=\"#888\" rx=\"1\"/>\n      <rect x=\"632\" y=\"316\" width=\"4\" height=\"44\" fill=\"#aaa\" rx=\"1\"/>\n      <rect x=\"646\" y=\"307\" width=\"4\" height=\"53\" fill=\"#ccc\" rx=\"1\"/>\n      <rect x=\"660\" y=\"295\" width=\"4\" height=\"65\" fill=\"#00ff66\" rx=\"1\"/>\n      <text x=\"664\" y=\"360\" fill=\"#555\" font-size=\"7\">\u2190 linear would be here</text>\n      <line x1=\"534\" y1=\"360\" x2=\"660\" y2=\"338\" stroke=\"#333\" stroke-width=\"1\" stroke-dasharray=\"3,2\"/>\n\n      <!-- grading arrows down to tree -->\n      <line x1=\"120\" y1=\"366\" x2=\"120\" y2=\"392\" stroke=\"#00ff66\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrG)\"/>\n      <line x1=\"369\" y1=\"366\" x2=\"369\" y2=\"392\" stroke=\"#00ff66\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrG)\"/>\n\n\n      <!-- \u2550\u2550 TREE ROW \u2550\u2550 -->\n\n      <!-- tree node -->\n      <rect x=\"20\" y=\"412\" width=\"280\" height=\"102\" rx=\"4\" fill=\"#050f1a\" stroke=\"#1a3a55\" stroke-width=\"1.5\"/>\n      <text x=\"160\" y=\"432\" text-anchor=\"middle\" fill=\"#4d9fff\" font-size=\"10\" letter-spacing=\"3\">TREE OF KNOWLEDGE</text>\n      <text x=\"160\" y=\"450\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Verified intel lives here. Every node tagged,</text>\n      <text x=\"160\" y=\"463\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">attributed, graded, evidence attached.</text>\n      <text x=\"160\" y=\"479\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">10 niches: wallet identity \u00b7 wallet behaviour \u00b7</text>\n      <text x=\"160\" y=\"492\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">contracts \u00b7 risk \u00b7 PM traders \u00b7 PM markets \u00b7</text>\n      <text x=\"160\" y=\"505\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">social accounts \u00b7 accuracy \u00b7 narrative \u00b7 project</text>\n\n      <!-- asleuth issued box -->\n      <rect x=\"320\" y=\"412\" width=\"210\" height=\"50\" rx=\"4\" fill=\"#0a1a08\" stroke=\"#1e4a1e\" stroke-width=\"1\"/>\n      <text x=\"425\" y=\"432\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" letter-spacing=\"2\">aSLEUTH ISSUED</text>\n      <text x=\"425\" y=\"448\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">Credited immediately on acceptance.</text>\n      <text x=\"425\" y=\"458\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">The wage is paid. The record remains.</text>\n\n      <!-- head hunting box -->\n      <rect x=\"320\" y=\"472\" width=\"210\" height=\"42\" rx=\"4\" fill=\"#1a0500\" stroke=\"#4a1a00\" stroke-width=\"1\"/>\n      <text x=\"425\" y=\"490\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"9\" letter-spacing=\"2\">HEAD HUNTING</text>\n      <text x=\"425\" y=\"504\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">$500 aSLEUTH licence. Spot bad intel on</text>\n      <text x=\"425\" y=\"514\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">tree. Upheld = slashed, hunter paid from it.</text>\n\n      <!-- decay annotation -->\n      <rect x=\"545\" y=\"412\" width=\"194\" height=\"102\" rx=\"3\" fill=\"#0d0d0d\" stroke=\"#1e1e1e\" stroke-width=\"1\"/>\n      <text x=\"642\" y=\"430\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\" letter-spacing=\"2\">aSLEUTH BALANCE</text>\n      <text x=\"642\" y=\"448\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"9\">5 jobs, 1 ledger</text>\n      <text x=\"558\" y=\"466\" fill=\"#888\" font-size=\"8\">\u2460 Payroll meter</text>\n      <text x=\"558\" y=\"480\" fill=\"#888\" font-size=\"8\">\u2461 Tier access</text>\n      <text x=\"558\" y=\"494\" fill=\"#888\" font-size=\"8\">\u2462 Hunting licence ($500)</text>\n      <text x=\"558\" y=\"508\" fill=\"#888\" font-size=\"8\">\u2463 Verifier licence ($1,000)</text>\n      <text x=\"558\" y=\"522\" fill=\"#ff4444\" font-size=\"8\">\u2464 Slash collateral</text>\n      <text x=\"642\" y=\"530\" text-anchor=\"middle\" fill=\"#333\" font-size=\"7\">Decays 0.5%/day after 30d idle</text>\n\n      <!-- tree to epoch arrow -->\n      <line x1=\"160\" y1=\"514\" x2=\"160\" y2=\"542\" stroke=\"#4d9fff\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrBlue)\"/>\n      <line x1=\"425\" y1=\"514\" x2=\"425\" y2=\"542\" stroke=\"#00ff66\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrG)\"/>\n\n\n      <!-- \u2550\u2550 EPOCH ROW \u2550\u2550 -->\n\n      <!-- epoch engine node -->\n      <rect x=\"20\" y=\"560\" width=\"440\" height=\"100\" rx=\"4\" fill=\"#0d0508\" stroke=\"#2a1a3a\" stroke-width=\"1.5\"/>\n      <text x=\"240\" y=\"580\" text-anchor=\"middle\" fill=\"#aa88ff\" font-size=\"10\" letter-spacing=\"3\">EPOCH ENGINE \u00b7 1st OF EVERY MONTH</text>\n      <!-- mini flow inside -->\n      <rect x=\"34\" y=\"592\" width=\"76\" height=\"28\" rx=\"2\" fill=\"#111\" stroke=\"#333\" stroke-width=\"1\"/>\n      <text x=\"72\" y=\"610\" text-anchor=\"middle\" fill=\"#888\" font-size=\"7.5\">Graded bill</text>\n      <line x1=\"112\" y1=\"606\" x2=\"122\" y2=\"606\" stroke=\"#555\" stroke-width=\"1\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <rect x=\"124\" y=\"592\" width=\"76\" height=\"28\" rx=\"2\" fill=\"#111\" stroke=\"#333\" stroke-width=\"1\"/>\n      <text x=\"162\" y=\"610\" text-anchor=\"middle\" fill=\"#888\" font-size=\"7.5\">24hr TWAP</text>\n      <line x1=\"202\" y1=\"606\" x2=\"212\" y2=\"606\" stroke=\"#555\" stroke-width=\"1\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <rect x=\"214\" y=\"592\" width=\"76\" height=\"28\" rx=\"2\" fill=\"#111\" stroke=\"#333\" stroke-width=\"1\"/>\n      <text x=\"252\" y=\"610\" text-anchor=\"middle\" fill=\"#888\" font-size=\"7.5\">SLEUTH locked</text>\n      <line x1=\"292\" y1=\"606\" x2=\"302\" y2=\"606\" stroke=\"#555\" stroke-width=\"1\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <rect x=\"304\" y=\"592\" width=\"76\" height=\"28\" rx=\"2\" fill=\"#111\" stroke=\"#333\" stroke-width=\"1\"/>\n      <text x=\"342\" y=\"604\" text-anchor=\"middle\" fill=\"#888\" font-size=\"7.5\">1mo cliff</text>\n      <text x=\"342\" y=\"616\" text-anchor=\"middle\" fill=\"#888\" font-size=\"7.5\">\u2192 3 tranches</text>\n      <text x=\"240\" y=\"646\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Cap: $150K/month OR 500K SLEUTH (whichever binds). 20% of supply = 40+ months runway.</text>\n      <text x=\"240\" y=\"658\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">Work in month N \u00b7 cliff N+1 \u00b7 \u2153 at N+2 \u00b7 \u2153 at N+3 \u00b7 \u2153 at N+4. Sell pressure smoothed across 3 months.</text>\n\n      <!-- vesting annotation -->\n      <rect x=\"474\" y=\"560\" width=\"264\" height=\"100\" rx=\"3\" fill=\"#0d0d0d\" stroke=\"#1e1e1e\" stroke-width=\"1\"/>\n      <text x=\"606\" y=\"578\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\" letter-spacing=\"2\">SWARM REWARDS WALLET</text>\n      <text x=\"606\" y=\"596\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"20\" font-weight=\"700\">20M</text>\n      <text x=\"606\" y=\"612\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">SLEUTH \u00b7 20% of total supply</text>\n      <text x=\"606\" y=\"628\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">On-chain. Visible at genesis. One purpose:</text>\n      <text x=\"606\" y=\"642\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">pay the swarm. No other withdrawals.</text>\n      <text x=\"606\" y=\"656\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"8\">40+ months min payroll runway</text>\n\n      <!-- epoch to revenue arrow -->\n      <line x1=\"240\" y1=\"660\" x2=\"240\" y2=\"682\" stroke=\"#aa88ff\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n\n\n      <!-- \u2550\u2550 REVENUE ROW \u2550\u2550 -->\n\n      <!-- subscriptions -->\n      <rect x=\"20\" y=\"700\" width=\"168\" height=\"88\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#1e3020\" stroke-width=\"1\"/>\n      <text x=\"104\" y=\"718\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" letter-spacing=\"2\">SUBSCRIPTIONS</text>\n      <text x=\"104\" y=\"734\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">$30 / $60 / $90 per month</text>\n      <text x=\"104\" y=\"748\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">OR hold SLEUTH at the</text>\n      <text x=\"104\" y=\"762\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">dollar threshold instead.</text>\n      <text x=\"104\" y=\"776\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">No subscription needed.</text>\n\n      <!-- API calls -->\n      <rect x=\"200\" y=\"700\" width=\"168\" height=\"88\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#1e3020\" stroke-width=\"1\"/>\n      <text x=\"284\" y=\"718\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" letter-spacing=\"2\">API MARKETPLACE</text>\n      <text x=\"284\" y=\"734\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Creator takes 50%.</text>\n      <text x=\"284\" y=\"748\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Platform takes 50%.</text>\n      <text x=\"284\" y=\"762\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">No aSLEUTH for API</text>\n      <text x=\"284\" y=\"776\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">usage \u2014 revenue track only.</text>\n\n      <!-- in-app swaps -->\n      <rect x=\"380\" y=\"700\" width=\"168\" height=\"88\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#1e3020\" stroke-width=\"1\"/>\n      <text x=\"464\" y=\"718\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" letter-spacing=\"2\">IN-APP SWAPS</text>\n      <text x=\"464\" y=\"734\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">0.20% avg fee.</text>\n      <text x=\"464\" y=\"748\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">100% platform.</text>\n      <text x=\"464\" y=\"762\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">Act on intel the moment</text>\n      <text x=\"464\" y=\"776\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">you see it, no leaving.</text>\n\n      <!-- revenue split box -->\n      <rect x=\"560\" y=\"700\" width=\"178\" height=\"88\" rx=\"4\" fill=\"#071a0f\" stroke=\"#1a4a28\" stroke-width=\"1.5\"/>\n      <text x=\"649\" y=\"718\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"9\" letter-spacing=\"2\">EVERY DOLLAR SPLITS</text>\n      <text x=\"649\" y=\"740\" text-anchor=\"middle\" fill=\"#f0f0f0\" font-size=\"20\" font-weight=\"700\">75%</text>\n      <text x=\"649\" y=\"755\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">Dev fund \u00b7 build &amp; operate</text>\n      <text x=\"649\" y=\"773\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"20\" font-weight=\"700\">25%</text>\n      <text x=\"649\" y=\"784\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">Monthly SLEUTH buybacks \u2192 Reserve</text>\n\n      <!-- arrows down to consumers -->\n      <line x1=\"104\" y1=\"788\" x2=\"104\" y2=\"818\" stroke=\"#333\" stroke-width=\"1.2\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <line x1=\"284\" y1=\"788\" x2=\"284\" y2=\"818\" stroke=\"#333\" stroke-width=\"1.2\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n      <line x1=\"649\" y1=\"788\" x2=\"649\" y2=\"818\" stroke=\"#ffd700\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrGold)\"/>\n\n\n      <!-- \u2550\u2550 CONSUMERS ROW \u2550\u2550 -->\n\n      <!-- human user -->\n      <rect x=\"20\" y=\"836\" width=\"130\" height=\"108\" rx=\"4\" fill=\"#0d0d0d\" stroke=\"#333\" stroke-width=\"1\"/>\n      <text x=\"85\" y=\"856\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\" letter-spacing=\"2\">HUMAN USER</text>\n      <text x=\"85\" y=\"872\" text-anchor=\"middle\" fill=\"#f0f0f0\" font-size=\"10\">Terminal / App</text>\n      <text x=\"85\" y=\"890\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">Feed \u00b7 Pulse \u00b7 PM Traders</text>\n      <text x=\"85\" y=\"904\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">PM Markets \u00b7 Discover</text>\n      <text x=\"85\" y=\"918\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\">Wallet \u00b7 Alerts</text>\n      <text x=\"85\" y=\"936\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">Subscribe or hold SLEUTH.</text>\n\n      <!-- agent user -->\n      <rect x=\"165\" y=\"836\" width=\"130\" height=\"108\" rx=\"4\" fill=\"#071a0f\" stroke=\"#00ff66\" stroke-width=\"1\"/>\n      <text x=\"230\" y=\"856\" text-anchor=\"middle\" fill=\"#00cc52\" font-size=\"8\" letter-spacing=\"2\">AGENT / BOT</text>\n      <text x=\"230\" y=\"872\" text-anchor=\"middle\" fill=\"#00ff66\" font-size=\"10\">API / MCP</text>\n      <text x=\"230\" y=\"890\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">Every endpoint agent-</text>\n      <text x=\"230\" y=\"904\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">accessible by default.</text>\n      <text x=\"230\" y=\"918\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">Auth + rate limiting</text>\n      <text x=\"230\" y=\"932\" text-anchor=\"middle\" fill=\"#6aff9e\" font-size=\"8\">handled automatically.</text>\n\n      <!-- reserve box -->\n      <rect x=\"460\" y=\"836\" width=\"178\" height=\"108\" rx=\"4\" fill=\"#0d0a00\" stroke=\"#3a3000\" stroke-width=\"1.5\"/>\n      <text x=\"549\" y=\"856\" text-anchor=\"middle\" fill=\"#ffd700\" font-size=\"9\" letter-spacing=\"2\">ON-CHAIN RESERVE</text>\n      <text x=\"549\" y=\"874\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">25% of all revenue \u2192 monthly SLEUTH</text>\n      <text x=\"549\" y=\"888\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">buyback at TWAP. Accumulates untouched</text>\n      <text x=\"549\" y=\"902\" text-anchor=\"middle\" fill=\"#888\" font-size=\"8\">through seed era. Visible on-chain.</text>\n      <text x=\"549\" y=\"920\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">When Swarm Rewards Wallet empties,</text>\n      <text x=\"549\" y=\"934\" text-anchor=\"middle\" fill=\"#c8c8c8\" font-size=\"8\">Reserve inherits the payroll.</text>\n      <text x=\"549\" y=\"940\" fill=\"#ffd700\" font-size=\"0\">.</text>\n\n      <!-- covenant annotation -->\n      <rect x=\"650\" y=\"836\" width=\"88\" height=\"108\" rx=\"3\" fill=\"#070707\" stroke=\"#1e1e1e\" stroke-width=\"1\"/>\n      <text x=\"694\" y=\"856\" text-anchor=\"middle\" fill=\"#333\" font-size=\"7\" letter-spacing=\"1\">THE COVENANT</text>\n      <text x=\"694\" y=\"874\" text-anchor=\"middle\" fill=\"#555\" font-size=\"7\">Buybacks fund</text>\n      <text x=\"694\" y=\"887\" text-anchor=\"middle\" fill=\"#555\" font-size=\"7\">the swarm only.</text>\n      <text x=\"694\" y=\"900\" text-anchor=\"middle\" fill=\"#555\" font-size=\"7\">Never the team.</text>\n      <text x=\"694\" y=\"913\" text-anchor=\"middle\" fill=\"#555\" font-size=\"7\">Not once.</text>\n      <text x=\"694\" y=\"926\" text-anchor=\"middle\" fill=\"#555\" font-size=\"7\">Not partially.</text>\n      <text x=\"694\" y=\"939\" text-anchor=\"middle\" fill=\"#555\" font-size=\"7\">Not ever.</text>\n\n      <!-- flywheel arrow: reserve back up to epoch -->\n      <path d=\"M 738 836 Q 754 540 648 660\" stroke=\"#ffd700\" stroke-width=\"1.2\" fill=\"none\" stroke-dasharray=\"4,3\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrGold)\"/>\n      <text x=\"762\" y=\"740\" fill=\"#3a3000\" font-size=\"8\" transform=\"rotate(-90,762,740)\">RESERVE \u2192 PAYROLL WHEN SEED SPENT</text>\n\n      <!-- flywheel arrow: consumers generate revenue (loop) -->\n      <path d=\"M 104 836 Q 80 750 80 700\" stroke=\"#333\" stroke-width=\"1\" fill=\"none\" stroke-dasharray=\"3,3\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arr)\"/>\n\n      <!-- tier annotation inline -->\n      <rect x=\"310\" y=\"836\" width=\"138\" height=\"108\" rx=\"3\" fill=\"#0d0d0d\" stroke=\"#1e1e1e\" stroke-width=\"1\"/>\n      <text x=\"379\" y=\"854\" text-anchor=\"middle\" fill=\"#555\" font-size=\"8\" letter-spacing=\"1\">TIER ACCESS</text>\n      <text x=\"325\" y=\"872\" fill=\"#888\" font-size=\"8\">T2: $1K SLEUTH or $30/mo</text>\n      <text x=\"325\" y=\"886\" fill=\"#888\" font-size=\"8\">T3: $2K SLEUTH or $60/mo</text>\n      <text x=\"325\" y=\"900\" fill=\"#888\" font-size=\"8\">T4: $3K SLEUTH or $90/mo</text>\n      <line x1=\"325\" y1=\"908\" x2=\"490\" y2=\"908\" stroke=\"#1e1e1e\" stroke-width=\"1\"/>\n      <text x=\"325\" y=\"922\" fill=\"#ffd700\" font-size=\"8\">+50% in aSLEUTH for</text>\n      <text x=\"325\" y=\"934\" fill=\"#ffd700\" font-size=\"8\">swarm rights (hunt/list/verify)</text>\n\n    </svg>\n  </div>\n\n  <div class=\"p2-footer\">\n    <span>\u25ce SLEUTH \u00b7 SYSTEM MAP \u00b7 PAGE 2 OF 2</span>\n    <span>PRIVATE &amp; CONFIDENTIAL \u00b7 JUNE 2026</span>\n  </div>\n\n</div><!-- /page 2 -->\n\n</body>\n</html>\n" } style={{ width: "100%", minHeight: "100vh", border: "none", display: "block", background: "#060606" }} />
</div>
