> ## 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 - The Tree of Knowledge

> Original Sleuth document.

<div style={{ margin: "-24px -32px", width: "calc(100% + 64px)" }}>
  <iframe title="Sleuth - The Tree of Knowledge" 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 The Tree of Knowledge</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    --blue:#5b8fff; --purple:#c084fc; --red:#FF4444;\n  }\n  html { scroll-behavior:smooth; }\n  body { font-family:'Share Tech Mono',monospace; background:var(--bg); color:var(--text); line-height:1.8; overflow-x:hidden; }\n  #matrix-canvas { position:fixed; top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:0.20; }\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 50%,rgba(0,0,0,0.6) 100%);pointer-events:none;z-index:1; }\n  .container { position:relative;z-index:2;max-width:960px;margin:0 auto;padding:40px 24px 120px; }\n\n  /* HEADER */\n  .header { text-align:center;padding:90px 0 56px;border-bottom:1px solid var(--border);margin-bottom:64px;position:relative;overflow:hidden; }\n  .header-glow { position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(0,255,102,0.07) 0%,transparent 70%);pointer-events:none; }\n  .eyebrow { font-size:11px;color:var(--gold);letter-spacing:6px;text-transform:uppercase;margin-bottom:22px; }\n  .logo { font-family:'Orbitron',sans-serif;font-size:46px;font-weight:900;color:var(--green);text-shadow:0 0 10px var(--green),0 0 34px var(--green),0 0 80px rgba(0,255,102,0.3);letter-spacing:6px;margin-bottom:20px;line-height:1.15; }\n  .tagline { font-size:13px;color:var(--green-dim);text-transform:uppercase;letter-spacing:6px;margin-bottom:18px; }\n  .subtitle { font-size:13px;color:var(--gold);max-width:600px;margin:0 auto 30px;line-height:1.7; }\n  .badge-row { display:flex;justify-content:center;gap:10px;flex-wrap:wrap; }\n  .badge { background:var(--green-faint);border:1px solid rgba(0,255,102,0.2);padding:6px 15px;font-size:10px;color:var(--green);text-transform:uppercase;letter-spacing:2px; }\n\n  /* HERO THESIS */\n  .thesis-hero{max-width:740px;margin:38px auto 0;padding:26px 30px;border-top:1px solid rgba(0,255,102,0.25);border-bottom:1px solid rgba(0,255,102,0.25);background:linear-gradient(180deg,rgba(0,255,102,0.05),transparent);position:relative;}\n  .thesis-hero .lead-line{font-family:'Orbitron',sans-serif;font-size:18px;color:var(--green);text-shadow:0 0 18px var(--green-glow);letter-spacing:1px;line-height:1.45;margin-bottom:14px;}\n  .thesis-hero p{color:var(--text);font-size:14.5px;line-height:1.75;margin:0;}\n  .thesis-hero .bull{color:var(--gold);font-weight:bold;letter-spacing:1px;}\n\n  /* MARQUEE */\n  .marquee{padding:11px 0;overflow:hidden;position:relative;margin:46px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);}\n  .marquee::before,.marquee::after{content:'';position:absolute;top:0;width:90px;height:100%;z-index:1;}\n  .marquee::before{left:0;background:linear-gradient(90deg,var(--bg),transparent);}\n  .marquee::after{right:0;background:linear-gradient(-90deg,var(--bg),transparent);}\n  .marquee-inner{display:flex;white-space:nowrap;animation:mq 34s linear infinite;}\n  @keyframes mq{from{transform:translateX(0);}to{transform:translateX(-50%);}}\n  .marquee-item{font-size:11px;display:inline-flex;align-items:center;gap:10px;padding:0 34px;color:var(--green);letter-spacing:1px;font-weight:900;text-transform:uppercase;}\n  .marquee-item .dot{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green-glow);flex-shrink:0;}\n\n  /* SECTIONS */\n  .section{margin-bottom:84px;opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;}\n  .section.visible{opacity:1;transform:translateY(0);}\n  .section-number{font-family:'Orbitron',sans-serif;font-size:11px;color:var(--green);letter-spacing:4px;margin-bottom:10px;font-weight:900;}\n  h2{font-family:'Orbitron',sans-serif;font-size:25px;color:var(--green);text-shadow:0 0 22px var(--green-glow);margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid var(--border);}\n  h3{font-family:'Orbitron',sans-serif;font-size:14px;color:var(--green-dim);margin:34px 0 16px;letter-spacing:1px;}\n  p{margin-bottom:16px;color:var(--gold);font-size:14px;line-height:1.85;}\n  strong{color:var(--green);}\n  ul{list-style:none;margin:14px 0;padding:0;}\n  ul li{position:relative;padding-left:22px;margin-bottom:11px;color:var(--gold);font-size:14px;}\n  ul li::before{content:'>';position:absolute;left:0;color:var(--green);}\n\n  .lead{font-size:16px;color:var(--text);line-height:1.8;margin-bottom:22px;}\n\n  .card{background:var(--card);border:1px solid var(--border);padding:24px 26px;margin:20px 0;position:relative;overflow:hidden;}\n  .card::before{content:'';position:absolute;top:0;left:0;width:2px;height:100%;background:linear-gradient(to bottom,var(--green),transparent);box-shadow:0 0 10px var(--green-glow);}\n  .card-title{font-family:'Orbitron',sans-serif;font-size:12px;color:var(--green);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;}\n\n  .highlight{background:var(--green-faint);border:1px solid rgba(0,255,102,0.12);padding:22px 26px;margin:22px 0;position:relative;}\n  .highlight::before{content:'//';position:absolute;top:-11px;left:20px;background:var(--bg);padding:0 10px;color:var(--green);font-size:12px;}\n  .highlight p{color:var(--green);font-size:15px;margin:0;}\n\n  .goldbox{background:linear-gradient(135deg,#0d0a00,#0a0800);border:1px solid rgba(255,215,0,0.2);padding:24px 26px;margin:22px 0;position:relative;overflow:hidden;}\n  .goldbox::before{content:'';position:absolute;top:0;left:0;width:2px;height:100%;background:var(--gold);box-shadow:0 0 14px var(--gold-glow);}\n  .goldbox .card-title{color:var(--gold);}\n  .goldbox p, .goldbox ul li{color:var(--gold);}\n  .goldbox strong{color:#fff;}\n\n  /* TWO-SURFACE COMPARISON */\n  .surfaces{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0;}\n  .surf{background:var(--card);border:1px solid var(--border);padding:24px;position:relative;}\n  .surf.belt::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:var(--gold);box-shadow:0 0 8px var(--gold-glow);}\n  .surf.tree::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:var(--green);box-shadow:0 0 8px var(--green);}\n  .surf h4{font-family:'Orbitron',sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:2px;margin-bottom:6px;}\n  .surf.belt h4{color:var(--gold);} .surf.tree h4{color:var(--green);}\n  .surf .role{font-size:11px;color:var(--text);text-transform:uppercase;letter-spacing:2px;margin-bottom:14px;opacity:.7;}\n  .surf ul li{font-size:13px;}\n\n  /* FIGURE WRAP */\n  .figure{margin:30px 0;border:1px solid var(--border);background:#070707;padding:20px;position:relative;}\n  .figure-cap{font-family:'Orbitron',sans-serif;font-size:10px;color:var(--green);letter-spacing:3px;text-transform:uppercase;margin-bottom:6px;}\n  .figure-sub{font-size:12px;color:var(--text);opacity:.7;margin-bottom:14px;}\n  svg{display:block;width:100%;height:auto;}\n  .legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;font-size:11px;color:var(--text);}\n  .legend span{display:inline-flex;align-items:center;gap:6px;}\n  .swatch{width:11px;height:11px;border-radius:2px;display:inline-block;}\n\n  /* NICHE GRID */\n  .niches{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0;}\n  .niche{background:var(--card);border:1px solid var(--border);padding:14px 16px;position:relative;transition:border-color .3s;}\n  .niche:hover{border-color:rgba(0,255,102,0.3);}\n  .niche .n-num{font-family:'Orbitron',sans-serif;font-size:10px;color:var(--green);letter-spacing:2px;}\n  .niche .n-name{font-family:'Orbitron',sans-serif;font-size:13px;color:var(--gold);margin:3px 0 4px;}\n  .niche .n-desc{font-size:12px;color:var(--text);opacity:.8;line-height:1.5;}\n\n  /* EARN STEPS */\n  .earn{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0;}\n  .earn-card{background:var(--card);border:1px solid var(--border);padding:20px 18px;text-align:center;position:relative;}\n  .earn-card .e-icon{font-family:'Orbitron',sans-serif;font-size:22px;color:var(--green);margin-bottom:10px;}\n  .earn-card h5{font-family:'Orbitron',sans-serif;font-size:12px;color:var(--gold);letter-spacing:1px;margin-bottom:8px;}\n  .earn-card p{font-size:12px;color:var(--text);opacity:.85;margin:0;}\n\n  .footer{text-align:center;padding-top:40px;border-top:1px solid var(--border);margin-top:60px;font-size:11px;color:var(--text);opacity:.6;letter-spacing:2px;}\n\n  /* EXPAND TRIGGER */\n  .map-open{display:flex;align-items:center;gap:14px;width:100%;justify-content:center;margin:8px 0 4px;padding:18px 22px;background:linear-gradient(135deg,rgba(0,255,102,0.08),rgba(0,255,102,0.02));border:1px solid rgba(0,255,102,0.35);color:var(--green);font-family:'Orbitron',sans-serif;font-size:13px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s;text-shadow:0 0 10px var(--green-glow);}\n  .map-open:hover{border-color:var(--green);box-shadow:0 0 32px rgba(0,255,102,0.12);background:linear-gradient(135deg,rgba(0,255,102,0.15),rgba(0,255,102,0.04));}\n  .map-open .ico{font-size:20px;line-height:1;}\n  .map-open small{display:block;font-family:'Share Tech Mono',monospace;font-size:10px;letter-spacing:1px;color:var(--text);opacity:.7;text-transform:none;text-shadow:none;margin-top:3px;}\n\n  /* OVERLAY */\n  .overlay{position:fixed;inset:0;z-index:50;background:rgba(3,3,3,0.975);display:none;flex-direction:column;}\n  .overlay.show{display:flex;}\n  .ov-bar{display:flex;align-items:center;justify-content:space-between;padding:15px 22px;border-bottom:1px solid var(--border);background:rgba(6,6,6,0.92);z-index:6;}\n  .ov-title{font-family:'Orbitron',sans-serif;font-size:13px;color:var(--green);letter-spacing:3px;text-transform:uppercase;text-shadow:0 0 12px var(--green-glow);}\n  .ov-title small{display:block;font-family:'Share Tech Mono',monospace;font-size:10px;color:var(--text);opacity:.65;letter-spacing:1px;text-transform:none;margin-top:4px;}\n  .ov-ctrls{display:flex;align-items:center;gap:8px;}\n  .ov-btn{min-width:34px;height:34px;padding:0 8px;border:1px solid var(--border);background:var(--card);color:var(--green);font-family:'Orbitron',sans-serif;font-size:16px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;}\n  .ov-btn:hover{border-color:var(--green);box-shadow:0 0 14px var(--green-glow);}\n  .ov-close{color:var(--gold);border-color:rgba(255,215,0,0.3);}\n  .ov-close:hover{border-color:var(--gold);box-shadow:0 0 14px var(--gold-glow);}\n  .map-canvas{flex:1;overflow:auto;cursor:grab;position:relative;background:#070707;}\n  .map-canvas.grabbing{cursor:grabbing;}\n  .map-inner{width:3600px;padding:10px;}\n  .map-canvas svg{display:block;width:100%;height:auto;}\n  .ov-legend{position:absolute;top:78px;left:18px;background:rgba(6,6,6,0.88);border:1px solid var(--border);padding:12px 14px;z-index:5;display:flex;flex-direction:column;gap:7px;pointer-events:none;}\n  .ov-legend span{display:inline-flex;align-items:center;gap:7px;font-size:11px;color:var(--text);}\n  .ov-hint{position:fixed;bottom:16px;left:50%;transform:translateX(-50%);font-family:'Share Tech Mono',monospace;font-size:11px;color:var(--text);opacity:.55;letter-spacing:1px;pointer-events:none;background:rgba(6,6,6,0.7);padding:6px 14px;border:1px solid var(--border);z-index:6;}\n\n  @media(max-width:680px){\n    .surfaces,.niches,.earn{grid-template-columns:1fr;}\n    .logo{font-size:32px;letter-spacing:3px;}\n  }\n</style>\n</head>\n<body>\n<canvas id=\"matrix-canvas\"></canvas>\n<div class=\"container\">\n\n  <!-- HEADER -->\n  <div class=\"header\">\n    <div class=\"header-glow\"></div>\n    <div class=\"eyebrow\">// SECTION \u00b7 SWARM INFRASTRUCTURE</div>\n    <div class=\"logo\">THE TREE OF<br>KNOWLEDGE</div>\n    <div class=\"tagline\">One Map \u00b7 Every Edge \u00b7 Fully Visible</div>\n    <div class=\"subtitle\">The swarm's living intelligence map. Every wallet, account, trader and narrative is a node. Every link between them is an edge. All of it on display, so the swarm can build it, see it, and police it.</div>\n    <div class=\"badge-row\">\n      <span class=\"badge\">Built By The Swarm</span>\n      <span class=\"badge\">Policed By The Swarm</span>\n      <span class=\"badge\">Owned By Quality</span>\n    </div>\n    <div class=\"thesis-hero\">\n      <div class=\"lead-line\">Sleuth isn't a crowdsourced intel platform.</div>\n      <p>It's the first meritocratic token economy, where one rule, earned never bought, fuses the swarm into a hive mind. Point it at crypto, open the same rails to agents, and that hive mind scales past human limits. <span class=\"bull\">That's the bull case.</span></p>\n    </div>\n  </div>\n\n  <div class=\"marquee\"><div class=\"marquee-inner\">\n    <span class=\"marquee-item\"><span class=\"dot\"></span>You can't police what you can't see</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>The form is the input. The tree is the truth.</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>Scrubbed on the belt. Verified on the tree.</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>You can't police what you can't see</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>The form is the input. The tree is the truth.</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>Scrubbed on the belt. Verified on the tree.</span>\n  </div></div>\n\n  <!-- 01 THE IDEA -->\n  <div class=\"section\">\n    <div class=\"section-number\">// 01 \u00b7 THE IDEA</div>\n    <h2>How it all marries up</h2>\n    <p class=\"lead\">Crowdsourced intelligence dies the same way every time: a flood of submissions nobody can check, quality drowning in noise. Sleuth solves it by making every contribution <strong>visible from the second it lands</strong>. Intel isn't filed away in a private database. It's placed on a shared map the whole swarm can see, scrutinise, correct, and flag.</p>\n    <p>One controlled form is how you submit. But the form is only the input. What it feeds is a public structure that grows with every accepted contribution: <strong>The Tree of Knowledge</strong>. Visibility is the entire mechanism. A swarm cannot police a hidden form. It can police a living map.</p>\n\n    <div class=\"figure\">\n      <div class=\"figure-cap\">FIG 01 \u00b7 THE LIFE OF A CONTRIBUTION</div>\n      <div class=\"figure-sub\">From a single submission to verified intel the platform pays for.</div>\n      <svg viewBox=\"0 0 920 230\" xmlns=\"http://www.w3.org/2000/svg\">\n        <defs>\n          <marker id=\"arrow\" markerWidth=\"10\" markerHeight=\"10\" refX=\"7\" refY=\"3\" orient=\"auto\">\n            <path d=\"M0,0 L7,3 L0,6 Z\" fill=\"#00FF66\"/>\n          </marker>\n          <marker id=\"arrowGold\" markerWidth=\"10\" markerHeight=\"10\" refX=\"7\" refY=\"3\" orient=\"auto\">\n            <path d=\"M0,0 L7,3 L0,6 Z\" fill=\"#FFD700\"/>\n          </marker>\n        </defs>\n        <!-- connectors -->\n        <line x1=\"150\" y1=\"100\" x2=\"205\" y2=\"100\" stroke=\"#00FF66\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrow)\"/>\n        <line x1=\"375\" y1=\"100\" x2=\"430\" y2=\"100\" stroke=\"#FFD700\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrowGold)\"/>\n        <line x1=\"600\" y1=\"100\" x2=\"655\" y2=\"100\" stroke=\"#00FF66\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrow)\"/>\n        <line x1=\"785\" y1=\"135\" x2=\"785\" y2=\"178\" stroke=\"#FFD700\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#arrowGold)\"/>\n\n        <!-- STEP 1 FORM -->\n        <g>\n          <rect x=\"20\" y=\"62\" width=\"130\" height=\"76\" rx=\"4\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n          <text x=\"85\" y=\"88\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" font-weight=\"700\">FORM</text>\n          <text x=\"85\" y=\"108\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">structured input</text>\n          <text x=\"85\" y=\"122\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">tag + evidence</text>\n        </g>\n        <!-- STEP 2 BELT -->\n        <g>\n          <rect x=\"208\" y=\"62\" width=\"167\" height=\"76\" rx=\"4\" fill=\"#0c0c0c\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n          <text x=\"291\" y=\"86\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" font-weight=\"700\">THE BELT</text>\n          <text x=\"291\" y=\"105\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">public intake line</text>\n          <text x=\"291\" y=\"119\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">swarm scrubs it here</text>\n        </g>\n        <!-- STEP 3 ACCEPT -->\n        <g>\n          <rect x=\"433\" y=\"62\" width=\"167\" height=\"76\" rx=\"4\" fill=\"#0c0c0c\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n          <text x=\"516\" y=\"86\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" font-weight=\"700\">ACCEPTED \u00b7 GRADED</text>\n          <text x=\"516\" y=\"105\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">machine lane: instant</text>\n          <text x=\"516\" y=\"119\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">judgment lane: day 5</text>\n        </g>\n        <!-- STEP 4 TREE -->\n        <g>\n          <rect x=\"658\" y=\"62\" width=\"167\" height=\"76\" rx=\"4\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n          <text x=\"741\" y=\"86\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" font-weight=\"700\">TREE OF KNOWLEDGE</text>\n          <text x=\"741\" y=\"105\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">the verified layer</text>\n          <text x=\"741\" y=\"119\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">the product sees this</text>\n        </g>\n        <!-- PAYOUT -->\n        <g>\n          <rect x=\"660\" y=\"180\" width=\"250\" height=\"40\" rx=\"4\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n          <text x=\"785\" y=\"205\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" font-weight=\"700\">aSLEUTH ISSUED ON ACCEPTANCE</text>\n        </g>\n        <text x=\"20\" y=\"38\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"10\" letter-spacing=\"2\">INPUT  >  POLICED INTAKE  >  ACCEPTED  >  VERIFIED LAYER  >  PAID</text>\n      </svg>\n    </div>\n\n    <div class=\"highlight\"><p>The form is the input. The tree is the truth. Nothing is paid, and nothing reaches the product, until it has been seen and survived scrutiny.</p></div>\n  </div>\n\n  <!-- 02 TWO SURFACES -->\n  <div class=\"section\">\n    <div class=\"section-number\">// 02 \u00b7 TWO SURFACES</div>\n    <h2>The belt and the tree</h2>\n    <p>Two surfaces do two jobs. Keeping them separate is what keeps the intelligence layer clean while still letting raw, unproven intel get worked over in the open.</p>\n\n    <div class=\"surfaces\">\n      <div class=\"surf belt\">\n        <h4>The Belt</h4>\n        <div class=\"role\">Intake \u00b7 Policed \u00b7 Messy by design</div>\n        <ul>\n          <li>Every submission lands here as a <strong>pending</strong> node or edge.</li>\n          <li>Public. The swarm scrubs, corrects and flags before anything counts.</li>\n          <li>Low stakes. Nothing is in the product and nothing is earned yet.</li>\n          <li>Bad intel gets caught cheap, right here, before it costs anyone.</li>\n        </ul>\n      </div>\n      <div class=\"surf tree\">\n        <h4>The Tree of Knowledge</h4>\n        <div class=\"role\">Verified \u00b7 Clean \u00b7 The product</div>\n        <ul>\n          <li>Only intel that survived the belt and was accepted lives here.</li>\n          <li>One graph underneath, viewable as ten niche lenses or one combined map.</li>\n          <li>This is what users and agents actually consume.</li>\n          <li>Still policed: head hunting flags anything that later turns out wrong.</li>\n        </ul>\n      </div>\n    </div>\n\n    <div class=\"figure\">\n      <div class=\"figure-cap\">FIG 02 \u00b7 THE BELT \u00b7 THE FACTORY LINE</div>\n      <div class=\"figure-sub\">Raw submissions move down the belt. The swarm works them over. Survivors graduate up to the tree, failures drop off.</div>\n      <svg viewBox=\"0 0 920 300\" xmlns=\"http://www.w3.org/2000/svg\">\n        <defs>\n          <pattern id=\"belt\" width=\"16\" height=\"16\" patternTransform=\"rotate(45)\" patternUnits=\"userSpaceOnUse\">\n            <rect width=\"16\" height=\"16\" fill=\"#0a0a0a\"/>\n            <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"16\" stroke=\"#161616\" stroke-width=\"6\"/>\n          </pattern>\n          <marker id=\"upArrow\" markerWidth=\"10\" markerHeight=\"10\" refX=\"3\" refY=\"2\" orient=\"auto\">\n            <path d=\"M0,6 L3,0 L6,6 Z\" fill=\"#00FF66\"/>\n          </marker>\n          <marker id=\"downArrow\" markerWidth=\"10\" markerHeight=\"10\" refX=\"3\" refY=\"4\" orient=\"auto\">\n            <path d=\"M0,0 L6,0 L3,6 Z\" fill=\"#FF4444\"/>\n          </marker>\n        </defs>\n\n        <!-- tree target -->\n        <rect x=\"690\" y=\"14\" width=\"210\" height=\"48\" rx=\"4\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n        <text x=\"795\" y=\"35\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" font-weight=\"700\">TREE OF KNOWLEDGE</text>\n        <text x=\"795\" y=\"52\" text-anchor=\"middle\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">verified intel graduates up</text>\n\n        <!-- the belt -->\n        <rect x=\"20\" y=\"150\" width=\"880\" height=\"56\" fill=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#belt)\" stroke=\"#1a1a1a\" stroke-width=\"1\"/>\n        <line x1=\"20\" y1=\"150\" x2=\"900\" y2=\"150\" stroke=\"#FFD700\" stroke-width=\"1\" opacity=\"0.5\"/>\n        <line x1=\"20\" y1=\"206\" x2=\"900\" y2=\"206\" stroke=\"#FFD700\" stroke-width=\"1\" opacity=\"0.5\"/>\n        <text x=\"30\" y=\"232\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"9\" letter-spacing=\"2\">DIRECTION OF FLOW  &#8594;&#8594;&#8594;</text>\n\n        <!-- node 1 submitted -->\n        <g>\n          <rect x=\"48\" y=\"158\" width=\"120\" height=\"40\" rx=\"3\" fill=\"#0c0c0c\" stroke=\"#888\" stroke-width=\"1\"/>\n          <circle cx=\"60\" cy=\"170\" r=\"3.5\" fill=\"#888\"/>\n          <text x=\"72\" y=\"174\" fill=\"#aaa\" font-family=\"monospace\" font-size=\"9\">PENDING</text>\n          <text x=\"58\" y=\"190\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">wallet 0x4f..a1</text>\n          <text x=\"108\" y=\"148\" text-anchor=\"middle\" fill=\"#888\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SUBMITTED</text>\n        </g>\n\n        <!-- node 2 scrubbing -->\n        <g>\n          <rect x=\"248\" y=\"158\" width=\"120\" height=\"40\" rx=\"3\" fill=\"#0c0c0c\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n          <circle cx=\"260\" cy=\"170\" r=\"3.5\" fill=\"#FFD700\"/>\n          <text x=\"272\" y=\"174\" fill=\"#FFD700\" font-family=\"monospace\" font-size=\"9\">SCRUBBING</text>\n          <text x=\"258\" y=\"190\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">@AlphaWolf link</text>\n          <text x=\"308\" y=\"148\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SWARM CHECKS IT</text>\n        </g>\n\n        <!-- node 3 flagged -->\n        <g>\n          <rect x=\"448\" y=\"158\" width=\"120\" height=\"40\" rx=\"3\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n          <circle cx=\"460\" cy=\"170\" r=\"3.5\" fill=\"#FF4444\"/>\n          <text x=\"472\" y=\"174\" fill=\"#FF4444\" font-family=\"monospace\" font-size=\"9\">FLAGGED</text>\n          <text x=\"458\" y=\"190\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">bad cluster</text>\n          <text x=\"508\" y=\"148\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">CAUGHT EARLY</text>\n        </g>\n        <!-- flagged drops off -->\n        <line x1=\"508\" y1=\"206\" x2=\"508\" y2=\"252\" stroke=\"#FF4444\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#downArrow)\" stroke-dasharray=\"3,3\"/>\n        <text x=\"508\" y=\"270\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"monospace\" font-size=\"9\">rejected \u00b7 never reaches the tree</text>\n\n        <!-- node 4 accepted -->\n        <g>\n          <rect x=\"648\" y=\"158\" width=\"120\" height=\"40\" rx=\"3\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.4\"/>\n          <circle cx=\"660\" cy=\"170\" r=\"3.5\" fill=\"#00FF66\"/>\n          <text x=\"672\" y=\"174\" fill=\"#00FF66\" font-family=\"monospace\" font-size=\"9\">ACCEPTED</text>\n          <text x=\"658\" y=\"190\" fill=\"#d0d0d0\" font-family=\"monospace\" font-size=\"9\">smart money tag</text>\n          <text x=\"708\" y=\"148\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">GRADUATES</text>\n        </g>\n        <!-- accepted goes up -->\n        <line x1=\"708\" y1=\"158\" x2=\"760\" y2=\"64\" stroke=\"#00FF66\" stroke-width=\"1.5\" marker-end=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#upArrow)\"/>\n      </svg>\n    </div>\n\n    <h2 style=\"margin-top:34px;\">Two lanes off the belt</h2>\n    <p>Acceptance isn't one gate, it's a routing decision. Past the swarm's scrubbing, every submission takes one of two lanes.</p>\n\n    <div class=\"surfaces\">\n      <div class=\"surf belt\">\n        <h4>Machine Lane</h4>\n        <div class=\"role\">Instant \u00b7 Deterministic \u00b7 Fixed tariff</div>\n        <ul>\n          <li>Objective intel with a provable answer: outcome verifications against settled markets, contract labels against verified source, wallet tags that resolve on-chain.</li>\n          <li>Checked against chain and platform data, added or killed on arrival.</li>\n          <li>Paid a fixed formula tariff per category. No window, no human cost.</li>\n          <li>As the tree grows, more intel becomes machine-checkable: the tree trains its own gatekeeper.</li>\n        </ul>\n      </div>\n      <div class=\"surf tree\">\n        <h4>Judgment Lane</h4>\n        <div class=\"role\">5 day window \u00b7 Three blind verdicts</div>\n        <ul>\n          <li>Anything without a provable answer: narratives, trader profiles, cluster maps, alpha accounts.</li>\n          <li>Sits publicly for the full 5 days. Three randomly drawn verifiers submit blind verdicts; the median of the accepting grades is the grade.</li>\n          <li>A flag inside the window draws two more verifiers and extends it once.</li>\n          <li>Nothing judgment-graded touches the tree in under 5 days. During beta the team is the verifier pool; the mechanics are identical.</li>\n        </ul>\n      </div>\n    </div>\n\n    <p><strong>Throughput runs on belt slots,</strong> gated by track record, not capital. New accounts start with 3 slots, scaling to around 25 with acceptance rate and aSLEUTH balance. Each pending submission occupies a slot until it resolves, and rejection streaks add escalating cooldowns, so junk clogs its own author's lane while quality flows.</p>\n  </div>\n\n  <!-- 03 THE MAP -->\n  <div class=\"section\">\n    <div class=\"section-number\">// 03 \u00b7 THE MAP</div>\n    <h2>What the tree actually looks like</h2>\n    <p>Underneath everything is one canonical graph. <strong>Entities are nodes</strong> (wallets, accounts, traders, projects). <strong>Connections are edges</strong> (a wallet cluster, a narrative's tokens, a CT account tied to a wallet). <strong>Tags are badges</strong> on the node. The form just creates or updates one of these. Then it renders as a map anyone can walk.</p>\n    <p>This is why the same intel can be read ten different ways. Filter to one niche and you get that lens. Zoom out and you get the full cross-domain picture, which is where the rarest, highest-value intel lives: the links nobody else has connected.</p>\n\n    <div class=\"figure\">\n      <div class=\"figure-cap\">FIG 03 \u00b7 COMBINED VIEW \u00b7 A WORKED EXAMPLE</div>\n      <div class=\"figure-sub\">A narrative, the tokens inside it, the wallets accumulating them, and the cross-domain links out to a CT caller and a prediction-market trader. One picture, fully connected, fully visible.</div>\n      <svg viewBox=\"0 0 920 470\" xmlns=\"http://www.w3.org/2000/svg\">\n        <defs>\n          <filter id=\"glow\" x=\"-40%\" y=\"-40%\" width=\"180%\" height=\"180%\">\n            <feGaussianBlur stdDeviation=\"2.4\" result=\"b\"/><feMerge><feMergeNode in=\"b\"/><feMergeNode in=\"SourceGraphic\"/></feMerge>\n          </filter>\n        </defs>\n\n        <!-- EDGES (drawn first, under nodes) -->\n        <!-- narrative -> tokens -->\n        <path d=\"M168,235 C230,235 230,120 300,120\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.4\"/>\n        <path d=\"M168,235 C230,235 230,300 300,300\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.4\"/>\n        <!-- token1 -> wallets -->\n        <path d=\"M430,120 C490,120 490,70 560,70\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.2\" opacity=\"0.8\"/>\n        <path d=\"M430,120 C490,120 490,165 560,165\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.2\" opacity=\"0.8\"/>\n        <!-- token2 -> wallets -->\n        <path d=\"M430,300 C490,300 490,260 560,260\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.2\" opacity=\"0.8\"/>\n        <path d=\"M430,300 C490,300 490,360 560,360\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.2\" opacity=\"0.8\"/>\n        <!-- cross-domain highlighted edges -->\n        <path d=\"M690,70 C760,70 760,150 800,150\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.8\" stroke-dasharray=\"5,4\"/>\n        <path d=\"M690,260 C760,260 760,330 800,330\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.8\" stroke-dasharray=\"5,4\"/>\n\n        <!-- NARRATIVE ROOT -->\n        <g filter=\"url(https://mintlify.s3.us-west-1.amazonaws.com/sleuthintel/library#glow)\">\n          <rect x=\"30\" y=\"208\" width=\"138\" height=\"54\" rx=\"5\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.8\"/>\n        </g>\n        <text x=\"99\" y=\"230\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"9\" letter-spacing=\"1\">NARRATIVE</text>\n        <text x=\"99\" y=\"247\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"11\">\"AI Agent Szn\"</text>\n\n        <!-- TOKEN 1 -->\n        <rect x=\"300\" y=\"96\" width=\"130\" height=\"48\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.4\"/>\n        <text x=\"365\" y=\"115\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n        <text x=\"365\" y=\"132\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"11\">$VIRTUAL</text>\n        <!-- TOKEN 2 -->\n        <rect x=\"300\" y=\"276\" width=\"130\" height=\"48\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.4\"/>\n        <text x=\"365\" y=\"295\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n        <text x=\"365\" y=\"312\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"11\">$AI16Z</text>\n\n        <!-- WALLET 1 (smart money) -->\n        <rect x=\"560\" y=\"48\" width=\"130\" height=\"44\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.3\"/>\n        <text x=\"570\" y=\"64\" fill=\"#00FF66\" font-family=\"monospace\" font-size=\"9\">0x4f..a1</text>\n        <rect x=\"568\" y=\"71\" width=\"62\" height=\"14\" rx=\"7\" fill=\"rgba(0,255,102,0.12)\" stroke=\"#00FF66\" stroke-width=\"0.7\"/>\n        <text x=\"599\" y=\"81\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"monospace\" font-size=\"8\">smart money</text>\n        <!-- WALLET 2 (accumulator) -->\n        <rect x=\"560\" y=\"143\" width=\"130\" height=\"44\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.3\"/>\n        <text x=\"570\" y=\"159\" fill=\"#00FF66\" font-family=\"monospace\" font-size=\"9\">0x9c..3e</text>\n        <rect x=\"568\" y=\"166\" width=\"60\" height=\"14\" rx=\"7\" fill=\"rgba(0,255,102,0.12)\" stroke=\"#00FF66\" stroke-width=\"0.7\"/>\n        <text x=\"598\" y=\"176\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"monospace\" font-size=\"8\">accumulator</text>\n        <!-- WALLET 3 (sniper + risk) -->\n        <rect x=\"560\" y=\"238\" width=\"130\" height=\"44\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#FF4444\" stroke-width=\"1.3\"/>\n        <text x=\"570\" y=\"254\" fill=\"#FF4444\" font-family=\"monospace\" font-size=\"9\">0xbe..77</text>\n        <rect x=\"568\" y=\"261\" width=\"42\" height=\"14\" rx=\"7\" fill=\"rgba(255,68,68,0.14)\" stroke=\"#FF4444\" stroke-width=\"0.7\"/>\n        <text x=\"589\" y=\"271\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"monospace\" font-size=\"8\">sniper</text>\n        <rect x=\"614\" y=\"261\" width=\"34\" height=\"14\" rx=\"7\" fill=\"rgba(255,68,68,0.14)\" stroke=\"#FF4444\" stroke-width=\"0.7\"/>\n        <text x=\"631\" y=\"271\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"monospace\" font-size=\"8\">risk</text>\n        <!-- WALLET 4 -->\n        <rect x=\"560\" y=\"338\" width=\"130\" height=\"44\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.3\"/>\n        <text x=\"570\" y=\"354\" fill=\"#00FF66\" font-family=\"monospace\" font-size=\"9\">0x71..0d</text>\n        <rect x=\"568\" y=\"361\" width=\"48\" height=\"14\" rx=\"7\" fill=\"rgba(0,255,102,0.12)\" stroke=\"#00FF66\" stroke-width=\"0.7\"/>\n        <text x=\"592\" y=\"371\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"monospace\" font-size=\"8\">whale</text>\n\n        <!-- CT ACCOUNT (cross-domain) -->\n        <rect x=\"800\" y=\"126\" width=\"118\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.5\"/>\n        <text x=\"859\" y=\"144\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">CT ACCOUNT</text>\n        <text x=\"859\" y=\"160\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">@AlphaWolf \u00b7 78%</text>\n        <!-- PM TRADER (cross-domain) -->\n        <rect x=\"800\" y=\"306\" width=\"118\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.5\"/>\n        <text x=\"859\" y=\"324\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM TRADER</text>\n        <text x=\"859\" y=\"340\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">sharp \u00b7 +312%</text>\n\n        <!-- cross-domain labels -->\n        <text x=\"745\" y=\"104\" fill=\"#5b8fff\" font-family=\"monospace\" font-size=\"8\" font-style=\"italic\">same actor</text>\n        <text x=\"745\" y=\"300\" fill=\"#c084fc\" font-family=\"monospace\" font-size=\"8\" font-style=\"italic\">same actor</text>\n      </svg>\n      <div class=\"legend\">\n        <span><i class=\"swatch\" style=\"background:#00FF66\"></i>Wallet / entity</span>\n        <span><i class=\"swatch\" style=\"background:#FFD700\"></i>Token / project</span>\n        <span><i class=\"swatch\" style=\"background:#5b8fff\"></i>Social / CT</span>\n        <span><i class=\"swatch\" style=\"background:#c084fc\"></i>PM trader</span>\n        <span><i class=\"swatch\" style=\"background:#FF4444\"></i>Risk flag</span>\n        <span><i class=\"swatch\" style=\"background:#5b8fff;opacity:.6\"></i>Cross-domain link</span>\n      </div>\n    </div>\n\n    <div class=\"highlight\"><p>The dashed lines are the gold. Linking a wallet to a CT caller to a PM trader is the hardest intel to source and the most valuable on the platform. The tree makes those links a first-class object, not a footnote.</p></div>\n\n    <button class=\"map-open\" onclick=\"openMap()\">\n      <span class=\"ico\">&#9678;</span>\n      <span>Open the full map<small>click to explore the expanded tree \u00b7 drag to pan \u00b7 scroll and zoom</small></span>\n    </button>\n  </div>\n\n  <!-- 04 THE TEN NICHES -->\n  <div class=\"section\">\n    <div class=\"section-number\">// 04 \u00b7 THE NICHES</div>\n    <h2>Ten lenses, one graph</h2>\n    <p>Each niche is its own vocabulary with its own evidence bar, but they all render into the same map. Pick a lens to focus, or read the combined view to see how they connect.</p>\n    <div class=\"niches\">\n      <div class=\"niche\"><div class=\"n-num\">01</div><div class=\"n-name\">Wallet Identity</div><div class=\"n-desc\">Who the entity is. CEX, fund, market maker, treasury, KOL, smart money.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">02</div><div class=\"n-name\">Wallet Behavior</div><div class=\"n-desc\">How they act. Sniper, bundler, farmer, accumulator, distributor.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">03</div><div class=\"n-name\">Contract / Protocol</div><div class=\"n-desc\">Labels on the code. Protocol, function, proxy risk, verified source.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">04</div><div class=\"n-name\">Risk / Threat</div><div class=\"n-desc\">Danger flags. Drainer, phishing, honeypot, rug, known bad actor.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">05</div><div class=\"n-name\">PM Trader</div><div class=\"n-desc\">Archetype on prediction markets. Sharp, noise, insider, whale, copy-worthy.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">06</div><div class=\"n-name\">PM Market</div><div class=\"n-desc\">Market-level tags. Theme, resolution quality, cross-venue mispricing.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">07</div><div class=\"n-name\">Social Account</div><div class=\"n-desc\">Role of a handle. Caller, analyst, shiller, paid promoter, insider, bot.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">08</div><div class=\"n-name\">Account Accuracy</div><div class=\"n-desc\">Track record over time. The score that compounds against a handle.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">09</div><div class=\"n-name\">Narrative / Theme</div><div class=\"n-desc\">Emerging meta. Sector rotation and themes before they hit CT.</div></div>\n      <div class=\"niche\"><div class=\"n-num\">10</div><div class=\"n-name\">Project</div><div class=\"n-desc\">The project around a token. Sector, chain, stage, team, backers, health.</div></div>\n    </div>\n    <p style=\"font-size:12px;opacity:.7;font-style:italic;\">A living set. New niches surface through the comments on submissions, and graduate into the list once a pattern keeps showing up.</p>\n  </div>\n\n  <!-- 05 POLICING -->\n  <div class=\"section\">\n    <div class=\"section-number\">// 05 \u00b7 SELF-POLICING</div>\n    <h2>How the swarm keeps it honest</h2>\n    <p>Because every node and edge shows who put it there, the evidence behind it, and its current standing, the swarm can scrutinise the whole map. Policing runs in two phases, each matched to where the intel sits.</p>\n\n    <div class=\"card\">\n      <div class=\"card-title\">Phase one \u00b7 On the belt</div>\n      <p style=\"margin:0;\">Pre-acceptance. The swarm scrubs pending intel as it moves down the belt. Three actions, three incentives. Fix a tag \u2014 correct it with your own intel and take 50% of what the original submitter earns, if your fix materially changed the grade outcome. Confirm a tag \u2014 one-tap signal that something looks right, earns $5 if upheld. Flag a tag \u2014 call something wrong before it lands, earns $5 per tag if upheld. Bad intel gets caught cheap, right here.</p>\n    </div>\n\n    <div class=\"goldbox\">\n      <div class=\"card-title\">Phase two \u00b7 On the tree \u00b7 Head Hunting</div>\n      <p style=\"margin:0 0 8px;\">Post-acceptance. Once intel is verified and a contributor has earned on it, the stakes are real. A hunter holding the licence scans the tree, spots an accepted node that turned out wrong, and flags it. If upheld, the bad data is slashed and the hunter is paid from it. Bad actors fund their own downfall, at zero cost to the platform.</p>\n      <ul style=\"margin-top:10px;\">\n        <li><strong style=\"color:#fff;\">Grade 3</strong> \u2014 caught before harm. 10% slashed, transferred to the reporter.</li>\n        <li><strong style=\"color:#fff;\">Grade 2</strong> \u2014 caused a verified loss. 25% slashed, split to reporter and loss-bearer.</li>\n        <li><strong style=\"color:#fff;\">Grade 1</strong> \u2014 deliberate manipulation. 100% burned, banned.</li>\n      </ul>\n      <p style=\"margin-top:10px;font-size:12px;font-style:italic;\">Head hunting and slashing activate post-beta. During beta the team holds final authority and honest mistakes aren't punished.</p>\n    </div>\n\n    <div class=\"highlight\"><p>The belt catches bad intel cheap. Head hunting catches whatever slips through. Quality is enforced by the swarm's own greed, not by a moderation team.</p></div>\n  </div>\n\n  <!-- 06 EARN -->\n  <div class=\"section\">\n    <div class=\"section-number\">// 06 \u00b7 THE INCENTIVE</div>\n    <h2>Three ways the swarm earns</h2>\n    <p>Everything that improves the map pays in aSLEUTH, the contribution token. It's earned, never bought, and it's the only key into the swarm economy.</p>\n    <div class=\"earn\">\n      <div class=\"earn-card\">\n        <div class=\"e-icon\">+</div>\n        <h5>Contribute Intel</h5>\n        <p>Submit a tag, link or signal. Once it's scrubbed and accepted, it's graded 1 to 10 and pays $10 to $250 in aSLEUTH on a superlinear curve. A Grade 10 is worth 25 Grade 1s. Quality is the fast track.</p>\n      </div>\n      <div class=\"earn-card\">\n        <div class=\"e-icon\">&#10003;</div>\n        <h5>Work The Belt</h5>\n        <p>Scrub pending intake. A correction that fixes a node earns like any contribution. Impact pays, clicks don't.</p>\n      </div>\n      <div class=\"earn-card\">\n        <div class=\"e-icon\">&#9876;</div>\n        <h5>Hunt Bad Data</h5>\n        <p>Hold the licence, flag wrong intel on the tree. If upheld, claim a slice of the offender's slashed balance.</p>\n      </div>\n    </div>\n    <div class=\"goldbox\">\n      <div class=\"card-title\">The Loop</div>\n      <p style=\"margin:0;\">Better map, more value. More value, more demand for the intel. More demand, a bigger bounty. A bigger bounty, harder hunting and sharper contributions. The tree grows itself, and the swarm gets paid to grow it and to keep it clean. <strong>Reputation is earned, not bought.</strong></p>\n    </div>\n  </div>\n\n  <div class=\"marquee\"><div class=\"marquee-inner\">\n    <span class=\"marquee-item\"><span class=\"dot\"></span>Built by the swarm \u00b7 policed by the swarm \u00b7 owned by quality</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>Every edge visible \u00b7 every claim accountable</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>The protocol doesn't ask if you're made of carbon</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>Built by the swarm \u00b7 policed by the swarm \u00b7 owned by quality</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>Every edge visible \u00b7 every claim accountable</span>\n    <span class=\"marquee-item\"><span class=\"dot\"></span>The protocol doesn't ask if you're made of carbon</span>\n  </div></div>\n\n  <div class=\"footer\">SLEUTH \u00b7 THE TREE OF KNOWLEDGE \u00b7 SWARM INFRASTRUCTURE</div>\n\n</div>\n\n<!-- EXPANDED MAP OVERLAY -->\n<div class=\"overlay\" id=\"mapOverlay\">\n  <div class=\"ov-bar\">\n    <div class=\"ov-title\">The Tree of Knowledge \u00b7 Full Map<small>combined cross-domain view \u00b7 one graph, every niche, every link</small></div>\n    <div class=\"ov-ctrls\">\n      <button class=\"ov-btn\" onclick=\"zoomMap(-0.2)\" title=\"Zoom out\">&#8722;</button>\n      <button class=\"ov-btn\" onclick=\"zoomMap(0.2)\" title=\"Zoom in\">+</button>\n      <button class=\"ov-btn ov-close\" onclick=\"closeMap()\" title=\"Close\">&#10005;</button>\n    </div>\n  </div>\n  <div class=\"map-canvas\" id=\"mapCanvas\">\n    <div class=\"map-inner\" id=\"mapInner\">\n      <svg viewBox=\"0 0 3600 4520\" xmlns=\"http://www.w3.org/2000/svg\"><defs><filter id=\"g2\" x=\"-40%\" y=\"-40%\" width=\"180%\" height=\"180%\"><feGaussianBlur stdDeviation=\"2.6\" result=\"b\"/><feMerge><feMergeNode in=\"b\"/><feMergeNode in=\"SourceGraphic\"/></feMerge></filter></defs><text x=\"2380\" y=\"40\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"13\" letter-spacing=\"2\">WHY IT MATTERS</text>\n<text x=\"2080\" y=\"40\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"13\" letter-spacing=\"2\">CLUSTERS \u00b7 RINGS</text>\n<text x=\"1660\" y=\"40\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"13\" letter-spacing=\"2\">LINKAGE \u00b7 TG \u00b7 MARKETS</text>\n<text x=\"1240\" y=\"40\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"13\" letter-spacing=\"2\">SOCIAL \u00b7 PM TRADERS</text>\n<text x=\"820\" y=\"40\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"13\" letter-spacing=\"2\">WALLETS \u00b7 IDENTITY + BEHAVIOR</text>\n<text x=\"420\" y=\"40\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"13\" letter-spacing=\"2\">TOKENS \u00b7 PROJECTS</text>\n<text x=\"60\" y=\"40\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"13\" letter-spacing=\"2\">NARRATIVES</text>\n<rect x=\"60\" y=\"320\" width=\"180\" height=\"56\" rx=\"5\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n<text x=\"150\" y=\"338\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">NARRATIVE</text>\n<text x=\"150\" y=\"367\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">\"AI Agent Szn\"</text>\n<rect x=\"420\" y=\"110\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"128\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PROJECT \u00b7 A16Z</text>\n<text x=\"498\" y=\"147\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$VIRTUAL</text>\n<path d=\"M240,348 C330,348 330,133 420,133\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"260\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"278\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"297\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$AI16Z</text>\n<path d=\"M240,348 C330,348 330,283 420,283\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"410\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"428\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"447\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$GAME</text>\n<path d=\"M240,348 C330,348 330,433 420,433\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"560\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"578\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"597\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$AIXBT</text>\n<path d=\"M240,348 C330,348 330,583 420,583\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"820\" y=\"80\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"98\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SMART MONEY</text>\n<text x=\"904\" y=\"117\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x4f..a1</text>\n<path d=\"M576,133 C698,133 698,103 820,103\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"188\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"206\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FUND</text>\n<text x=\"904\" y=\"225\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x9c..3e</text>\n<path d=\"M576,283 C698,283 698,211 820,211\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"296\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"314\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SNIPER \u00b7 RISK</text>\n<text x=\"904\" y=\"333\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xbe..77</text>\n<path d=\"M576,433 C698,433 698,319 820,319\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"404\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"422\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">MARKET MAKER</text>\n<text x=\"904\" y=\"441\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x12..aa</text>\n<path d=\"M576,583 C698,583 698,427 820,427\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"512\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"530\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">WHALE</text>\n<text x=\"904\" y=\"549\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x71..0d</text>\n<path d=\"M576,133 C698,133 698,535 820,535\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"620\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"638\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">BUNDLER</text>\n<text x=\"904\" y=\"657\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x5d..c2</text>\n<path d=\"M576,283 C698,283 698,643 820,643\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"1240\" y=\"120\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"138\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@AlphaWolf</text>\n<text x=\"1328\" y=\"159\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">caller \u00b7 78%</text>\n<path d=\"M988,103 C1114,103 1114,144 1240,144\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"280\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"298\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@ChainSleuth</text>\n<text x=\"1328\" y=\"319\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 91%</text>\n<path d=\"M988,211 C1114,211 1114,304 1240,304\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"440\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"458\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM trader</text>\n<text x=\"1328\" y=\"479\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">sharp +312%</text>\n<path d=\"M988,319 C1114,319 1114,464 1240,464\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"600\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"618\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@PumpCaller</text>\n<text x=\"1328\" y=\"639\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">shiller \u00b7 34%</text>\n<path d=\"M988,427 C1114,427 1114,624 1240,624\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1660\" y=\"140\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"158\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TELEGRAM</text>\n<text x=\"1750\" y=\"177\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">@alpha_calls</text>\n<path d=\"M1416,144 C1538,144 1538,163 1660,163\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"350\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"368\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">DISCORD</text>\n<text x=\"1750\" y=\"387\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">AlphaDAO</text>\n<path d=\"M1416,304 C1538,304 1538,373 1660,373\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"560\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"578\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM MARKET</text>\n<text x=\"1750\" y=\"597\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">AI tokens</text>\n<path d=\"M1416,464 C1538,464 1538,583 1660,583\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"2080\" y=\"160\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0a0a0a\" stroke=\"#00cc52\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"178\" text-anchor=\"middle\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">LINKED WALLET</text>\n<text x=\"2175\" y=\"197\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xaa..01</text>\n<path d=\"M988,103 C1534,103 1534,183 2080,183\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"360\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"378\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ALSO HELD</text>\n<text x=\"2175\" y=\"397\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$TAO</text>\n<path d=\"M988,319 C1534,319 1534,383 2080,383\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"560\" width=\"190\" height=\"56\" rx=\"5\" fill=\"#1a0606\" stroke=\"#FF4444\" stroke-width=\"1.6\"/>\n<text x=\"2175\" y=\"578\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SNIPED SAME BLOCK</text>\n<text x=\"2175\" y=\"607\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">Bundler ring</text>\n<path d=\"M988,535 C1534,535 1534,588 2080,588\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.3\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<path d=\"M988,643 C1534,643 1534,588 2080,588\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.0\" opacity=\"0.4\" stroke-dasharray=\"2,5\"/>\n<rect x=\"60\" y=\"1040\" width=\"180\" height=\"56\" rx=\"5\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n<text x=\"150\" y=\"1058\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">NARRATIVE</text>\n<text x=\"150\" y=\"1087\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">\"RWA Rotation\"</text>\n<rect x=\"420\" y=\"830\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"848\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PROJECT</text>\n<text x=\"498\" y=\"867\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$ONDO</text>\n<path d=\"M240,1068 C330,1068 330,853 420,853\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"980\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"998\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"1017\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$OM</text>\n<path d=\"M240,1068 C330,1068 330,1003 420,1003\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"1130\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"1148\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"1167\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$ENA</text>\n<path d=\"M240,1068 C330,1068 330,1153 420,1153\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"1280\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"1298\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"1317\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$USDtb</text>\n<path d=\"M240,1068 C330,1068 330,1303 420,1303\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"820\" y=\"800\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"818\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FUND</text>\n<text x=\"904\" y=\"837\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x33..ee</text>\n<path d=\"M576,853 C698,853 698,823 820,823\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"908\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"926\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SMART MONEY</text>\n<text x=\"904\" y=\"945\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x88..2a</text>\n<path d=\"M576,1003 C698,1003 698,931 820,931\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1016\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1034\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ACCUMULATOR</text>\n<text x=\"904\" y=\"1053\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x44..7b</text>\n<path d=\"M576,1153 C698,1153 698,1039 820,1039\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1124\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1142\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">MARKET MAKER</text>\n<text x=\"904\" y=\"1161\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x90..cd</text>\n<path d=\"M576,1303 C698,1303 698,1147 820,1147\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1232\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1250\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TREASURY</text>\n<text x=\"904\" y=\"1269\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x6e..18</text>\n<path d=\"M576,853 C698,853 698,1255 820,1255\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1340\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1358\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">WHALE</text>\n<text x=\"904\" y=\"1377\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x21..f4</text>\n<path d=\"M576,1003 C698,1003 698,1363 820,1363\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"1240\" y=\"840\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"858\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@RWAdesk</text>\n<text x=\"1328\" y=\"879\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 84%</text>\n<path d=\"M988,823 C1114,823 1114,864 1240,864\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"1000\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"1018\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@TreasuryW</text>\n<text x=\"1328\" y=\"1039\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 88%</text>\n<path d=\"M988,931 C1114,931 1114,1024 1240,1024\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"1160\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"1178\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM trader</text>\n<text x=\"1328\" y=\"1199\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">sharp</text>\n<path d=\"M988,1039 C1114,1039 1114,1184 1240,1184\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"1320\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"1338\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@YieldShill</text>\n<text x=\"1328\" y=\"1359\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">shiller \u00b7 41%</text>\n<path d=\"M988,1147 C1114,1147 1114,1344 1240,1344\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1660\" y=\"860\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"878\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TELEGRAM</text>\n<text x=\"1750\" y=\"897\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">@rwa_alpha</text>\n<path d=\"M1416,864 C1538,864 1538,883 1660,883\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"1070\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"1088\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">DISCORD</text>\n<text x=\"1750\" y=\"1107\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">RWA insiders</text>\n<path d=\"M1416,1024 C1538,1024 1538,1093 1660,1093\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"1280\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"1298\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM MARKET</text>\n<text x=\"1750\" y=\"1317\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">rate-cut odds</text>\n<path d=\"M1416,1184 C1538,1184 1538,1303 1660,1303\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"2080\" y=\"880\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0a0a0a\" stroke=\"#00cc52\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"898\" text-anchor=\"middle\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">LINKED WALLET</text>\n<text x=\"2175\" y=\"917\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xcd..72</text>\n<path d=\"M988,823 C1534,823 1534,903 2080,903\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"1080\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"1098\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ALSO HELD</text>\n<text x=\"2175\" y=\"1117\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$BUIDL</text>\n<path d=\"M988,1039 C1534,1039 1534,1103 2080,1103\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"1280\" width=\"190\" height=\"56\" rx=\"5\" fill=\"#1a0606\" stroke=\"#FF4444\" stroke-width=\"1.6\"/>\n<text x=\"2175\" y=\"1298\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FAKES $OM VOLUME</text>\n<text x=\"2175\" y=\"1327\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">Wash-trade pair</text>\n<path d=\"M988,1255 C1534,1255 1534,1308 2080,1308\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.3\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<path d=\"M988,1363 C1534,1363 1534,1308 2080,1308\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.0\" opacity=\"0.4\" stroke-dasharray=\"2,5\"/>\n<rect x=\"60\" y=\"1760\" width=\"180\" height=\"56\" rx=\"5\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n<text x=\"150\" y=\"1778\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">NARRATIVE</text>\n<text x=\"150\" y=\"1807\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">\"Memecoin Szn\"</text>\n<rect x=\"420\" y=\"1550\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"1568\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"1587\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$WIF</text>\n<path d=\"M240,1788 C330,1788 330,1573 420,1573\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"1700\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"1718\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"1737\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$POPCAT</text>\n<path d=\"M240,1788 C330,1788 330,1723 420,1723\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"1850\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"1868\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"1887\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$PNUT</text>\n<path d=\"M240,1788 C330,1788 330,1873 420,1873\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"2000\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"2018\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"2037\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$MOODENG</text>\n<path d=\"M240,1788 C330,1788 330,2023 420,2023\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"820\" y=\"1520\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1538\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">DRAINER</text>\n<text x=\"904\" y=\"1557\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x33..7f</text>\n<path d=\"M576,1573 C698,1573 698,1543 820,1543\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1628\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1646\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SNIPER</text>\n<text x=\"904\" y=\"1665\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x7c..d2</text>\n<path d=\"M576,1723 C698,1723 698,1651 820,1651\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1736\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1754\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">BUNDLER</text>\n<text x=\"904\" y=\"1773\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x0a..55</text>\n<path d=\"M576,1873 C698,1873 698,1759 820,1759\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1844\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1862\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FLIPPER</text>\n<text x=\"904\" y=\"1881\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x19..b3</text>\n<path d=\"M576,2023 C698,2023 698,1867 820,1867\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"1952\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"1970\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">INSIDER</text>\n<text x=\"904\" y=\"1989\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xe2..40</text>\n<path d=\"M576,1573 C698,1573 698,1975 820,1975\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"2060\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2078\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SNIPER \u00b7 RISK</text>\n<text x=\"904\" y=\"2097\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xbe..77</text>\n<path d=\"M576,1723 C698,1723 698,2083 820,2083\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"1240\" y=\"1560\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"1578\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@DegenKing</text>\n<text x=\"1328\" y=\"1599\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">caller \u00b7 62%</text>\n<path d=\"M988,1543 C1114,1543 1114,1584 1240,1584\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"1720\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"1738\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@RugRadar</text>\n<text x=\"1328\" y=\"1759\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 95%</text>\n<path d=\"M988,1651 C1114,1651 1114,1744 1240,1744\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"1880\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"1898\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM trader</text>\n<text x=\"1328\" y=\"1919\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">noise</text>\n<path d=\"M988,1759 C1114,1759 1114,1904 1240,1904\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"2040\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"2058\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@MoonBoy</text>\n<text x=\"1328\" y=\"2079\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">shiller \u00b7 22%</text>\n<path d=\"M988,1867 C1114,1867 1114,2064 1240,2064\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1660\" y=\"1580\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"1598\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TELEGRAM</text>\n<text x=\"1750\" y=\"1617\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">@degen_pumps</text>\n<path d=\"M1416,1584 C1538,1584 1538,1603 1660,1603\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"1790\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"1808\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">DISCORD</text>\n<text x=\"1750\" y=\"1827\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">PumpDAO</text>\n<path d=\"M1416,1744 C1538,1744 1538,1813 1660,1813\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"2000\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"2018\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM MARKET</text>\n<text x=\"1750\" y=\"2037\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">meme index</text>\n<path d=\"M1416,1904 C1538,1904 1538,2023 1660,2023\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"2080\" y=\"1600\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0a0a0a\" stroke=\"#00cc52\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"1618\" text-anchor=\"middle\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">LINKED WALLET</text>\n<text x=\"2175\" y=\"1637\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x55..9a</text>\n<path d=\"M988,1543 C1534,1543 1534,1623 2080,1623\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"1800\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"1818\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ALSO HELD</text>\n<text x=\"2175\" y=\"1837\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$BONK</text>\n<path d=\"M988,1759 C1534,1759 1534,1823 2080,1823\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"2000\" width=\"190\" height=\"56\" rx=\"5\" fill=\"#1a0606\" stroke=\"#FF4444\" stroke-width=\"1.6\"/>\n<text x=\"2175\" y=\"2018\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">3 TOKENS HIT</text>\n<text x=\"2175\" y=\"2047\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">Drainer ring</text>\n<path d=\"M988,1975 C1534,1975 1534,2028 2080,2028\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.3\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<path d=\"M988,2083 C1534,2083 1534,2028 2080,2028\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.0\" opacity=\"0.4\" stroke-dasharray=\"2,5\"/>\n<rect x=\"60\" y=\"2480\" width=\"180\" height=\"56\" rx=\"5\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n<text x=\"150\" y=\"2498\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">NARRATIVE</text>\n<text x=\"150\" y=\"2527\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">\"Restaking Meta\"</text>\n<rect x=\"420\" y=\"2270\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"2288\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PROJECT</text>\n<text x=\"498\" y=\"2307\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$EIGEN</text>\n<path d=\"M240,2508 C330,2508 330,2293 420,2293\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"2420\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"2438\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"2457\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$ETHFI</text>\n<path d=\"M240,2508 C330,2508 330,2443 420,2443\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"2570\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"2588\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"2607\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$REZ</text>\n<path d=\"M240,2508 C330,2508 330,2593 420,2593\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"2720\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"2738\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"2757\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$PENDLE</text>\n<path d=\"M240,2508 C330,2508 330,2743 420,2743\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"820\" y=\"2240\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2258\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SMART MONEY</text>\n<text x=\"904\" y=\"2277\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xd1..04</text>\n<path d=\"M576,2293 C698,2293 698,2263 820,2263\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"2348\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2366\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FUND</text>\n<text x=\"904\" y=\"2385\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x2b..9f</text>\n<path d=\"M576,2443 C698,2443 698,2371 820,2371\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"2456\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2474\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FARMER</text>\n<text x=\"904\" y=\"2493\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x77..e3</text>\n<path d=\"M576,2593 C698,2593 698,2479 820,2479\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"2564\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2582\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">WHALE</text>\n<text x=\"904\" y=\"2601\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xc4..18</text>\n<path d=\"M576,2743 C698,2743 698,2587 820,2587\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"2672\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2690\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ACCUMULATOR</text>\n<text x=\"904\" y=\"2709\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x09..aa</text>\n<path d=\"M576,2293 C698,2293 698,2695 820,2695\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"2780\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2798\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SYBIL</text>\n<text x=\"904\" y=\"2817\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x6f..b1</text>\n<path d=\"M576,2443 C698,2443 698,2803 820,2803\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"1240\" y=\"2280\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"2298\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@RestakeAlpha</text>\n<text x=\"1328\" y=\"2319\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 80%</text>\n<path d=\"M988,2263 C1114,2263 1114,2304 1240,2304\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"2440\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"2458\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@PointsFarmer</text>\n<text x=\"1328\" y=\"2479\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">caller \u00b7 58%</text>\n<path d=\"M988,2371 C1114,2371 1114,2464 1240,2464\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"2600\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"2618\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM trader</text>\n<text x=\"1328\" y=\"2639\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">sharp</text>\n<path d=\"M988,2479 C1114,2479 1114,2624 1240,2624\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"2760\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"2778\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@APYshill</text>\n<text x=\"1328\" y=\"2799\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">shiller \u00b7 38%</text>\n<path d=\"M988,2587 C1114,2587 1114,2784 1240,2784\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1660\" y=\"2300\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"2318\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TELEGRAM</text>\n<text x=\"1750\" y=\"2337\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">@restake_intel</text>\n<path d=\"M1416,2304 C1538,2304 1538,2323 1660,2323\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"2510\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"2528\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">DISCORD</text>\n<text x=\"1750\" y=\"2547\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">EigenDAO</text>\n<path d=\"M1416,2464 C1538,2464 1538,2533 1660,2533\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"2720\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"2738\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM MARKET</text>\n<text x=\"1750\" y=\"2757\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">TVL targets</text>\n<path d=\"M1416,2624 C1538,2624 1538,2743 1660,2743\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"2080\" y=\"2320\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0a0a0a\" stroke=\"#00cc52\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"2338\" text-anchor=\"middle\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">LINKED WALLET</text>\n<text x=\"2175\" y=\"2357\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x3a..d7</text>\n<path d=\"M988,2263 C1534,2263 1534,2343 2080,2343\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"2520\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"2538\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ALSO HELD</text>\n<text x=\"2175\" y=\"2557\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$SWELL</text>\n<path d=\"M988,2479 C1534,2479 1534,2543 2080,2543\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"2720\" width=\"190\" height=\"56\" rx=\"5\" fill=\"#1a0606\" stroke=\"#FF4444\" stroke-width=\"1.6\"/>\n<text x=\"2175\" y=\"2738\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">40 WALLETS \u00b7 1 FUNDE</text>\n<text x=\"2175\" y=\"2767\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">Sybil farm</text>\n<path d=\"M988,2695 C1534,2695 1534,2748 2080,2748\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.3\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<path d=\"M988,2803 C1534,2803 1534,2748 2080,2748\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.0\" opacity=\"0.4\" stroke-dasharray=\"2,5\"/>\n<rect x=\"60\" y=\"3200\" width=\"180\" height=\"56\" rx=\"5\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n<text x=\"150\" y=\"3218\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">NARRATIVE</text>\n<text x=\"150\" y=\"3247\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">\"Perps & Prediction\"</text>\n<rect x=\"420\" y=\"2990\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"3008\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PROJECT</text>\n<text x=\"498\" y=\"3027\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$HYPE</text>\n<path d=\"M240,3228 C330,3228 330,3013 420,3013\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"3140\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"3158\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"3177\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$DYDX</text>\n<path d=\"M240,3228 C330,3228 330,3163 420,3163\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"3290\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"3308\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"3327\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$GMX</text>\n<path d=\"M240,3228 C330,3228 330,3313 420,3313\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"3440\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"3458\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"3477\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$AEVO</text>\n<path d=\"M240,3228 C330,3228 330,3463 420,3463\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"820\" y=\"2960\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"2978\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">INSIDER</text>\n<text x=\"904\" y=\"2997\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xf2..55</text>\n<path d=\"M576,3013 C698,3013 698,2983 820,2983\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"3068\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3086\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">WHALE</text>\n<text x=\"904\" y=\"3105\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x8c..1d</text>\n<path d=\"M576,3163 C698,3163 698,3091 820,3091\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"3176\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3194\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">MARKET MAKER</text>\n<text x=\"904\" y=\"3213\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x4a..70</text>\n<path d=\"M576,3313 C698,3313 698,3199 820,3199\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"3284\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3302\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FLIPPER</text>\n<text x=\"904\" y=\"3321\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x91..e6</text>\n<path d=\"M576,3463 C698,3463 698,3307 820,3307\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"3392\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3410\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SMART MONEY</text>\n<text x=\"904\" y=\"3429\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x0d..2c</text>\n<path d=\"M576,3013 C698,3013 698,3415 820,3415\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"3500\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3518\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">SNIPER</text>\n<text x=\"904\" y=\"3537\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x33..bb</text>\n<path d=\"M576,3163 C698,3163 698,3523 820,3523\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"1240\" y=\"3000\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"3018\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM trader</text>\n<text x=\"1328\" y=\"3039\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">sharp +540%</text>\n<path d=\"M988,2983 C1114,2983 1114,3024 1240,3024\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"3160\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"3178\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@PerpDesk</text>\n<text x=\"1328\" y=\"3199\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 86%</text>\n<path d=\"M988,3091 C1114,3091 1114,3184 1240,3184\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"3320\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"3338\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM trader</text>\n<text x=\"1328\" y=\"3359\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">insider</text>\n<path d=\"M988,3199 C1114,3199 1114,3344 1240,3344\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"3480\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"3498\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@LeverageKing</text>\n<text x=\"1328\" y=\"3519\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">shiller \u00b7 29%</text>\n<path d=\"M988,3307 C1114,3307 1114,3504 1240,3504\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1660\" y=\"3020\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"3038\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TELEGRAM</text>\n<text x=\"1750\" y=\"3057\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">@perp_flows</text>\n<path d=\"M1416,3024 C1538,3024 1538,3043 1660,3043\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"3230\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"3248\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">DISCORD</text>\n<text x=\"1750\" y=\"3267\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">Perp insiders</text>\n<path d=\"M1416,3184 C1538,3184 1538,3253 1660,3253\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"3440\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"3458\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM MARKET</text>\n<text x=\"1750\" y=\"3477\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">resolution edge</text>\n<path d=\"M1416,3344 C1538,3344 1538,3463 1660,3463\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"2080\" y=\"3040\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0a0a0a\" stroke=\"#00cc52\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"3058\" text-anchor=\"middle\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">LINKED WALLET</text>\n<text x=\"2175\" y=\"3077\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x7e..39</text>\n<path d=\"M988,2983 C1534,2983 1534,3063 2080,3063\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"3240\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"3258\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ALSO HELD</text>\n<text x=\"2175\" y=\"3277\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$JUP</text>\n<path d=\"M988,3199 C1534,3199 1534,3263 2080,3263\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"3440\" width=\"190\" height=\"56\" rx=\"5\" fill=\"#1a0606\" stroke=\"#FF4444\" stroke-width=\"1.6\"/>\n<text x=\"2175\" y=\"3458\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">EARLY ON RESOLUTIONS</text>\n<text x=\"2175\" y=\"3487\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">Insider cluster</text>\n<path d=\"M988,3415 C1534,3415 1534,3468 2080,3468\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.3\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<path d=\"M988,3523 C1534,3523 1534,3468 2080,3468\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.0\" opacity=\"0.4\" stroke-dasharray=\"2,5\"/>\n<rect x=\"60\" y=\"3920\" width=\"180\" height=\"56\" rx=\"5\" fill=\"#071a0f\" stroke=\"#00FF66\" stroke-width=\"1.6\"/>\n<text x=\"150\" y=\"3938\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">NARRATIVE</text>\n<text x=\"150\" y=\"3967\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">\"Stablecoin Yield\"</text>\n<rect x=\"420\" y=\"3710\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"3728\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PROJECT</text>\n<text x=\"498\" y=\"3747\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$ENA</text>\n<path d=\"M240,3948 C330,3948 330,3733 420,3733\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"3860\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"3878\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"3897\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$USDe</text>\n<path d=\"M240,3948 C330,3948 330,3883 420,3883\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"4010\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"4028\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"4047\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$SKY</text>\n<path d=\"M240,3948 C330,3948 330,4033 420,4033\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"420\" y=\"4160\" width=\"156\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"498\" y=\"4178\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TOKEN</text>\n<text x=\"498\" y=\"4197\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$FXS</text>\n<path d=\"M240,3948 C330,3948 330,4183 420,4183\" fill=\"none\" stroke=\"#00cc52\" stroke-width=\"1.3\" opacity=\"0.55\"/>\n<rect x=\"820\" y=\"3680\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3698\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TREASURY</text>\n<text x=\"904\" y=\"3717\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xab..c1</text>\n<path d=\"M576,3733 C698,3733 698,3703 820,3703\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"3788\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3806\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">FUND</text>\n<text x=\"904\" y=\"3825\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x52..8e</text>\n<path d=\"M576,3883 C698,3883 698,3811 820,3811\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"3896\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"3914\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">WHALE</text>\n<text x=\"904\" y=\"3933\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x6d..4f</text>\n<path d=\"M576,4033 C698,4033 698,3919 820,3919\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"4004\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"4022\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">MARKET MAKER</text>\n<text x=\"904\" y=\"4041\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xe9..07</text>\n<path d=\"M576,4183 C698,4183 698,4027 820,4027\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"4112\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#0c0c0c\" stroke=\"#00FF66\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"4130\" text-anchor=\"middle\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ACCUMULATOR</text>\n<text x=\"904\" y=\"4149\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x1c..a3</text>\n<path d=\"M576,3733 C698,3733 698,4135 820,4135\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"820\" y=\"4220\" width=\"168\" height=\"46\" rx=\"5\" fill=\"#150707\" stroke=\"#FF4444\" stroke-width=\"1.2\"/>\n<text x=\"904\" y=\"4238\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">RISK</text>\n<text x=\"904\" y=\"4257\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0x84..ff</text>\n<path d=\"M576,3883 C698,3883 698,4243 820,4243\" fill=\"none\" stroke=\"#FFD700\" stroke-width=\"1.1\" opacity=\"0.4\"/>\n<rect x=\"1240\" y=\"3720\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"3738\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@StableWatch</text>\n<text x=\"1328\" y=\"3759\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 90%</text>\n<path d=\"M988,3703 C1114,3703 1114,3744 1240,3744\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"3880\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"3898\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@YieldDesk</text>\n<text x=\"1328\" y=\"3919\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">analyst \u00b7 83%</text>\n<path d=\"M988,3811 C1114,3811 1114,3904 1240,3904\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"4040\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"4058\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM trader</text>\n<text x=\"1328\" y=\"4079\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">sharp</text>\n<path d=\"M988,3919 C1114,3919 1114,4064 1240,4064\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1240\" y=\"4200\" width=\"176\" height=\"48\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1328\" y=\"4218\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">@FarmPump</text>\n<text x=\"1328\" y=\"4239\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">shiller \u00b7 33%</text>\n<path d=\"M988,4027 C1114,4027 1114,4224 1240,4224\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.4\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<rect x=\"1660\" y=\"3740\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"3758\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">TELEGRAM</text>\n<text x=\"1750\" y=\"3777\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">@stable_intel</text>\n<path d=\"M1416,3744 C1538,3744 1538,3763 1660,3763\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"3950\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#070b16\" stroke=\"#5b8fff\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"3968\" text-anchor=\"middle\" fill=\"#5b8fff\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">DISCORD</text>\n<text x=\"1750\" y=\"3987\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">YieldDAO</text>\n<path d=\"M1416,3904 C1538,3904 1538,3973 1660,3973\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"1660\" y=\"4160\" width=\"180\" height=\"46\" rx=\"5\" fill=\"#100716\" stroke=\"#c084fc\" stroke-width=\"1.2\"/>\n<text x=\"1750\" y=\"4178\" text-anchor=\"middle\" fill=\"#c084fc\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PM MARKET</text>\n<text x=\"1750\" y=\"4197\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">depeg odds</text>\n<path d=\"M1416,4064 C1538,4064 1538,4183 1660,4183\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"1.2\" opacity=\"0.45\" stroke-dasharray=\"4,4\"/>\n<rect x=\"2080\" y=\"3760\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0a0a0a\" stroke=\"#00cc52\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"3778\" text-anchor=\"middle\" fill=\"#00cc52\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">LINKED WALLET</text>\n<text x=\"2175\" y=\"3797\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">0xbb..2d</text>\n<path d=\"M988,3703 C1534,3703 1534,3783 2080,3783\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"3960\" width=\"190\" height=\"46\" rx=\"5\" fill=\"#0d0a00\" stroke=\"#FFD700\" stroke-width=\"1.2\"/>\n<text x=\"2175\" y=\"3978\" text-anchor=\"middle\" fill=\"#FFD700\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">ALSO HELD</text>\n<text x=\"2175\" y=\"3997\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">$crvUSD</text>\n<path d=\"M988,3919 C1534,3919 1534,3983 2080,3983\" fill=\"none\" stroke=\"#1f3a26\" stroke-width=\"1.0\" opacity=\"0.4\"/>\n<rect x=\"2080\" y=\"4160\" width=\"190\" height=\"56\" rx=\"5\" fill=\"#1a0606\" stroke=\"#FF4444\" stroke-width=\"1.6\"/>\n<text x=\"2175\" y=\"4178\" text-anchor=\"middle\" fill=\"#FF4444\" font-family=\"Orbitron,sans-serif\" font-size=\"8\" letter-spacing=\"1\">PULLED LIQUIDITY EAR</text>\n<text x=\"2175\" y=\"4207\" text-anchor=\"middle\" fill=\"#fff\" font-family=\"monospace\" font-size=\"10\">Depeg-risk cluster</text>\n<path d=\"M988,4135 C1534,4135 1534,4188 2080,4188\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.3\" opacity=\"0.5\" stroke-dasharray=\"5,4\"/>\n<path d=\"M988,4243 C1534,4243 1534,4188 2080,4188\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"1.0\" opacity=\"0.4\" stroke-dasharray=\"2,5\"/>\n<path d=\"M988,103 C1114,103 1114,144 1240,144\" fill=\"none\" stroke=\"#5b8fff\" stroke-width=\"2.2\" opacity=\"0.95\" stroke-dasharray=\"6,5\"/>\n<path d=\"M988,1543 C1114,1543 1114,2064 1240,2064\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"2.2\" opacity=\"0.95\" stroke-dasharray=\"6,5\"/>\n<path d=\"M904,126 C904,126 904,2240 904,2240\" fill=\"none\" stroke=\"#00FF66\" stroke-width=\"2.2\" opacity=\"0.95\" stroke-dasharray=\"9,6\"/>\n<path d=\"M988,2983 C1114,2983 1114,3344 1240,3344\" fill=\"none\" stroke=\"#c084fc\" stroke-width=\"2.2\" opacity=\"0.95\" stroke-dasharray=\"6,5\"/>\n<path d=\"M988,3703 C1534,3703 1534,4188 2080,4188\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"2.2\" opacity=\"0.95\" stroke-dasharray=\"6,5\"/>\n<path d=\"M988,2803 C1534,2803 1534,2748 2080,2748\" fill=\"none\" stroke=\"#FF4444\" stroke-width=\"2.2\" opacity=\"0.95\" stroke-dasharray=\"6,5\"/>\n<path d=\"M2380,140 C1898,140 1898,144.0 1416,144.0\" fill=\"none\" stroke=\"#00FF66\" stroke-width=\"1.2\" stroke-dasharray=\"2,4\" opacity=\"0.8\"/>\n<rect x=\"2380\" y=\"110\" width=\"720\" height=\"86\" rx=\"6\" fill=\"rgba(0,40,16,0.92)\" stroke=\"#00FF66\" stroke-width=\"1.5\"/>\n<rect x=\"2380\" y=\"110\" width=\"4\" height=\"86\" fill=\"#00FF66\"/>\n<text x=\"2398\" y=\"132\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" letter-spacing=\"1\">&#9678; INSIGHT</text>\n<text x=\"2398\" y=\"154\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">@AlphaWolf bought $VIRTUAL 48h before</text>\n<text x=\"2398\" y=\"174\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">he called it. His wallet is 0x4f..a1.</text>\n<text x=\"2398\" y=\"194\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">Front-run, not alpha.</text>\n<path d=\"M2380,860 C2325,860 2325,1308.0 2270,1308.0\" fill=\"none\" stroke=\"#00FF66\" stroke-width=\"1.2\" stroke-dasharray=\"2,4\" opacity=\"0.8\"/>\n<rect x=\"2380\" y=\"830\" width=\"720\" height=\"86\" rx=\"6\" fill=\"rgba(0,40,16,0.92)\" stroke=\"#00FF66\" stroke-width=\"1.5\"/>\n<rect x=\"2380\" y=\"830\" width=\"4\" height=\"86\" fill=\"#00FF66\"/>\n<text x=\"2398\" y=\"852\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" letter-spacing=\"1\">&#9678; INSIGHT</text>\n<text x=\"2398\" y=\"874\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">0x90 & 0x6e bounce $OM between them</text>\n<text x=\"2398\" y=\"894\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">to fake volume. Liquidity is hollow,</text>\n<text x=\"2398\" y=\"914\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">real depth near zero.</text>\n<path d=\"M2380,1580 C2325,1580 2325,2028.0 2270,2028.0\" fill=\"none\" stroke=\"#00FF66\" stroke-width=\"1.2\" stroke-dasharray=\"2,4\" opacity=\"0.8\"/>\n<rect x=\"2380\" y=\"1550\" width=\"720\" height=\"86\" rx=\"6\" fill=\"rgba(0,40,16,0.92)\" stroke=\"#00FF66\" stroke-width=\"1.5\"/>\n<rect x=\"2380\" y=\"1550\" width=\"4\" height=\"86\" fill=\"#00FF66\"/>\n<text x=\"2398\" y=\"1572\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" letter-spacing=\"1\">&#9678; INSIGHT</text>\n<text x=\"2398\" y=\"1594\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">Drainer ring 0xbe + 0x33 hit 3 tokens,</text>\n<text x=\"2398\" y=\"1614\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">each pre-shilled by @MoonBoy.</text>\n<text x=\"2398\" y=\"1634\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">Coordinated rug pipeline.</text>\n<path d=\"M2380,2300 C2325,2300 2325,2748.0 2270,2748.0\" fill=\"none\" stroke=\"#00FF66\" stroke-width=\"1.2\" stroke-dasharray=\"2,4\" opacity=\"0.8\"/>\n<rect x=\"2380\" y=\"2270\" width=\"720\" height=\"86\" rx=\"6\" fill=\"rgba(0,40,16,0.92)\" stroke=\"#00FF66\" stroke-width=\"1.5\"/>\n<rect x=\"2380\" y=\"2270\" width=\"4\" height=\"86\" fill=\"#00FF66\"/>\n<text x=\"2398\" y=\"2292\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" letter-spacing=\"1\">&#9678; INSIGHT</text>\n<text x=\"2398\" y=\"2314\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">40 wallets farmed $EIGEN points,</text>\n<text x=\"2398\" y=\"2334\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">all funded by 0x77. One operator,</text>\n<text x=\"2398\" y=\"2354\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">not 40 believers. Sybil airdrop.</text>\n<path d=\"M2380,3020 C1898,3020 1898,3344.0 1416,3344.0\" fill=\"none\" stroke=\"#00FF66\" stroke-width=\"1.2\" stroke-dasharray=\"2,4\" opacity=\"0.8\"/>\n<rect x=\"2380\" y=\"2990\" width=\"720\" height=\"86\" rx=\"6\" fill=\"rgba(0,40,16,0.92)\" stroke=\"#00FF66\" stroke-width=\"1.5\"/>\n<rect x=\"2380\" y=\"2990\" width=\"4\" height=\"86\" fill=\"#00FF66\"/>\n<text x=\"2398\" y=\"3012\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" letter-spacing=\"1\">&#9678; INSIGHT</text>\n<text x=\"2398\" y=\"3034\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">0xf2 took the YES side 6h before</text>\n<text x=\"2398\" y=\"3054\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">resolution news. Same operator as</text>\n<text x=\"2398\" y=\"3074\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">@PerpDesk. Insider, not edge.</text>\n<path d=\"M2380,3740 C2325,3740 2325,4188.0 2270,4188.0\" fill=\"none\" stroke=\"#00FF66\" stroke-width=\"1.2\" stroke-dasharray=\"2,4\" opacity=\"0.8\"/>\n<rect x=\"2380\" y=\"3710\" width=\"720\" height=\"86\" rx=\"6\" fill=\"rgba(0,40,16,0.92)\" stroke=\"#00FF66\" stroke-width=\"1.5\"/>\n<rect x=\"2380\" y=\"3710\" width=\"4\" height=\"86\" fill=\"#00FF66\"/>\n<text x=\"2398\" y=\"3732\" fill=\"#00FF66\" font-family=\"Orbitron,sans-serif\" font-size=\"11\" letter-spacing=\"1\">&#9678; INSIGHT</text>\n<text x=\"2398\" y=\"3754\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">Treasury cluster 0xab pulled USDe</text>\n<text x=\"2398\" y=\"3774\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">liquidity 2 days before the depeg</text>\n<text x=\"2398\" y=\"3794\" fill=\"#d8ffe6\" font-family=\"monospace\" font-size=\"12\">wobble. Early-warning signal.</text></svg>\n    </div>\n  </div>\n  <div class=\"ov-legend\">\n    <span><i class=\"swatch\" style=\"background:#00FF66\"></i>Wallet / entity</span>\n    <span><i class=\"swatch\" style=\"background:#FFD700\"></i>Token / project</span>\n    <span><i class=\"swatch\" style=\"background:#5b8fff\"></i>Social \u00b7 CT \u00b7 TG</span>\n    <span><i class=\"swatch\" style=\"background:#c084fc\"></i>PM trader / market</span>\n    <span><i class=\"swatch\" style=\"background:#FF4444\"></i>Risk / threat</span>\n  </div>\n  <div class=\"ov-hint\">drag to pan \u00b7 + / &#8722; to zoom \u00b7 esc to close</div>\n</div>\n\n<script>\n  // matrix rain\n  const c = document.getElementById('matrix-canvas'), x = c.getContext('2d');\n  function size(){ c.width = window.innerWidth; c.height = window.innerHeight; }\n  size(); window.addEventListener('resize', size);\n  const chars = '01SLEUTH<>{}[]#$%&*+=\u30a2\u30a4\u30a6\u30a8\u30aa\u30ab\u30ad'.split('');\n  const fs = 14; let cols = Math.floor(c.width/fs);\n  let drops = Array(cols).fill(1);\n  function draw(){\n    x.fillStyle = 'rgba(6,6,6,0.08)'; x.fillRect(0,0,c.width,c.height);\n    x.fillStyle = '#00FF66'; x.font = fs+'px monospace';\n    cols = Math.floor(c.width/fs);\n    for(let i=0;i<cols;i++){\n      const ch = chars[Math.floor(Math.random()*chars.length)];\n      x.fillText(ch, i*fs, (drops[i]||1)*fs);\n      if((drops[i]||1)*fs > c.height && Math.random() > 0.975) drops[i]=0;\n      drops[i] = (drops[i]||1)+1;\n    }\n  }\n  setInterval(draw, 60);\n\n  // scroll reveal\n  const io = new IntersectionObserver((es)=>{ es.forEach(e=>{ if(e.isIntersecting) e.target.classList.add('visible'); }); }, {threshold:0.12});\n  document.querySelectorAll('.section').forEach(s=>io.observe(s));\n\n  // expanded map: open / close / pan / zoom\n  const ov = document.getElementById('mapOverlay');\n  const cv = document.getElementById('mapCanvas');\n  const inner = document.getElementById('mapInner');\n  let scale = 1;\n  function openMap(){ ov.classList.add('show'); document.body.style.overflow='hidden'; scale=0.4; inner.style.width=Math.round(3600*scale)+'px'; }\n  function closeMap(){ ov.classList.remove('show'); document.body.style.overflow=''; }\n  function zoomMap(d){ scale = Math.min(2.2, Math.max(0.3, +(scale+d).toFixed(2))); inner.style.width = Math.round(3600*scale)+'px'; }\n  window.openMap = openMap; window.closeMap = closeMap; window.zoomMap = zoomMap;\n  document.addEventListener('keydown', e=>{ if(e.key==='Escape') closeMap(); });\n  let down=false, sx, sy, sl, st;\n  cv.addEventListener('mousedown', e=>{ down=true; cv.classList.add('grabbing'); sx=e.clientX; sy=e.clientY; sl=cv.scrollLeft; st=cv.scrollTop; });\n  window.addEventListener('mouseup', ()=>{ down=false; cv.classList.remove('grabbing'); });\n  cv.addEventListener('mousemove', e=>{ if(!down) return; e.preventDefault(); cv.scrollLeft = sl-(e.clientX-sx); cv.scrollTop = st-(e.clientY-sy); });\n</script>\n</body>\n</html>\n" } style={{ width: "100%", minHeight: "100vh", border: "none", display: "block", background: "#060606" }} />
</div>
