> ## 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 — Tiers & Lenses - Internal

> Original Sleuth document.

<div style={{ margin: "-24px -32px", width: "calc(100% + 64px)" }}>
  <iframe title="Sleuth — Tiers & Lenses - Internal" 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 \u2014 Tiers & Lenses \u00b7 Internal</title>\n  <style>\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n    body { background: #0a0d12; color: #e2e8f0; font-family: 'Segoe UI', system-ui, sans-serif; font-size: 15px; line-height: 1.7; }\n\n    .hero { background: linear-gradient(135deg, #0f1a2e 0%, #0a0d12 60%); border-bottom: 1px solid #1e2d40; padding: 60px 40px 40px; text-align: center; }\n    .hero .badge { display: inline-block; background: #1a2a3a; border: 1px solid #2a4a6a; color: #5b9bd5; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; margin-bottom: 18px; }\n    .hero h1 { font-size: 2.4rem; font-weight: 700; color: #fff; margin-bottom: 10px; }\n    .hero h1 span { color: #4f9cf9; }\n    .hero p { color: #7a9ab5; font-size: 0.95rem; max-width: 560px; margin: 0 auto; }\n\n    .container { max-width: 900px; margin: 0 auto; padding: 0 24px 80px; }\n\n    .sec { margin-top: 52px; }\n    .sec-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }\n    .sec-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }\n    .sec-title { font-size: 1.15rem; font-weight: 700; color: #c8d8e8; flex: 1; }\n    .sec-sub { font-size: 0.75rem; color: #4a6a8a; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }\n\n    /* TIER CARDS */\n    .tiers { display: flex; flex-direction: column; gap: 10px; }\n    .tier { background: #0f1820; border: 1px solid #1e2d40; border-radius: 10px; padding: 18px 22px; display: grid; grid-template-columns: 90px 1fr; gap: 18px; align-items: start; }\n    .tier.free { border-left: 3px solid #4a6a8a; }\n    .tier.t1   { border-left: 3px solid #4f9cf9; }\n    .tier.t2   { border-left: 3px solid #a78bfa; }\n    .tier.t3   { border-left: 3px solid #50c878; }\n    .tier-price { display: flex; flex-direction: column; align-items: flex-start; padding-top: 2px; }\n    .price-val { font-size: 1.5rem; font-weight: 700; line-height: 1; }\n    .free-col { color: #4a6a8a; }\n    .t1-col   { color: #4f9cf9; }\n    .t2-col   { color: #a78bfa; }\n    .t3-col   { color: #50c878; }\n    .price-sub { font-size: 0.72rem; color: #3a5a7a; margin-top: 2px; text-transform: uppercase; letter-spacing: 1px; }\n    .tier-name { font-weight: 700; color: #c8d8e8; font-size: 0.95rem; margin-bottom: 8px; }\n    .tier-features { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n    .tier-features li { font-size: 0.85rem; color: #6a8aaa; display: flex; gap: 8px; align-items: flex-start; }\n    .tier-features li::before { content: '\u2014'; color: #2a4a6a; flex-shrink: 0; margin-top: 1px; }\n    .tier-features li strong { color: #a0c0d8; }\n    .mcp-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; padding: 1px 7px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; margin-left: 6px; vertical-align: middle; }\n    .mcp-free { background: #0d1820; color: #3a6a9a; border: 1px solid #1a3a5a; }\n    .mcp-std  { background: #0d1a2a; color: #4f9cf9; border: 1px solid #1a3a6a; }\n    .mcp-high { background: #1a1030; color: #a78bfa; border: 1px solid #3a2060; }\n    .mcp-full { background: #0d2010; color: #50c878; border: 1px solid #1a4020; }\n\n    /* LENS GRID */\n    .lens-intro { background: #0f1820; border: 1px solid #1e2d40; border-radius: 10px; padding: 16px 20px; margin-bottom: 14px; font-size: 0.87rem; color: #6a8aaa; line-height: 1.7; }\n    .lens-intro strong { color: #a0c0d8; }\n    .lenses { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; }\n    .lens { background: #0f1820; border: 1px solid #1e2d40; border-radius: 10px; padding: 14px 18px; display: flex; gap: 14px; align-items: flex-start; }\n    .lens-num { font-size: 0.72rem; font-weight: 700; color: #2a5a8a; flex-shrink: 0; margin-top: 3px; letter-spacing: 1px; }\n    .lens-name { font-weight: 700; color: #c8d8e8; font-size: 0.9rem; }\n    .lens-desc { font-size: 0.8rem; color: #4a6a8a; margin-top: 2px; }\n\n    /* MECHANIC */\n    .mechanic { display: flex; flex-direction: column; gap: 10px; }\n    .mech-item { background: #0f1820; border: 1px solid #1e2d40; border-radius: 10px; padding: 14px 20px; display: flex; gap: 14px; align-items: flex-start; }\n    .mech-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }\n    .mech-text { font-size: 0.87rem; color: #6a8aaa; }\n    .mech-text strong { color: #c8d8e8; }\n\n    /* CALLOUT */\n    .callout { background: linear-gradient(135deg, #0d1f10, #0a1520); border: 1px solid #2a5040; border-radius: 12px; padding: 22px 26px; margin-top: 52px; }\n    .callout-label { color: #50c878; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }\n    .callout p { color: #8ab0a0; font-size: 0.9rem; line-height: 1.8; }\n    .callout strong { color: #c8d8e8; }\n\n    .report-footer { margin-top: 52px; padding-top: 24px; border-top: 1px solid #1e2d40; text-align: center; color: #3a5a7a; font-size: 0.8rem; }\n    .report-footer a { color: #4f9cf9; text-decoration: none; }\n\n    @media (max-width: 600px) {\n      .hero h1 { font-size: 1.8rem; }\n      .hero { padding: 40px 20px 30px; }\n      .tier { grid-template-columns: 1fr; }\n      .lenses { grid-template-columns: 1fr; }\n    }\n  </style>\n</head>\n<body>\n\n<div class=\"hero\">\n  <div class=\"badge\">Internal \u00b7 Tiers & Lenses \u00b7 June 2026</div>\n  <h1><span>Sleuth</span> \u2014 Tier & Lens System</h1>\n  <p>Access tiers, what each unlocks, how the Belt and Tree lenses work, and the 30-day switch mechanic.</p>\n</div>\n\n<div class=\"container\">\n\n  <!-- TIERS -->\n  <div class=\"sec\">\n    <div class=\"sec-head\">\n      <div class=\"sec-icon\" style=\"background:#0f1520;\">\ud83d\udcb3</div>\n      <div class=\"sec-title\">Access Tiers</div>\n      <div class=\"sec-sub\">4 levels \u00b7 MCP free on all</div>\n    </div>\n    <div class=\"tiers\">\n\n      <div class=\"tier free\">\n        <div class=\"tier-price\">\n          <div class=\"price-val free-col\">Free</div>\n          <div class=\"price-sub\">Always</div>\n        </div>\n        <div class=\"tier-right\">\n          <div class=\"tier-name\">Basic Access</div>\n          <ul class=\"tier-features\">\n            <li>Feed \u2014 real-time signal stream</li>\n            <li>Signals (Pulse) \u2014 narrative heatmap, sentiment, mindshare</li>\n            <li>Discover \u2014 onchain wallet leaderboard</li>\n            <li>Wallet Analyzer \u2014 EVM and Solana wallet intelligence</li>\n            <li>PM Traders \u2014 leaderboard, CLV, radar chart, PnL analysis</li>\n            <li>MCP access <span class=\"mcp-tag mcp-free\">Heavy rate limit</span></li>\n          </ul>\n        </div>\n      </div>\n\n      <div class=\"tier t1\">\n        <div class=\"tier-price\">\n          <div class=\"price-val t1-col\">$50</div>\n          <div class=\"price-sub\">per month</div>\n        </div>\n        <div class=\"tier-right\">\n          <div class=\"tier-name\">PM Intelligence</div>\n          <ul class=\"tier-features\">\n            <li>Everything in Free</li>\n            <li><strong>PM Markets</strong> \u2014 $8.38B tracked, 138 markets, heatmap, category filters, CLV</li>\n            <li>MCP access <span class=\"mcp-tag mcp-std\">Standard rate limit</span></li>\n          </ul>\n        </div>\n      </div>\n\n      <div class=\"tier t2\">\n        <div class=\"tier-price\">\n          <div class=\"price-val t2-col\">$100</div>\n          <div class=\"price-sub\">per month</div>\n        </div>\n        <div class=\"tier-right\">\n          <div class=\"tier-name\">Power User</div>\n          <ul class=\"tier-features\">\n            <li>Everything in $50</li>\n            <li><strong>Alerts</strong> \u2014 Telegram and push for wallets, signals, market moves</li>\n            <li><strong>Watchlists</strong> \u2014 custom tracking for wallets, markets, accounts, signals</li>\n            <li><strong>2 Belt / Tree lenses</strong> \u2014 pick any 2 of 10, switch every 30 days since last change</li>\n            <li><strong>API access</strong> \u2014 programmatic access to the Sleuth intelligence layer</li>\n            <li>MCP access <span class=\"mcp-tag mcp-high\">Higher rate limit</span></li>\n          </ul>\n        </div>\n      </div>\n\n      <div class=\"tier t3\">\n        <div class=\"tier-price\">\n          <div class=\"price-val t3-col\">$150</div>\n          <div class=\"price-sub\">per month</div>\n        </div>\n        <div class=\"tier-right\">\n          <div class=\"tier-name\">Full Access \u00b7 Contributor</div>\n          <ul class=\"tier-features\">\n            <li>Everything in $100</li>\n            <li><strong>Full Belt and Tree</strong> \u2014 all 10 lenses, combined view, every cross-domain edge</li>\n            <li><strong>Marketplace</strong> \u2014 list and sell APIs, earn 50% of every call</li>\n            <li><strong>Swarm rights</strong> \u2014 contribute intel, earn aSLEUTH on monthly epochs</li>\n            <li><strong>Head hunting licence</strong> \u2014 flag bad intel, earn on corrections</li>\n            <li><strong>Verifier track</strong> \u2014 grade submissions, earn on verdicts</li>\n            <li>MCP access <span class=\"mcp-tag mcp-full\">Full rate limit</span></li>\n          </ul>\n        </div>\n      </div>\n\n    </div>\n  </div>\n\n  <!-- THE 10 LENSES -->\n  <div class=\"sec\">\n    <div class=\"sec-head\">\n      <div class=\"sec-icon\" style=\"background:#0f1030;\">\ud83d\udd2d</div>\n      <div class=\"sec-title\">The 10 Lenses</div>\n      <div class=\"sec-sub\">Belt & Tree of Knowledge</div>\n    </div>\n    <div class=\"lens-intro\">\n      The Tree of Knowledge is <strong>one canonical graph</strong> \u2014 wallets, accounts, traders, narratives, and projects as nodes, every link between them as an edge. A lens is a filter on that graph. Pick one and you see that niche in isolation. The cross-domain view \u2014 wallet linked to CT caller linked to PM trader \u2014 is where the rarest intelligence lives. <strong>$100 tier picks any 2. $150 gets all 10 simultaneously.</strong>\n    </div>\n    <div class=\"lenses\">\n      <div class=\"lens\"><span class=\"lens-num\">01</span><div><div class=\"lens-name\">Wallet Identity</div><div class=\"lens-desc\">Who the entity is \u2014 fund, KOL, market maker, treasury, smart money.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">02</span><div><div class=\"lens-name\">Wallet Behavior</div><div class=\"lens-desc\">How they act \u2014 sniper, bundler, farmer, accumulator, distributor.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">03</span><div><div class=\"lens-name\">Contract / Protocol</div><div class=\"lens-desc\">Labels on the code \u2014 verified contracts, protocol tags, deployer links.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">04</span><div><div class=\"lens-name\">Risk / Threat</div><div class=\"lens-desc\">Scam flags, exploit vectors, bad actors, rug history.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">05</span><div><div class=\"lens-name\">CT Account</div><div class=\"lens-desc\">Crypto Twitter callers, influence scores, wallet links, accuracy tracking.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">06</span><div><div class=\"lens-name\">PM Trader</div><div class=\"lens-desc\">Prediction market profiles, sharp money, track records, CLV.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">07</span><div><div class=\"lens-name\">Social Account</div><div class=\"lens-desc\">Discord, Telegram, Farcaster presence and connections.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">08</span><div><div class=\"lens-name\">Account Accuracy</div><div class=\"lens-desc\">Longitudinal call accuracy over time \u2014 who's actually right, not just loud.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">09</span><div><div class=\"lens-name\">Narrative / Theme</div><div class=\"lens-desc\">Emerging narratives, token clusters, early signals before price moves.</div></div></div>\n      <div class=\"lens\"><span class=\"lens-num\">10</span><div><div class=\"lens-name\">Project</div><div class=\"lens-desc\">Structured intel on protocols \u2014 backers, red flags, hidden connections.</div></div></div>\n    </div>\n  </div>\n\n  <!-- LENS MECHANIC -->\n  <div class=\"sec\">\n    <div class=\"sec-head\">\n      <div class=\"sec-icon\" style=\"background:#101020;\">\u2699\ufe0f</div>\n      <div class=\"sec-title\">Lens Switch Mechanic</div>\n      <div class=\"sec-sub\">$100 tier \u00b7 2 lenses</div>\n    </div>\n    <div class=\"mechanic\">\n      <div class=\"mech-item\">\n        <span class=\"mech-icon\">\ud83c\udfaf</span>\n        <div class=\"mech-text\"><strong>Pick any 2 lenses</strong> from the 10 at the start of your $100 subscription. You see the Tree filtered through those two niches and the cross-domain edges between them.</div>\n      </div>\n      <div class=\"mech-item\">\n        <span class=\"mech-icon\">\ud83d\udd04</span>\n        <div class=\"mech-text\"><strong>Switch once every 30 days</strong> \u2014 the clock starts from the date of your last switch, not your billing date. Switch on day 3, next switch available day 33.</div>\n      </div>\n      <div class=\"mech-item\">\n        <span class=\"mech-icon\">\u267e\ufe0f</span>\n        <div class=\"mech-text\"><strong>Never switched?</strong> Your lenses stay indefinitely. No forced resets. Users who find what they want aren't penalised for staying put.</div>\n      </div>\n      <div class=\"mech-item\">\n        <span class=\"mech-icon\">\u23f1\ufe0f</span>\n        <div class=\"mech-text\"><strong>Countdown visible</strong> in account settings \u2014 users always know exactly when their next switch is available.</div>\n      </div>\n      <div class=\"mech-item\">\n        <span class=\"mech-icon\">\u2b06\ufe0f</span>\n        <div class=\"mech-text\"><strong>Upgrade to $150</strong> for all 10 lenses simultaneously \u2014 the full combined view with every cross-domain edge visible. No switching, no waiting.</div>\n      </div>\n    </div>\n  </div>\n\n  <!-- CALLOUT -->\n  <div class=\"callout\">\n    <div class=\"callout-label\">// Why the mechanic works</div>\n    <p>The 30-day switch window creates intentional engagement \u2014 users think carefully about which two lenses matter most right now. The moment they want a third lens mid-cycle, the $150 upgrade pitch writes itself. <strong>Friction at exactly the right moment, by design.</strong> MCP rate limits follow the same logic \u2014 agents hit the data ceiling of their tier and the path to richer intelligence is obvious.</p>\n  </div>\n\n  <div class=\"report-footer\">\n    <p>Sleuth Intel \u00b7 Tiers & Lenses \u00b7 Internal \u00b7 June 2026 \u00b7 <a href=\"https://www.sleuthintel.io\" target=\"_blank\">sleuthintel.io</a></p>\n  </div>\n\n</div>\n</body>\n</html>\n" } style={{ width: "100%", minHeight: "100vh", border: "none", display: "block", background: "#060606" }} />
</div>
