> ## 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 — BD Targets v3

> Original Sleuth document.

<div style={{ margin: "-24px -32px", width: "calc(100% + 64px)" }}>
  <iframe title="Sleuth — BD Targets v3" 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 BD Targets v3</title>\n<style>\n  @import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700;800&display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --bg: #f5f4ff;\n    --white: #ffffff;\n    --border: #e4e2ff;\n    --purple: #5b50f0;\n    --purple_light: #ede9ff;\n    --purple_mid: #c4beff;\n    --indigo: #3730a3;\n    --amber: #d97706;\n    --amber_light: #fef3c7;\n    --green: #047857;\n    --green_light: #d1fae5;\n    --text: #1e1b4b;\n    --muted: #a5b4fc;\n    --gray: #6b7280;\n  }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    min-height: 100vh;\n    padding: 48px 24px 80px;\n  }\n\n  .wrap { max-width: 880px; margin: 0 auto; }\n\n  .page_header { margin-bottom: 36px; padding-bottom: 28px; border-bottom: 2px solid var(--border); }\n  .wordmark { font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; color: var(--purple); letter-spacing: 5px; text-transform: uppercase; margin-bottom: 10px; }\n  .page_title { font-size: 36px; font-weight: 800; color: var(--indigo); line-height: 1.1; margin-bottom: 8px; }\n  .page_title span { color: var(--purple); }\n  .page_sub { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); margin-bottom: 18px; }\n  .page_intro { font-size: 14px; color: var(--text); line-height: 1.6; max-width: 680px; }\n  .page_intro b { color: var(--purple); font-weight: 700; }\n\n  .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 36px; }\n  .stat { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; }\n  .stat_label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }\n  .stat_value { font-size: 20px; font-weight: 800; color: var(--indigo); line-height: 1; }\n\n  .panel { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 24px; margin-bottom: 36px; }\n  .panel_label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }\n  .panel p { font-size: 14px; line-height: 1.65; margin-bottom: 10px; }\n  .panel p:last-child { margin-bottom: 0; }\n  .panel b { color: var(--indigo); font-weight: 700; }\n\n  .offer_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .offer { background: var(--purple_light); border: 1px solid var(--purple_mid); border-radius: 10px; padding: 16px; }\n  .offer_name { font-size: 14px; font-weight: 800; color: var(--indigo); margin-bottom: 4px; }\n  .offer_desc { font-size: 13px; line-height: 1.55; color: var(--text); }\n\n  .wave { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px dashed var(--border); align-items: start; }\n  .wave:last-child { border-bottom: none; }\n  .wave_when { font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; color: var(--amber); text-transform: uppercase; padding-top: 2px; }\n  .wave_what { font-size: 14px; line-height: 1.6; }\n  .wave_what b { color: var(--indigo); font-weight: 700; }\n\n  .tier { margin-bottom: 38px; }\n  .tier_header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }\n  .tier_tag { font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--white); background: var(--purple); padding: 4px 8px; border-radius: 4px; }\n  .tier_title { font-size: 20px; font-weight: 800; color: var(--indigo); }\n  .tier_sub { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); margin-bottom: 16px; }\n\n  .targets { display: grid; gap: 10px; }\n  .target { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 16px 18px; }\n  .t_head { display: flex; align-items: flex-start; gap: 12px; }\n  .t_num { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); padding-top: 3px; flex-shrink: 0; width: 22px; }\n  .t_body { flex: 1; }\n  .t_name { font-size: 15px; font-weight: 800; color: var(--indigo); margin-bottom: 2px; }\n  .t_who { font-size: 13px; line-height: 1.55; color: var(--gray); margin-bottom: 8px; }\n  .t_rows { display: grid; gap: 3px; }\n  .t_row { font-size: 13px; line-height: 1.5; }\n  .t_row b { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--purple); margin-right: 6px; }\n  .t_status { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; padding: 4px 9px; border-radius: 20px; flex-shrink: 0; white-space: nowrap; }\n  .st_cold { background: var(--purple_light); color: var(--purple); }\n  .st_pri { background: var(--amber_light); color: var(--amber); }\n  .st_warm { background: var(--green_light); color: var(--green); }\n  .st_wait { background: #f3f4f6; color: var(--gray); }\n\n  .play_step { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--border); }\n  .play_step:last-child { border-bottom: none; }\n  .play_num { font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 500; color: var(--purple); padding-top: 2px; }\n  .play_text { font-size: 14px; line-height: 1.6; }\n  .play_text b { color: var(--indigo); font-weight: 700; }\n\n  .dm { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 16px; font-size: 13px; line-height: 1.65; margin-top: 10px; }\n  .dm_label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }\n\n  .footer { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--muted); text-align: center; margin-top: 48px; }\n\n  @media (max-width: 640px) {\n    .stats { grid-template-columns: repeat(2, 1fr); }\n    .offer_grid { grid-template-columns: 1fr; }\n    .wave { grid-template-columns: 1fr; gap: 4px; }\n  }\n</style>\n</head>\n<body>\n<div class=\"wrap\">\n\n  <div class=\"page_header\">\n    <div class=\"wordmark\">Sleuth \u00b7 BD</div>\n    <div class=\"page_title\">Community <span>Targets</span></div>\n    <div class=\"page_sub\">// 30 doors \u00b7 v3 \u00b7 June 2026 \u00b7 sequenced to the beta timeline</div>\n    <div class=\"page_intro\">Communities where tracking, signals, and traders are already the daily activity. Not generic crypto Discords, not \"we have 50k members.\" People who'd open Sleuth instead of, or alongside, their current dashboard. Every door now carries <b>a pitch, a hook, and an ask</b> so anyone on the team can knock without improvising. Sequenced by overlap with the wedge: <b>Pulse, PM Traders, Wallet Analyzer</b>.</div>\n  </div>\n\n  <div class=\"stats\">\n    <div class=\"stat\"><div class=\"stat_label\">Total doors</div><div class=\"stat_value\">30</div></div>\n    <div class=\"stat\"><div class=\"stat_label\">Tiers</div><div class=\"stat_value\">6</div></div>\n    <div class=\"stat\"><div class=\"stat_label\">Waves</div><div class=\"stat_value\">3</div></div>\n    <div class=\"stat\"><div class=\"stat_label\">First knock</div><div class=\"stat_value\">Wk 6</div></div>\n  </div>\n\n  <div class=\"panel\">\n    <div class=\"panel_label\">The Offer Stack \u00b7 what every door gets pitched</div>\n    <div class=\"offer_grid\">\n      <div class=\"offer\">\n        <div class=\"offer_name\">Beta seat</div>\n        <div class=\"offer_desc\">Early access to the full platform during incentivised beta. Scarce by design, 50 to 100 seats in wave one, which makes the invite worth something.</div>\n      </div>\n      <div class=\"offer\">\n        <div class=\"offer_name\">Founding contributor status</div>\n        <div class=\"offer_desc\">Beta is epoch one. Contributions earn aSLEUTH from contribution one, under the same grading and rhythm as every epoch after. Wages settle from TGE. The earliest career records on the platform get written now.</div>\n      </div>\n      <div class=\"offer\">\n        <div class=\"offer_name\">Tier comps for the sharp ones</div>\n        <div class=\"offer_desc\">Comp Tier access for named traders and analysts we want screenshotting the product. Time-boxed, named individuals only, never blanket comps for a whole server.</div>\n      </div>\n      <div class=\"offer\">\n        <div class=\"offer_name\">White-glove onboarding</div>\n        <div class=\"offer_desc\">Live walkthrough for community leads, a custom demo on their niche, and a direct line for feedback. Their feedback visibly ships, that is what converts a community lead into an advocate.</div>\n      </div>\n    </div>\n  </div>\n\n  <div class=\"panel\">\n    <div class=\"panel_label\">Waves \u00b7 sequencing locked to the launch timeline</div>\n    <div class=\"wave\"><div class=\"wave_when\">Wave 1 \u00b7 Wk 6</div><div class=\"wave_what\"><b>One community, 50 to 100 people, max.</b> Per the beta checklist: small and controlled, watch everything, do not scale until you know what's breaking. Pick the single best-fit Priority door. Everything else stays unknocked.</div></div>\n    <div class=\"wave\"><div class=\"wave_when\">Wave 2 \u00b7 Wk 8\u201310</div><div class=\"wave_what\"><b>BD doors open.</b> Product can back the pitch. Work Tier A and Tier C in parallel, 3 to 5 active conversations at a time, never more. Each conversation gets a named owner and a next step with a date.</div></div>\n    <div class=\"wave\"><div class=\"wave_when\">Wave 3 \u00b7 Wk 10\u201312</div><div class=\"wave_what\"><b>Billing goes live at $30/month.</b> Convert beta communities, open Tier B, D, E, F. The pitch changes from \"try this\" to \"your members are already on it.\" Partnership-shaped doors (OpenRank, TwitterScore, Cookie.fun) ripen here too.</div></div>\n  </div>\n\n  <!-- TIER A -->\n  <div class=\"tier\">\n    <div class=\"tier_header\"><span class=\"tier_tag\">Tier A</span><span class=\"tier_title\">Paid Alpha Groups</span></div>\n    <div class=\"tier_sub\">// direct fit \u00b7 highest conversion per member \u00b7 already pay for edge</div>\n    <div class=\"targets\">\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">01</div><div class=\"t_body\">\n        <div class=\"t_name\">Moni</div>\n        <div class=\"t_who\">Smart followers, Moni Score, alpha Discord. Direct mirror of Pulse plus the Projects layer.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Your members rank accounts. Sleuth shows what those accounts' narratives and wallets are actually doing, in one surface.</div>\n          <div class=\"t_row\"><b>Hook</b>Pulse + Feed</div>\n          <div class=\"t_row\"><b>Ask</b>Beta cohort of 20 to 30 active members, lead gets white-glove onboarding.</div>\n        </div>\n      </div><span class=\"t_status st_pri\">Priority</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">02</div><div class=\"t_body\">\n        <div class=\"t_name\">Pear Protocol</div>\n        <div class=\"t_who\">5.9k pair-trading degens, Arbitrum and Camelot native. The Camelot relationship is the warm path in.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Pair traders live on relative narrative strength. Pulse scores it, PM Traders shows where sharp money leans.</div>\n          <div class=\"t_row\"><b>Hook</b>Pulse + PM Traders</div>\n          <div class=\"t_row\"><b>Ask</b>Pilot channel in their Discord, beta invites for actives.</div>\n        </div>\n      </div><span class=\"t_status st_warm\">Warm-ish</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">03</div><div class=\"t_body\">\n        <div class=\"t_name\">Castle Capital</div>\n        <div class=\"t_who\">Invite-only DeFi circle. Research arm at castlelabs.io runs paid distribution campaigns.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>A research circle that publishes needs sourcing tools. Sleuth is the sourcing layer, and Castle Labs can get paid to say so.</div>\n          <div class=\"t_row\"><b>Hook</b>Wallet Analyzer + Discover</div>\n          <div class=\"t_row\"><b>Ask</b>Member beta first, paid Castle Labs campaign post-billing if the fit is real.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">04</div><div class=\"t_body\">\n        <div class=\"t_name\">The Alpha Club</div>\n        <div class=\"t_who\">17.7k members, memecoins and futures focus.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Memecoin money is narrative money. Pulse catches the narrative accelerating before the chart does.</div>\n          <div class=\"t_row\"><b>Hook</b>Pulse narrative velocity</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites for mods and top callers, one live demo call.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">05</div><div class=\"t_body\">\n        <div class=\"t_name\">Bankless Citizens</div>\n        <div class=\"t_who\">Paid Citizenship Discord. Higher quality crowd than the DAO side.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>One terminal for the stuff Citizens currently tab between: news flow, narratives, smart wallets, PM odds.</div>\n          <div class=\"t_row\"><b>Hook</b>Feed + PM Markets</div>\n          <div class=\"t_row\"><b>Ask</b>Beta cohort, then a tools-channel feature.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">06</div><div class=\"t_body\">\n        <div class=\"t_name\">Bankless DAO</div>\n        <div class=\"t_who\">Research Guild and Analyst Guild. They write about tools for BANK.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Guild analysts get a new toolkit and a topic: a writeup on Sleuth is paid work for them and distribution for us.</div>\n          <div class=\"t_row\"><b>Hook</b>Discover + Wallet Analyzer</div>\n          <div class=\"t_row\"><b>Ask</b>Guild beta access, one commissioned deep-dive post.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">07</div><div class=\"t_body\">\n        <div class=\"t_name\">Korpi Crypto</div>\n        <div class=\"t_who\">DeFi educator, Degen Score Citadel member. Audience trusts hands-on tool reviews.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>A Wallet Analyzer demo on a famous wallet writes his content for him.</div>\n          <div class=\"t_row\"><b>Hook</b>Wallet Analyzer</div>\n          <div class=\"t_row\"><b>Ask</b>Comp Tier access, one walkthrough thread or video.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">08</div><div class=\"t_body\">\n        <div class=\"t_name\">DegenScore</div>\n        <div class=\"t_who\">On-chain reputation scoring, community of high-skill on-chain natives.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Their community proves on-chain skill, ours measures it across chains. Natural cross-audience.</div>\n          <div class=\"t_row\"><b>Hook</b>Discover leaderboard</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites to Citadel members, cross-mention.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n    </div>\n  </div>\n\n  <!-- TIER B -->\n  <div class=\"tier\">\n    <div class=\"tier_header\"><span class=\"tier_tag\">Tier B</span><span class=\"tier_title\">Analyst & Research Crowds</span></div>\n    <div class=\"tier_sub\">// on-chain analysts, dashboard builders, paid sleuths \u00b7 wave 3 unless inbound</div>\n    <div class=\"targets\">\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">09</div><div class=\"t_body\">\n        <div class=\"t_name\">Dune</div>\n        <div class=\"t_who\">Wizards community, the densest dashboard-builder crowd in crypto.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Sleuth answers in one click what takes a wizard a query. They'll use it for sourcing even if they keep building.</div>\n          <div class=\"t_row\"><b>Hook</b>Discover + Pulse</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites to active wizards, no formal Dune partnership needed.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">10</div><div class=\"t_body\">\n        <div class=\"t_name\">Flipside Crypto</div>\n        <div class=\"t_who\">Analyst bounty community.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Sleuth data makes their bounty submissions better. Their analysts are also exactly the profile that earns aSLEUTH well.</div>\n          <div class=\"t_row\"><b>Hook</b>Contribution economy</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites, seed a few analysts as early contributors.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">11</div><div class=\"t_body\">\n        <div class=\"t_name\">DeFi Llama</div>\n        <div class=\"t_who\">Densest analyst Discord in crypto. Free crowd but huge and tool-hungry.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Free tier is the funnel here. Volume play, not conversion play.</div>\n          <div class=\"t_row\"><b>Hook</b>Free tier + Feed</div>\n          <div class=\"t_row\"><b>Ask</b>Organic presence, share real finds in their channels, no hard pitch.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">12</div><div class=\"t_body\">\n        <div class=\"t_name\">Nansen community</div>\n        <div class=\"t_who\">Smart money crowd already paying $150+/mo.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Sleuth at $30 is the credible second tool, and the only one with PM trader analytics attached.</div>\n          <div class=\"t_row\"><b>Hook</b>Price + PM Traders</div>\n          <div class=\"t_row\"><b>Ask</b>No direct door, reach them through content and comparisons post-billing.</div>\n        </div>\n      </div><span class=\"t_status st_wait\">Wave 3</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">13</div><div class=\"t_body\">\n        <div class=\"t_name\">Arkham community</div>\n        <div class=\"t_who\">Bounty hunters investigating wallets. Name overlap helps recall.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Wallet Analyzer plus Discover is their toolkit, and contribution pays: wallet tags earn aSLEUTH.</div>\n          <div class=\"t_row\"><b>Hook</b>Wallet Analyzer + contribution economy</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites targeted at active bounty hunters.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">14</div><div class=\"t_body\">\n        <div class=\"t_name\">OpenRank / Karma3</div>\n        <div class=\"t_who\">Reputation graphs on-chain. Similar mental model to the Tree of Knowledge.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Partnership shape, not user acquisition. Reputation data conversations once the tree is public.</div>\n          <div class=\"t_row\"><b>Hook</b>Tree of Knowledge</div>\n          <div class=\"t_row\"><b>Ask</b>Intro call post-beta, data partnership exploration.</div>\n        </div>\n      </div><span class=\"t_status st_wait\">Wave 3</span></div></div>\n\n    </div>\n  </div>\n\n  <!-- TIER C -->\n  <div class=\"tier\">\n    <div class=\"tier_header\"><span class=\"tier_tag\">Tier C</span><span class=\"tier_title\">Prediction Market Natives</span></div>\n    <div class=\"tier_sub\">// PM Traders + PM Markets sell themselves here \u00b7 wave 2 core</div>\n    <div class=\"targets\">\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">15</div><div class=\"t_body\">\n        <div class=\"t_name\">Polymarket Top Traders</div>\n        <div class=\"t_who\">The names already on our leaderboard: Theo4, Fredi9999, kch123, Len9311238, RN1, zxgngl, swisstony, RepTrump, PrincessCaro, BetTom42 and the rest of the top 50. Wallets are public, most have X accounts.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>You're already ranked #N on Sleuth. Here's your profile, here's your radar chart, want the full version free?</div>\n          <div class=\"t_row\"><b>Hook</b>Their own PM Traders profile</div>\n          <div class=\"t_row\"><b>Ask</b>Comp Tier 4, in exchange: feedback and the screenshot. One sharp trader posting their own Sleuth profile is worth ten community deals.</div>\n        </div>\n      </div><span class=\"t_status st_pri\">Priority</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">16</div><div class=\"t_body\">\n        <div class=\"t_name\">Kalshi traders & KalshiEco</div>\n        <div class=\"t_who\">US-regulated, now the largest PM venue by monthly volume. KalshiEco hub runs builder and creator tracks.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Kalshi has no native analytics layer this deep. We're applying to build it (see grants doc), their community is the audience for it.</div>\n          <div class=\"t_row\"><b>Hook</b>Cross-venue PM coverage</div>\n          <div class=\"t_row\"><b>Ask</b>Runs through the KalshiEco grant track first, community door opens with the integration.</div>\n        </div>\n      </div><span class=\"t_status st_warm\">Via grants</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">17</div><div class=\"t_body\">\n        <div class=\"t_name\">Limitless Exchange</div>\n        <div class=\"t_who\">Largest PM on Base, $500M+ cumulative volume, backed by 1confirmation, Coinbase Ventures, DCG. LMTS live, points seasons running, hungry for visibility.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>They want flow visibility, we want a third venue. Coverage deal where both sides win, and their points-farming crowd is exactly the leaderboard-watching profile.</div>\n          <div class=\"t_row\"><b>Hook</b>PM Markets coverage</div>\n          <div class=\"t_row\"><b>Ask</b>BD call with their team, community channel pilot.</div>\n        </div>\n      </div><span class=\"t_status st_pri\">Priority</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">18</div><div class=\"t_body\">\n        <div class=\"t_name\">Azuro Protocol</div>\n        <div class=\"t_who\">Prediction infrastructure, dozens of apps built on top, sports plus politics, own predictor culture.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>An ecosystem of PM frontends with no shared intelligence layer. One conversation reaches many apps.</div>\n          <div class=\"t_row\"><b>Hook</b>API + MCP layer</div>\n          <div class=\"t_row\"><b>Ask</b>Ecosystem intro, then per-app conversations.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">19</div><div class=\"t_body\">\n        <div class=\"t_name\">Manifold Markets</div>\n        <div class=\"t_who\">Smaller, niche, very engaged forecasters. High intent per head.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Forecasters are signal junkies. Pulse and PM Markets are pure crack for them even though they trade elsewhere.</div>\n          <div class=\"t_row\"><b>Hook</b>PM Markets + Pulse</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites to their Discord power users.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">20</div><div class=\"t_body\">\n        <div class=\"t_name\">Drift</div>\n        <div class=\"t_who\">Solana perps with PM-style products, active trader Discord.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Solana traders are already in Discover. Show them their own chain's leaderboard.</div>\n          <div class=\"t_row\"><b>Hook</b>Discover, Solana filter</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites, one demo in their community call.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n    </div>\n  </div>\n\n  <!-- TIER D -->\n  <div class=\"tier\">\n    <div class=\"tier_header\"><span class=\"tier_tag\">Tier D</span><span class=\"tier_title\">Influence & Attention Layers</span></div>\n    <div class=\"tier_sub\">// distribution engines \u00b7 most ripen at wave 3 with numbers in hand</div>\n    <div class=\"targets\">\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">21</div><div class=\"t_body\">\n        <div class=\"t_name\">Kaito</div>\n        <div class=\"t_who\">Attention markets live with Polymarket since March: 152+ contracts, $5.4M+ volume, resolving on Kaito mindshare data. Also Pulse's closest competitor.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Cross-source signal depth their X-centric data lacks. But they study competitors, so we arrive with traction or not at all.</div>\n          <div class=\"t_row\"><b>Hook</b>Pulse cross-source signals</div>\n          <div class=\"t_row\"><b>Ask</b>Nothing yet. Cover attention markets in PM Markets now, talk at week 10 with numbers. Full plan in the grants doc.</div>\n        </div>\n      </div><span class=\"t_status st_wait\">Wk 10</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">22</div><div class=\"t_body\">\n        <div class=\"t_name\">Cookie.fun</div>\n        <div class=\"t_who\">Agent and KOL analytics, tracks 1,500+ AI agents. Warm via Camelot, listing motion already live in the grants doc.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Listing first (grants doc owns it), then a data feature: Pulse signals inside their dashboards.</div>\n          <div class=\"t_row\"><b>Hook</b>Agent platform listing</div>\n          <div class=\"t_row\"><b>Ask</b>Listing now, feature conversation post-beta.</div>\n        </div>\n      </div><span class=\"t_status st_warm\">Warm</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">23</div><div class=\"t_body\">\n        <div class=\"t_name\">TwitterScore</div>\n        <div class=\"t_who\">Influence quantification on CT.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Partnership shape: their account scores plus our narrative and wallet layers cross-reference naturally.</div>\n          <div class=\"t_row\"><b>Hook</b>Account accuracy niche</div>\n          <div class=\"t_row\"><b>Ask</b>Intro call post-beta.</div>\n        </div>\n      </div><span class=\"t_status st_wait\">Wave 3</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">24</div><div class=\"t_body\">\n        <div class=\"t_name\">Galxe</div>\n        <div class=\"t_who\">Quest platform with a crypto-native audience.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>A Sleuth quest is direct top-of-funnel. Run it when the funnel has a paid bottom, not before.</div>\n          <div class=\"t_row\"><b>Hook</b>Free tier funnel</div>\n          <div class=\"t_row\"><b>Ask</b>Quest campaign at or after billing, never during the controlled beta.</div>\n        </div>\n      </div><span class=\"t_status st_wait\">Wave 3</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">25</div><div class=\"t_body\">\n        <div class=\"t_name\">Layer3</div>\n        <div class=\"t_who\">Same shape as Galxe, more on-chain native.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Same as Galxe, more on-chain-skilled users, probably better fit for Discover and Wallet.</div>\n          <div class=\"t_row\"><b>Hook</b>Discover + Wallet Analyzer</div>\n          <div class=\"t_row\"><b>Ask</b>Quest campaign at or after billing.</div>\n        </div>\n      </div><span class=\"t_status st_wait\">Wave 3</span></div></div>\n\n    </div>\n  </div>\n\n  <!-- TIER E -->\n  <div class=\"tier\">\n    <div class=\"tier_header\"><span class=\"tier_tag\">Tier E</span><span class=\"tier_title\">Builder & Founder DAOs</span></div>\n    <div class=\"tier_sub\">// warm intro engine \u00b7 one in = many in \u00b7 run alongside wave 2</div>\n    <div class=\"targets\">\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">26</div><div class=\"t_body\">\n        <div class=\"t_name\">Seed Club</div>\n        <div class=\"t_who\">Community of communities.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>One foothold opens many doors. The product they test, the network they spread it through.</div>\n          <div class=\"t_row\"><b>Hook</b>Full platform demo</div>\n          <div class=\"t_row\"><b>Ask</b>One internal demo session, intros to two member communities.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">27</div><div class=\"t_body\">\n        <div class=\"t_name\">Forefront</div>\n        <div class=\"t_who\">Token community ops research. Community leads who'd test Sleuth.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Community leads tracking their own token's narrative and holders have an obvious daily use case.</div>\n          <div class=\"t_row\"><b>Hook</b>Pulse + Wallet Analyzer</div>\n          <div class=\"t_row\"><b>Ask</b>Beta invites to their lead network.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">28</div><div class=\"t_body\">\n        <div class=\"t_name\">MetaCartel</div>\n        <div class=\"t_who\">Builder DAO with a deep web3 founder network.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Founders watching their own ecosystem's wallets and narratives. Intros pipeline straight to projects we want.</div>\n          <div class=\"t_row\"><b>Hook</b>Pulse + Discover</div>\n          <div class=\"t_row\"><b>Ask</b>Demo, then founder intros.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n    </div>\n  </div>\n\n  <!-- TIER F -->\n  <div class=\"tier\">\n    <div class=\"tier_header\"><span class=\"tier_tag\">Tier F</span><span class=\"tier_title\">Tracker & Terminal Adjacents</span></div>\n    <div class=\"tier_sub\">// already tracking \u00b7 already paying \u00b7 ready to switch or stack</div>\n    <div class=\"targets\">\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">29</div><div class=\"t_body\">\n        <div class=\"t_name\">Zerion</div>\n        <div class=\"t_who\">Portfolio tracker with an active power-user crowd.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>Zerion tells them what they hold. Sleuth tells them what everyone sharper than them holds.</div>\n          <div class=\"t_row\"><b>Hook</b>Discover + Wallet Analyzer</div>\n          <div class=\"t_row\"><b>Ask</b>No formal door, reach the crowd through content and power-user invites.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n      <div class=\"target\"><div class=\"t_head\"><div class=\"t_num\">30</div><div class=\"t_body\">\n        <div class=\"t_name\">DeBank</div>\n        <div class=\"t_who\">Whale-watcher community already tracking smart money.</div>\n        <div class=\"t_rows\">\n          <div class=\"t_row\"><b>Pitch</b>They watch whales on one chain view. PM Traders is the dimension they don't have: what whales believe, priced.</div>\n          <div class=\"t_row\"><b>Hook</b>PM Traders</div>\n          <div class=\"t_row\"><b>Ask</b>Power-user invites, comparison content post-billing.</div>\n        </div>\n      </div><span class=\"t_status st_cold\">Cold</span></div></div>\n\n    </div>\n  </div>\n\n  <div class=\"panel\">\n    <div class=\"panel_label\">Playbook \u00b7 how every knock runs</div>\n    <div class=\"play_step\"><div class=\"play_num\">01</div><div class=\"play_text\"><b>Find the human, not the server.</b> Every door has a mod, lead, or named trader who decides. The first message goes to a person, never into a general channel.</div></div>\n    <div class=\"play_step\"><div class=\"play_num\">02</div><div class=\"play_text\"><b>Lead with their data.</b> A Pulse screenshot of their favorite narrative, a PM profile of a trader they know, a Wallet Analyzer report on a wallet their community argues about. The demo is the message.</div></div>\n    <div class=\"play_step\"><div class=\"play_num\">03</div><div class=\"play_text\"><b>One ask per message.</b> Beta cohort, demo call, or comp. Never all three. The ask matches the tier card above.</div></div>\n    <div class=\"play_step\"><div class=\"play_num\">04</div><div class=\"play_text\"><b>Comps are named and time-boxed.</b> Individuals we want screenshotting the product, 30 to 60 days, tracked. Blanket server comps devalue the product before billing exists.</div></div>\n    <div class=\"play_step\"><div class=\"play_num\">05</div><div class=\"play_text\"><b>Never oversell the build.</b> Six sections live, Alerts and Watchlists in beta, billing weeks 10 to 12. The whitepaper is master, the pitch never claims past it. One inflated claim in a sharp community travels.</div></div>\n    <div class=\"play_step\"><div class=\"play_num\">06</div><div class=\"play_text\"><b>Track everything.</b> Every door carries a status: Cold, Contacted, Replied, Demo'd, In Beta, Converted, Dead. Updated weekly. A door with no status change in 14 days gets one follow-up, then parks.</div></div>\n    <div class=\"dm\">\n      <div class=\"dm_label\">DM skeleton \u00b7 adapt per target, never paste verbatim</div>\n      Hey [name], [specific thing about their community or their own activity]. We built Sleuth, [one line matched to their hook]. [Screenshot of their data]. We're running a small incentivised beta, [the one ask]. Worth a look? sleuthintel.io\n    </div>\n  </div>\n\n  <div class=\"panel\">\n    <div class=\"panel_label\">Door math \u00b7 what counts as open</div>\n    <p><b>A door is open when their members are using Sleuth, not when their lead says nice things.</b> The funnel per door: contact \u2192 demo \u2192 cohort in beta \u2192 activity (alerts set, watchlists made, profiles checked) \u2192 conversion at billing.</p>\n    <p><b>Wave 1 target:</b> one community, 50 to 100 seats, week-over-week retention we'd show an investor. <b>Wave 2 target:</b> 3 to 5 doors demo'd, 2+ cohorts in beta. <b>Wave 3 target:</b> first community conversions at $30/month, and at least one trader screenshot moment from the Tier C priority motion.</p>\n    <p><b>Kill criteria:</b> a community that takes seats but shows no activity in 14 days gets the seats reclaimed and the door parked. Seats are scarce in beta, dead seats cost us live data.</p>\n  </div>\n\n  <div class=\"footer\">// Sleuth \u00b7 BD Targets \u00b7 v3 \u00b7 June 2026 \u00b7 aligned to WP v15.1 + beta checklist</div>\n\n</div>\n</body>\n</html>\n" } style={{ width: "100%", minHeight: "100vh", border: "none", display: "block", background: "#060606" }} />
</div>
