> ## 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 — Grants Strategy v4

> Original Sleuth document.

<div style={{ margin: "-24px -32px", width: "calc(100% + 64px)" }}>
  <iframe title="Sleuth — Grants Strategy v4" 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 Grants Strategy v4</title>\n<style>\n  @import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;600;700;800&display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --bg: #060606;\n    --surface: #0c0c0c;\n    --border: #1a1a1a;\n    --green: #00FF66;\n    --green-dim: rgba(0,255,102,0.08);\n    --gold: #FFD700;\n    --text: #e8e8e8;\n    --muted: #8a8a8a;\n    --label: #FFD700;\n    --red: #ff5555;\n  }\n\n  body {\n    font-family: 'Syne', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    min-height: 100vh;\n    line-height: 1.7;\n    font-size: 17px;\n  }\n\n  .tab-nav {\n    position: sticky; top: 0; z-index: 100;\n    background: rgba(10,10,10,0.97);\n    border-bottom: 1px solid var(--border);\n    display: flex; overflow-x: auto;\n    backdrop-filter: blur(10px);\n    padding: 0 24px;\n  }\n  .tab-btn {\n    font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase;\n    color: var(--muted); background: none; border: none; border-bottom: 2px solid transparent;\n    padding: 16px 20px; cursor: pointer; transition: all 0.2s; white-space: nowrap; flex-shrink: 0;\n  }\n  .tab-btn:hover { color: var(--text); }\n  .tab-btn.active { color: var(--green); border-bottom-color: var(--green); }\n  .tab-btn.later { color: #3a3a3a; }\n  .tab-btn.later:hover { color: var(--muted); }\n  .tab-btn.later.active { color: var(--muted); border-bottom-color: var(--muted); }\n\n  .tab-panel { display: none; padding: 48px 24px 100px; }\n  .tab-panel.active { display: block; }\n  .wrap { max-width: 840px; margin: 0 auto; }\n\n  .page-header { border-bottom: 1px solid var(--border); padding-bottom: 32px; margin-bottom: 48px; }\n  .stamp { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }\n  .page-title { font-size: 34px; font-weight: 800; color: #fff; letter-spacing: -0.5px; margin-bottom: 8px; }\n  .page-title span { color: var(--green); }\n  .page-meta { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); display: flex; gap: 24px; flex-wrap: wrap; }\n\n  .section { margin-bottom: 56px; }\n  .section-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }\n\n  .summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n  .summary-card { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 22px; }\n  .summary-card.full { grid-column: 1 / -1; }\n  .s-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--label); margin-bottom: 10px; display: block; }\n  .s-val { color: var(--text); line-height: 1.7; font-size: 15px; }\n  .s-val strong { color: var(--green); font-weight: 600; }\n\n  .stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-bottom: 16px; }\n  .stat-box { background: var(--surface); padding: 20px 12px; text-align: center; }\n  .stat-val { font-family: 'DM Mono', monospace; font-size: 20px; color: var(--green); margin-bottom: 6px; }\n  .stat-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }\n\n  .intel-box { background: linear-gradient(135deg,#0d1a0d,#0a0a0a); border: 1px solid rgba(0,230,118,0.2); border-radius: 8px; padding: 26px; margin-bottom: 12px; }\n  .intel-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }\n  .intel-box p { font-size: 15px; line-height: 1.75; margin-bottom: 12px; }\n  .intel-box p:last-child { margin-bottom: 0; }\n  .intel-box strong { color: var(--gold); font-weight: 600; }\n\n  .program { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 26px; margin-bottom: 14px; }\n  .program-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }\n  .program-name { font-size: 19px; font-weight: 700; color: #fff; }\n  .program-name span { color: var(--muted); font-weight: 400; font-size: 14px; }\n  .badges { display: flex; gap: 8px; flex-wrap: wrap; }\n  .badge { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; border: 1px solid var(--border); color: var(--muted); }\n  .badge.go { color: var(--green); border-color: rgba(0,255,102,0.4); background: var(--green-dim); }\n  .badge.warm { color: var(--gold); border-color: rgba(255,215,0,0.4); background: rgba(255,215,0,0.06); }\n  .badge.wait { color: var(--muted); }\n  .program ul { list-style: none; margin-bottom: 14px; }\n  .program li { font-size: 15px; padding: 7px 0; border-bottom: 1px dashed #161616; line-height: 1.6; }\n  .program li:last-child { border-bottom: none; }\n  .program li b { color: var(--gold); font-weight: 600; }\n  .program li strong { color: var(--green); font-weight: 600; }\n  .action { font-family: 'DM Mono', monospace; font-size: 13px; color: var(--green); border-left: 2px solid var(--green); padding: 8px 0 8px 14px; line-height: 1.6; }\n  .action b { color: var(--gold); font-weight: 500; }\n\n  .attack { display: grid; gap: 10px; }\n  .attack-row { display: grid; grid-template-columns: 110px 1fr; gap: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; align-items: start; }\n  .attack-when { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; padding-top: 3px; }\n  .attack-what { font-size: 15px; line-height: 1.6; }\n  .attack-what b { color: #fff; font-weight: 700; display: block; margin-bottom: 2px; }\n  .attack-what span { color: var(--muted); font-size: 14px; }\n\n  .obj { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 20px 22px; margin-bottom: 10px; }\n  .obj-q { font-size: 15px; font-weight: 700; color: var(--red); margin-bottom: 8px; }\n  .obj-a { font-size: 15px; color: var(--text); line-height: 1.7; }\n  .obj-a strong { color: var(--green); font-weight: 600; }\n\n  .qs { list-style: none; }\n  .qs li { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; font-size: 15px; line-height: 1.6; }\n  .qs li b { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 4px; }\n\n  .copy-block { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 26px; margin-bottom: 14px; }\n  .copy-title { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }\n  .copy-text { font-size: 16px; line-height: 1.8; color: var(--text); }\n  .copy-note { font-family: 'DM Mono', monospace; font-size: 12px; color: var(--muted); margin-top: 14px; }\n  .hold { background: rgba(255,85,85,0.05); border: 1px solid rgba(255,85,85,0.25); border-radius: 8px; padding: 18px 22px; margin-bottom: 24px; font-size: 15px; line-height: 1.7; }\n  .hold b { color: var(--red); font-weight: 700; }\n\n  .footer { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); display: flex; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 24px; margin-top: 24px; }\n\n  @media (max-width: 640px) {\n    .summary-grid { grid-template-columns: 1fr; }\n    .stats-row { grid-template-columns: repeat(2,1fr); }\n    .attack-row { grid-template-columns: 1fr; gap: 6px; }\n  }\n</style>\n</head>\n<body>\n\n<nav class=\"tab-nav\">\n  <button class=\"tab-btn active\" data-tab=\"strategy\">Strategy</button>\n  <button class=\"tab-btn\" data-tab=\"kalshi\">Kalshi</button>\n  <button class=\"tab-btn\" data-tab=\"polymarket\">Polymarket</button>\n  <button class=\"tab-btn\" data-tab=\"cookie\">Cookie</button>\n  <button class=\"tab-btn\" data-tab=\"virtuals\">Virtuals</button>\n  <button class=\"tab-btn later\" data-tab=\"kaito\">Kaito \u2197</button>\n  <button class=\"tab-btn later\" data-tab=\"noise\">Noise \u2197</button>\n  <button class=\"tab-btn\" data-tab=\"watchlist\">Watchlist</button>\n</nav>\n\n<!-- ============ STRATEGY ============ -->\n<div class=\"tab-panel active\" id=\"strategy\">\n<div class=\"wrap\">\n\n  <div class=\"page-header\">\n    <div class=\"stamp\">Internal \u00b7 Not for distribution</div>\n    <div class=\"page-title\">Sleuth \u2014 <span>Grants Strategy</span></div>\n    <div class=\"page-meta\"><span>June 2026</span><span>v4.0</span><span>Team only</span><span>Aligned to WP v17</span></div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">01 \u2014 Situation</div>\n    <div class=\"summary-grid\">\n      <div class=\"summary-card full\">\n        <span class=\"s-label\">The play</span>\n        <div class=\"s-val\">Six programs mapped plus a watchlist of three. Two warm intros in hand. Sequencing: <strong>Cookie listing and Polymarket builder code registration cost nothing and start now</strong>. Kalshi application goes in this week. Polymarket grant application timing forks on order routing. Virtuals waits for MCP. Kaito and Noise wait for beta numbers. Total addressable grant pool across live programs is <strong>$4.5M+ in stated grants</strong>, plus uncapped weekly USDC volume rewards on Polymarket, plus a fast small-grant lane on Kalshi via Superteam. The volume rewards are the durable prize. Grants are the bridge.</div>\n      </div>\n      <div class=\"summary-card\">\n        <span class=\"s-label\">Warm contacts</span>\n        <div class=\"s-val\">Cookie \u00b7 BD contact live, warm from Camelot<br>Virtuals \u00b7 warm intro, temperature unconfirmed</div>\n      </div>\n      <div class=\"summary-card\">\n        <span class=\"s-label\">The fork</span>\n        <div class=\"s-val\">Order routing timeline. Under two weeks: hold the Polymarket grant app and submit with routing live. Longer: apply now on the data layer story with routing on the roadmap. Either way the builder code gets registered immediately.</div>\n      </div>\n    </div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">02 \u2014 What Changed Since v2</div>\n    <div class=\"intel-box\">\n      <div class=\"intel-label\">Market shifts \u00b7 May to June 2026</div>\n      <p><strong>Kalshi out-traded Polymarket in January.</strong> Kalshi did $9.55B in January volume against Polymarket's $7.66B, both up roughly 45% month over month. Kalshi-first is no longer just the less saturated play. It is an application into the larger venue, and our PM stack is the proof we can extend coverage there. The whitepaper already names Kalshi expansion, this grant pulls it forward.</p>\n      <p><strong>Attention markets are live, not coming.</strong> Kaito and Polymarket launched them in February, rollout from March. 152+ active contracts, $5.4M+ cumulative volume by early June. These are markets that resolve on mindshare and sentiment data. Pulse measures exactly that surface. That turns the Kaito conversation from \"association over opposition\" into a concrete product hook, and it gives Polymarket a second angle: Sleuth as the intelligence layer for a market category they just created.</p>\n      <p><strong>Polymarket is back in the US and reportedly exploring an IPO.</strong> CFTC re-entry went live in February. The builders program matters more to them now, not less: they need distribution surfaces that look clean.</p>\n      <p><strong>Noise closed its $7.1M seed led by Paradigm in January</strong>, with Kaito as a strategic investor, ahead of public mainnet on Base. Still a post-beta conversation, but the target is better funded and more real than when v2 was written.</p>\n      <p><strong>X killed pay-for-posting InfoFi in January.</strong> Kaito's Yaps era is over and their whole weight is behind attention markets now. Approaching them with narrative velocity data is approaching them at the exact center of their new business.</p>\n    </div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">03 \u2014 Betmoar Intel \u00b7 Why Routing Is the Prize</div>\n    <div class=\"stats-row\">\n      <div class=\"stat-box\"><div class=\"stat-val\">$817M</div><div class=\"stat-label\">Lifetime volume</div></div>\n      <div class=\"stat-box\"><div class=\"stat-val\">6.1x</div><div class=\"stat-label\">vs 2nd place</div></div>\n      <div class=\"stat-box\"><div class=\"stat-val\">$0</div><div class=\"stat-label\">Press coverage</div></div>\n      <div class=\"stat-box\"><div class=\"stat-val\">40+</div><div class=\"stat-label\">Discord integrations</div></div>\n    </div>\n    <div class=\"intel-box\">\n      <div class=\"intel-label\">Why this matters</div>\n      <p>Betmoar made their money from weekly volume rewards, not the grant. Anonymous founder, zero press, pure product. $817M lifetime volume beats the other top builders combined. The mechanism was Discord integrations routing order flow.</p>\n      <p>Sleuth has the thing Betmoar never had: <strong>the data layer underneath the trade</strong>. PM Traders already shows who the sharpest traders are and what they hold. Add order routing and every profile view becomes a potential volume event. Every agent monitoring a position becomes an automated bet. Betmoar routed blind volume. We route informed volume. That is the pitch, and it is also the revenue model: routing fees run the same 75/25 split as everything else.</p>\n    </div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">04 \u2014 Programs</div>\n\n    <div class=\"program\">\n      <div class=\"program-head\">\n        <div class=\"program-name\">Kalshi <span>\u00b7 KalshiEco Hub</span></div>\n        <div class=\"badges\"><span class=\"badge go\">Tier 1</span><span class=\"badge go\">Apply now</span></div>\n      </div>\n      <ul>\n        <li><b>Pool:</b> $2M+ in grants, co-sponsored by Solana and Base. Plus a fast lane: Kalshi Builder Codes grants up to $10K USDC run through Superteam Earn.</li>\n        <li><b>What they want:</b> frontends and tools that use Kalshi liquidity. They have funded analytics dashboards (Kalshinomics) and pro terminals (Verso). Agentic and AI-native tooling is explicitly in scope.</li>\n        <li><b>Our fit:</b> agent-first design, MCP layer on the beta roadmap, the full PM intelligence stack already live on Polymarket. Kalshi expansion is already in our roadmap, this is the funding that pulls it forward.</li>\n        <li><b>Key advantage:</b> Kalshi is now the larger venue by volume and their builder program is younger and less saturated than Polymarket's. We arrive with a live product, not a deck.</li>\n        <li><b>Apply at:</b> kalshi.com/builders \u00b7 small-grant lane via superteam.fun/earn</li>\n      </ul>\n      <div class=\"action\">Action: apply this week. No order routing needed for a strong story here. <b>Copy ready in the Kalshi tab.</b></div>\n    </div>\n\n    <div class=\"program\">\n      <div class=\"program-head\">\n        <div class=\"program-name\">Polymarket <span>\u00b7 Builders Program</span></div>\n        <div class=\"badges\"><span class=\"badge go\">Tier 1</span><span class=\"badge warm\">Code now \u00b7 App TBD</span></div>\n      </div>\n      <ul>\n        <li><b>Pool:</b> $2.5M+ in grants plus uncapped weekly USDC volume rewards on attributed builder-code volume. The rewards are the real prize, not the grant.</li>\n        <li><b>Mechanics:</b> builder codes attach to every order your surface submits, volume credits to your builder account, and the code unlocks the Relayer API, meaning Polymarket covers gas on routed orders. Codes are self-serve at polymarket.com/settings, builder tab. Registering costs nothing and can happen before routing ships.</li>\n        <li><b>Our fit:</b> their own program page asks for \"analytics, portfolio managers and AI decisions.\" That is a description of Sleuth. PM Traders and PM Markets are live, routing turns views into attributed volume.</li>\n        <li><b>Grant criteria:</b> innovation and traction. Which is why the application is stronger after beta numbers exist, unless routing is far out.</li>\n        <li><b>Reality check:</b> most builders process modest volume, the noise floor is real. Our edge is informed flow from trader profiles, not a prettier trade ticket.</li>\n        <li><b>Apply at:</b> builders.polymarket.com</li>\n      </ul>\n      <div class=\"action\">Action: register the builder code <b>now</b>, zero cost, starts the attribution identity. Grant app: if routing lands inside two weeks, wait and apply with it live. If longer, apply on the data layer story and roadmap the routing. <b>Both copy options ready in the Polymarket tab.</b></div>\n    </div>\n\n    <div class=\"program\">\n      <div class=\"program-head\">\n        <div class=\"program-name\">CookieDAO <span>\u00b7 Cookie3 / cookie.fun</span></div>\n        <div class=\"badges\"><span class=\"badge warm\">Credibility asset</span><span class=\"badge warm\">Warm intro</span><span class=\"badge go\">Now</span></div>\n      </div>\n      <ul>\n        <li><b>What it is:</b> Web3 KOL and agent analytics, tracks 1,500+ AI agents on cookie.fun.</li>\n        <li><b>Not a grant:</b> getting listed produces third-party credibility data we reference in every other application and partnership conversation.</li>\n        <li><b>Contact:</b> BD contact live, DMs open, warm from Camelot.</li>\n      </ul>\n      <div class=\"action\">Action: do this first. One day of effort, costs nothing, makes every other application stronger. <b>DM copy ready in the Cookie tab.</b></div>\n    </div>\n\n    <div class=\"program\">\n      <div class=\"program-head\">\n        <div class=\"program-name\">Virtuals <span>\u00b7 Virtuals Ventures</span></div>\n        <div class=\"badges\"><span class=\"badge\">Tier 2</span><span class=\"badge warm\">Warm-ish</span></div>\n      </div>\n      <ul>\n        <li><b>What it is:</b> the dedicated ecosystem fund of Virtuals Protocol, renamed from Ecosystem Fund, backs AI and robotics projects from day zero.</li>\n        <li><b>Our fit:</b> agent economy thesis aligns directly. Same-rules-for-agents design, MCP access as the proof point. Be aware their model centers on agents tokenized on their launchpad, so expect that conversation, and our answer is partnership and data access, not launching SLEUTH through Virtuals.</li>\n        <li><b>Contact:</b> warm intro, temperature unconfirmed. Pull the thread before relying on it.</li>\n        <li><b>Apply at:</b> virtuals.vc</li>\n      </ul>\n      <div class=\"action\">Action: pull the thread this week to gauge warmth. Apply once MCP access is demonstrably live in beta. <b>Copy ready in the Virtuals tab.</b></div>\n    </div>\n\n    <div class=\"program\">\n      <div class=\"program-head\">\n        <div class=\"program-name\">Kaito <span>\u00b7 Attention Markets, live with Polymarket</span></div>\n        <div class=\"badges\"><span class=\"badge wait\">Post-beta</span></div>\n      </div>\n      <ul>\n        <li><b>What changed:</b> the partnership shipped. Attention markets have been live since March, 152+ contracts, $5.4M+ volume, resolving on Kaito mindshare and sentiment data.</li>\n        <li><b>Our fit, sharper now:</b> Pulse tracks narrative velocity across social, exchange, and on-chain sources. Attention markets are tradeable contracts on exactly that surface. Sleuth can cover attention markets in PM Markets, surface velocity signals traders can act on, and eventually pitch Kaito on cross-source signal depth their X-centric data does not have.</li>\n        <li><b>Why we still wait:</b> Kaito is also the closest single competitor to Pulse. Walking in without Pulse traction data invites them to study us, not partner with us. We approach with numbers.</li>\n      </ul>\n      <div class=\"action\">Action: revisit week 10 with beta numbers. Meanwhile, get attention market contracts into PM Markets coverage, it is free positioning. <b>Draft copy in the Kaito tab.</b></div>\n    </div>\n\n    <div class=\"program\">\n      <div class=\"program-head\">\n        <div class=\"program-name\">Noise <span>\u00b7 noise.xyz</span></div>\n        <div class=\"badges\"><span class=\"badge wait\">Post-beta</span></div>\n      </div>\n      <ul>\n        <li><b>What it is:</b> trading platform for relevance, continuous long/short markets on attention. $7.1M seed led by Paradigm, January 2026, with GSR, Figment, Anagram, and Kaito as strategic backers. Mainnet on Base.</li>\n        <li><b>Our fit:</b> their Relevance Index composites attention signals, and their data spine is Kaito. Sleuth adds on-chain wallet intelligence and PM trader analytics that Kaito does not cover. Additive to their index, not competitive with it.</li>\n        <li><b>Why we wait:</b> a Paradigm-backed team takes the meeting once, so we take it with retention numbers and a concrete data pitch, not before.</li>\n      </ul>\n      <div class=\"action\">Action: revisit weeks 10 to 12, alongside billing. <b>Draft opener in the Noise tab.</b></div>\n    </div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">05 \u2014 Attack Order</div>\n    <div class=\"attack\">\n      <div class=\"attack-row\"><div class=\"attack-when\">Now</div><div class=\"attack-what\"><b>Cookie listing via BD contact</b><span>DMs already open. One day. Produces a credibility asset for every conversation after it.</span></div></div>\n      <div class=\"attack-row\"><div class=\"attack-when\">Now</div><div class=\"attack-what\"><b>Register Polymarket builder code</b><span>Self-serve, zero cost, no application needed. The attribution identity exists before routing ships.</span></div></div>\n      <div class=\"attack-row\"><div class=\"attack-when\">This week</div><div class=\"attack-what\"><b>Kalshi application</b><span>Larger venue now, less saturated program, agent-first story works without routing. kalshi.com/builders. Check the Superteam small-grant lane in the same pass.</span></div></div>\n      <div class=\"attack-row\"><div class=\"attack-when\">This week</div><div class=\"attack-what\"><b>Order routing estimate</b><span>The Polymarket grant timing forks on this answer. One week or one month. Get it in writing from dev.</span></div></div>\n      <div class=\"attack-row\"><div class=\"attack-when\">This week</div><div class=\"attack-what\"><b>Virtuals \u00b7 pull the warm thread</b><span>Gauge actual warmth. Application waits for MCP live in beta.</span></div></div>\n      <div class=\"attack-row\"><div class=\"attack-when\">Routing-dep</div><div class=\"attack-what\"><b>Polymarket grant application</b><span>Under two weeks: wait and apply with routing live, Option A copy. Longer: apply now on the data layer, Option B copy.</span></div></div>\n      <div class=\"attack-row\"><div class=\"attack-when\">Wk 10\u201312</div><div class=\"attack-what\"><b>Kaito and Noise conversations</b><span>Beta numbers, retention data, Pulse traction, attention market coverage already shipped in PM Markets.</span></div></div>\n    </div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">06 \u2014 Objection Handling</div>\n    <div class=\"obj\">\n      <div class=\"obj-q\">\"You don't have order routing yet.\"</div>\n      <div class=\"obj-a\">Correct, and Betmoar proves routing without intelligence still did $817M. We are building the inverse: intelligence first, routing on top. The data layer is live today, six product sections, real users on it. Routing is in active development and every routed order will carry our builder code. <strong>We are not asking you to fund an idea, we are asking you to fund the last mile.</strong></div>\n    </div>\n    <div class=\"obj\">\n      <div class=\"obj-q\">\"Anon team?\"</div>\n      <div class=\"obj-a\">Not anon. Three crypto-native operators who go public at funding and disclose in full on the first call. Product lead with biz-dev pedigree at a major DeFi protocol, engineering lead out of a leading on-chain analytics firm with direct wallet-intelligence pedigree, marketing lead with an established CT following. Two of three independently verifiable today, the third with a recognized track record. The product is public, the wallets are public, the work speaks.</div>\n    </div>\n    <div class=\"obj\">\n      <div class=\"obj-q\">\"You're pre-revenue.\"</div>\n      <div class=\"obj-a\">By design until weeks 10 to 12. Beta opens week 6, billing at $30/month follows. The grant ask is sized to bridge exactly that gap, and volume rewards replace grant dependence the moment routing ships. <strong>The ask shrinks over time, that is the point.</strong></div>\n    </div>\n    <div class=\"obj\">\n      <div class=\"obj-q\">\"How are you different from Polymarket's own leaderboard / Nansen / Kaito?\"</div>\n      <div class=\"obj-a\">Nobody else does all four in one surface: social narrative velocity, on-chain wallet discovery, PM trader analytics, PM market flow. Polymarket's leaderboard is a list, ours is profiles, positions, history, and soon routing. Kaito is X-centric mindshare, Pulse is cross-source. <strong>The combination is the moat, and every answer routes back to it.</strong></div>\n    </div>\n    <div class=\"obj\">\n      <div class=\"obj-q\">\"What does the grant actually buy?\"</div>\n      <div class=\"obj-a\">Named deliverables, never vibes. Kalshi: Kalshi trader and market coverage inside PM Traders and PM Markets plus agent endpoints. Polymarket: routing integration, builder code volume, agent-driven flow. Always answer with a shippable artifact and a date range.</div>\n    </div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">07 \u2014 Rules of Engagement</div>\n    <div class=\"intel-box\">\n      <div class=\"intel-label\">Every application, every DM</div>\n      <p><strong>Whitepaper v17 is master.</strong> No application copy may claim mechanics that conflict with it. MCP is Phase 2, beta. Routing is planned. Marketplace is Phase 3. Six sections are live. Say exactly that, nothing more.</p>\n      <p><strong>Never claim unbuilt features as live.</strong> \"Live,\" \"in beta,\" and \"in development\" are three different words and graders notice. One inflated claim burns the relationship with the whole program.</p>\n      <p><strong>One voice.</strong> All copy in this doc is the approved baseline. Adjust tone to fit, never adjust facts without updating this doc first.</p>\n      <p><strong>Stack the assets.</strong> Cookie listing gets cited in the Kalshi app. Kalshi acceptance gets cited to Polymarket. Beta numbers get cited to Kaito and Noise. Each win is ammunition for the next door.</p>\n    </div>\n  </div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">08 \u2014 Open Questions</div>\n    <ul class=\"qs\">\n      <li><b>Key</b>Order routing timeline. One week vs one month changes Polymarket grant timing entirely. Needs a dated answer this week.</li>\n      <li><b>Product</b>MCP access status. The agent narrative across every application gets materially stronger the day MCP is demonstrably live in beta.</li>\n      <li><b>Kalshi</b>Data access path. Confirm what Kalshi exposes for trader and market data before promising coverage depth in the deliverables list.</li>\n      <li><b>Polymarket</b>If we apply before routing: agree the Option B framing word for word before anyone submits.</li>\n      <li><b>Cookie</b>Exact listing requirements for cookie.fun agent tracking. Confirm with the BD contact in the first DM.</li>\n    </ul>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>June 2026 \u00b7 v4.0</span></div>\n</div>\n</div>\n\n<!-- ============ KALSHI ============ -->\n<div class=\"tab-panel\" id=\"kalshi\">\n<div class=\"wrap\">\n  <div class=\"page-header\">\n    <div class=\"stamp\">Application \u00b7 Active \u00b7 Apply this week</div>\n    <div class=\"page-title\">Kalshi <span>KalshiEco Hub</span></div>\n    <div class=\"page-meta\"><span>kalshi.com/builders</span><span>$2M+ pool \u00b7 Solana + Base co-sponsored</span><span>Small-grant lane: Superteam Earn, up to $10K</span></div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Project Description</div>\n    <div class=\"copy-text\">Sleuth is the intelligence layer prediction market agents run on. Agents have execution today but not intelligence, they trade blind. We fix that with real-time narrative tracking, on-chain wallet discovery, and prediction market trader analytics in one platform, accessible natively via API and MCP. Six product sections are live with Polymarket coverage in production: a full trader leaderboard with profile-level positions and history, and a live market heatmap. Kalshi is the natural next venue. The data infrastructure is already built, so adding Kalshi extends coverage for every human and agent already on Sleuth, and gives Kalshi traders the analytics layer the venue does not have natively.</div>\n    <div class=\"copy-note\">// copy direct into the form</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">What the grant funds \u00b7 deliverables</div>\n    <div class=\"copy-text\">Kalshi market data integrated into PM Markets (live odds, flow, heatmap). Kalshi trader analytics in PM Traders where venue data permits. Kalshi coverage exposed through the same API and MCP endpoints agents already use for Polymarket, making Sleuth the first cross-venue PM intelligence layer agents can call natively.</div>\n    <div class=\"copy-note\">// adjust depth once Kalshi data access is confirmed, see open question</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Why us, one line</div>\n    <div class=\"copy-text\">Live product, not a deck: a working PM intelligence stack on the other venue, ready to point at yours.</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Website URL</div>\n    <div class=\"copy-text\">https://www.sleuthintel.io</div>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>Kalshi Application \u00b7 June 2026</span></div>\n</div>\n</div>\n\n<!-- ============ POLYMARKET ============ -->\n<div class=\"tab-panel\" id=\"polymarket\">\n<div class=\"wrap\">\n  <div class=\"page-header\">\n    <div class=\"stamp\">Application \u00b7 Builder code now \u00b7 Grant timing forks on routing</div>\n    <div class=\"page-title\">Polymarket <span>Builders Program</span></div>\n    <div class=\"page-meta\"><span>builders.polymarket.com</span><span>$2.5M+ grants \u00b7 weekly USDC volume rewards</span><span>Code: polymarket.com/settings \u2192 builder</span></div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Step zero \u00b7 independent of the application</div>\n    <div class=\"copy-text\">Register the builder code now. Self-serve, free, no approval needed. The code attaches to every order we eventually route, credits volume to our builder account, and unlocks the Relayer API so Polymarket covers gas on routed orders. There is no reason this waits for anything.</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Project Description \u2014 Option A \u00b7 order routing live</div>\n    <div class=\"copy-text\">Sleuth is the intelligence layer prediction market agents run on. Real-time narrative tracking, on-chain wallet discovery, and Polymarket trader analytics in one platform, with order routing built in so users and agents can act on what they see without leaving the surface. Every routed order carries our builder code. We have the data layer Betmoar never had: trader profiles, positions, and narrative signals sitting one click from execution. We route informed volume, not blind volume.</div>\n    <div class=\"copy-note\">// use if routing is live before we apply</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Project Description \u2014 Option B \u00b7 routing on roadmap</div>\n    <div class=\"copy-text\">Sleuth is the intelligence layer prediction market agents run on. Real-time narrative tracking, on-chain wallet discovery, and Polymarket trader analytics in one platform, accessible natively via API and MCP. PM Traders and PM Markets are live in production today. Order routing with builder code attribution is in active development: the data infrastructure exists, the execution layer is next, and our builder code is already registered. The grant funds the last mile between intelligence and attributed volume.</div>\n    <div class=\"copy-note\">// use if we apply before routing is ready \u00b7 framing agreed per open question first</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Category hook \u00b7 use verbatim somewhere in the app</div>\n    <div class=\"copy-text\">Your program page asks for analytics, portfolio managers, and AI decisions. Sleuth is all three in one surface, plus the agent access layer none of the others have.</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Website URL</div>\n    <div class=\"copy-text\">https://www.sleuthintel.io</div>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>Polymarket Application \u00b7 June 2026</span></div>\n</div>\n</div>\n\n<!-- ============ COOKIE ============ -->\n<div class=\"tab-panel\" id=\"cookie\">\n<div class=\"wrap\">\n  <div class=\"page-header\">\n    <div class=\"stamp\">Listing \u00b7 Not a grant \u00b7 Warm intro \u00b7 Do this first</div>\n    <div class=\"page-title\">CookieDAO <span>/ Cookie3</span></div>\n    <div class=\"page-meta\"><span>cookie3.com \u00b7 cookie.fun</span><span>BD contact warm via Camelot</span></div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">What we're asking for</div>\n    <div class=\"copy-text\">Sleuth listed and tracked on cookie.fun as an AI agent platform. Six live product sections, real-time data across social, on-chain, and prediction markets, with an agent-accessible API layer. Being tracked produces third-party credibility data we reference in every grant and partnership conversation after it.</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">DM opener</div>\n    <div class=\"copy-text\">Hey, been meaning to reach out properly since Camelot. We've built Sleuth, a crypto and prediction market intelligence platform with an agent-native API layer. Six sections live, Polymarket trader analytics, narrative tracking, on-chain wallet discovery. Would love to get it listed and tracked on cookie.fun. What do you need from our side? sleuthintel.io has the full picture.</div>\n    <div class=\"copy-note\">// adjust to your voice \u00b7 ends with a question so the reply is easy</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">First DM must also confirm</div>\n    <div class=\"copy-text\">Exact listing requirements, what data they need from us, and timeline. One thread, one ask, no second round-trip.</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Website</div>\n    <div class=\"copy-text\">https://www.sleuthintel.io</div>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>CookieDAO Listing \u00b7 June 2026</span></div>\n</div>\n</div>\n\n<!-- ============ VIRTUALS ============ -->\n<div class=\"tab-panel\" id=\"virtuals\">\n<div class=\"wrap\">\n  <div class=\"page-header\">\n    <div class=\"stamp\">Application \u00b7 Pull thread first \u00b7 Apply once MCP is live</div>\n    <div class=\"page-title\">Virtuals <span>Ventures</span></div>\n    <div class=\"page-meta\"><span>virtuals.vc</span><span>Warm intro \u00b7 temperature unconfirmed</span></div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Project Description</div>\n    <div class=\"copy-text\">Sleuth is the intelligence layer humans and agents use to navigate crypto and prediction markets. Real-time narrative tracking, on-chain wallet discovery, and prediction market analytics in one platform, built agent-first from day one. Every data source is accessible via API and MCP server, the same interface for humans and autonomous agents. Agents on Sleuth are first-class economic citizens: they contribute intel, earn on identical terms, and get slashed on identical terms. The swarm builds on top. We are not a dashboard with an API bolted on. We are the API.</div>\n    <div class=\"copy-note\">// heavier agent economy angle to match the Virtuals thesis \u00b7 refine once warmth is confirmed</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">The launchpad question \u00b7 be ready</div>\n    <div class=\"copy-text\">Virtuals' model centers on agents tokenized through their launchpad. If they push toward launching through Virtuals: our token model is fixed in the whitepaper and not on the table, the conversation is ecosystem funding, data partnership, and agents on Virtuals consuming Sleuth intelligence via MCP. Their 18,000+ agents are a customer base for our endpoints, that is the alignment.</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Website URL</div>\n    <div class=\"copy-text\">https://www.sleuthintel.io</div>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>Virtuals Application \u00b7 June 2026</span></div>\n</div>\n</div>\n\n<!-- ============ KAITO ============ -->\n<div class=\"tab-panel\" id=\"kaito\">\n<div class=\"wrap\">\n  <div class=\"page-header\">\n    <div class=\"stamp\">Partnership \u00b7 Post-beta \u00b7 Revisit week 10</div>\n    <div class=\"page-title\">Kaito <span>\u00d7 Polymarket Attention Markets</span></div>\n    <div class=\"page-meta\"><span>Live since March 2026 \u00b7 152+ contracts \u00b7 $5.4M+ volume</span><span>Approach with Pulse traction data only</span></div>\n  </div>\n\n  <div class=\"hold\"><b>Not yet.</b> Kaito is the closest single competitor to Pulse, and walking in without numbers invites them to study us instead of partner with us. Come back around week 10 with beta numbers and Pulse traction. The free move available today: get attention market contracts covered inside PM Markets. That ships positioning before any conversation happens.</div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Partnership Pitch \u00b7 when the time comes</div>\n    <div class=\"copy-text\">Sleuth runs Pulse, a real-time narrative tracking and velocity scoring engine across social, exchange, and on-chain sources. Your attention markets resolve on mindshare and sentiment, and our users are already trading the narratives your contracts price. There is a natural data conversation here: Pulse's cross-source signals add depth an X-centric feed does not have, on-chain and prediction market layers included, and your distribution brings Sleuth's intelligence to the audience trading those contracts. We already cover attention markets in our PM Markets surface. Worth a conversation.</div>\n    <div class=\"copy-note\">// do not send before we have numbers</div>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>Kaito Partnership \u00b7 Post-beta</span></div>\n</div>\n</div>\n\n<!-- ============ NOISE ============ -->\n<div class=\"tab-panel\" id=\"noise\">\n<div class=\"wrap\">\n  <div class=\"page-header\">\n    <div class=\"stamp\">Partnership \u00b7 Post-beta \u00b7 Revisit weeks 10 to 12</div>\n    <div class=\"page-title\">Noise <span>\u00b7 noise.xyz</span></div>\n    <div class=\"page-meta\"><span>$7.1M seed \u00b7 Paradigm lead \u00b7 Kaito strategic</span><span>CEO Gabriel Perez Carafa on X \u00b7 Approach at billing stage</span></div>\n  </div>\n\n  <div class=\"hold\"><b>Not yet.</b> Paradigm-backed team, freshly funded, Base mainnet in motion. They take the meeting once. Come back at weeks 10 to 12 alongside billing with beta numbers, retention, and a concrete data pitch.</div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Context</div>\n    <div class=\"copy-text\">Noise runs continuous long/short markets on relevance. Their Relevance Index composites attention signals and their data spine is Kaito, who invested in the seed. Sleuth adds the layers Kaito does not cover: on-chain wallet intelligence and prediction market trader analytics. The pitch is additive, richer signal input for the Relevance Index, smarter markets for them, distribution into a Paradigm-backed platform for us.</div>\n  </div>\n\n  <div class=\"copy-block\">\n    <div class=\"copy-title\">Suggested opener \u00b7 when the time comes</div>\n    <div class=\"copy-text\">Hey Gabriel, big fan of what you're building at Noise. We run Sleuth, a prediction market and on-chain intelligence platform, live product, paying users. Your Relevance Index composites attention signals, and we sit on two layers it doesn't touch yet: on-chain wallet intelligence and PM trader analytics. Additive to the Kaito spine, not competitive with it. Think there's a real conversation here. Worth a chat?</div>\n    <div class=\"copy-note\">// \"paying users\" only goes in once billing is actually live \u00b7 do not send before traction backs it up</div>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>Noise Partnership \u00b7 Post-beta</span></div>\n</div>\n</div>\n\n<!-- ============ WATCHLIST ============ -->\n<div class=\"tab-panel\" id=\"watchlist\">\n<div class=\"wrap\">\n  <div class=\"page-header\">\n    <div class=\"stamp\">Watchlist \u00b7 Not active applications \u00b7 Review monthly</div>\n    <div class=\"page-title\">Watchlist <span>\u00b7 Adjacent Pools</span></div>\n    <div class=\"page-meta\"><span>June 2026</span><span>Promote to a program tab when a trigger fires</span></div>\n  </div>\n\n  <div class=\"program\">\n    <div class=\"program-head\">\n      <div class=\"program-name\">Limitless <span>\u00b7 limitless.exchange</span></div>\n      <div class=\"badges\"><span class=\"badge\">Integration play</span></div>\n    </div>\n    <ul>\n      <li><b>What it is:</b> largest prediction market on Base, $500M+ cumulative volume, backed by 1confirmation, Coinbase Ventures, and DCG. LMTS token live, points seasons running.</li>\n      <li><b>The angle:</b> not a grant pool, a coverage deal. They want visibility for their flow, we want a third venue in PM Markets. Cross-venue coverage is also the moat argument in every other application.</li>\n      <li><b>Trigger:</b> after Kalshi integration ships, Limitless is the natural third venue and the BD targets doc already carries them as a community door.</li>\n    </ul>\n  </div>\n\n  <div class=\"program\">\n    <div class=\"program-head\">\n      <div class=\"program-name\">Base ecosystem <span>\u00b7 builder programs</span></div>\n      <div class=\"badges\"><span class=\"badge\">Monitor</span></div>\n    </div>\n    <ul>\n      <li><b>The angle:</b> Base co-sponsors the KalshiEco pool and is the home chain for Limitless and Noise. The PM-on-Base story keeps converging around us. If Sleuth ships Base-native surfaces or routing, Base builder funding becomes a live conversation.</li>\n      <li><b>Trigger:</b> any Base-native integration shipping, or a Base ecosystem program explicitly naming prediction markets or agents.</li>\n    </ul>\n  </div>\n\n  <div class=\"program\">\n    <div class=\"program-head\">\n      <div class=\"program-name\">Superteam / Solana <span>\u00b7 earn bounties and grants</span></div>\n      <div class=\"badges\"><span class=\"badge\">Monitor</span></div>\n    </div>\n    <ul>\n      <li><b>The angle:</b> Kalshi's small-grant lane already runs through Superteam Earn, and Solana co-sponsors KalshiEco. Discover and Wallet already cover Solana. Small fast checks for specific shipped artifacts, not a thesis raise.</li>\n      <li><b>Trigger:</b> a bounty matching something we are already building. Check the board during the Kalshi application pass, it is the same site visit.</li>\n    </ul>\n  </div>\n\n  <div class=\"footer\"><span>Sleuth \u2014 Internal</span><span>Watchlist \u00b7 June 2026</span></div>\n</div>\n</div>\n\n<script>\n  document.querySelectorAll('.tab-btn').forEach(btn => {\n    btn.addEventListener('click', () => {\n      document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));\n      document.querySelectorAll('.tab-panel').forEach(p => p.classList.remove('active'));\n      btn.classList.add('active');\n      document.getElementById(btn.dataset.tab).classList.add('active');\n      window.scrollTo(0,0);\n    });\n  });\n</script>\n</body>\n</html>\n" } style={{ width: "100%", minHeight: "100vh", border: "none", display: "block", background: "#060606" }} />
</div>
