<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>VBot.com — PlayLoop v2.2 MarketBot-Integrated Smart Entity Engine</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:#0a0f1a;color:#e0e0e0;min-height:100vh}
.header{background:linear-gradient(135deg,#1a2744,#0c8c8c);padding:2rem;text-align:center}
.header h1{font-size:2.5rem;color:#fff;margin-bottom:.5rem}.header p{color:#b0d4d4;font-size:1.1rem}
.badge{display:inline-block;background:#f9a825;color:#000;padding:.25rem .75rem;border-radius:4px;font-weight:700;font-size:.85rem;margin-top:.5rem}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:2rem;max-width:1400px;margin:0 auto}
.card{background:#111827;border:1px solid #1e293b;border-radius:12px;padding:1.5rem}
.card h3{color:#0c8c8c;margin-bottom:.75rem;font-size:1.1rem}
.stat{font-size:2rem;font-weight:700;color:#fff}.stat-label{color:#888;font-size:.85rem}
.new-badge{display:inline-block;background:#4caf50;color:#fff;padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:700;vertical-align:middle;margin-left:6px}
.endpoint{background:#0d1117;border:1px solid #21262d;border-radius:6px;padding:.5rem .75rem;margin:.25rem 0;font-family:monospace;font-size:.8rem}
.method{font-weight:700;margin-right:.5rem}.post{color:#f9a825}.get{color:#4caf50}
.footer{text-align:center;padding:2rem;color:#666;font-size:.85rem}
</style></head><body>
<div class="header"><h1>VBot.com</h1><p>PlayLoop v2.2 — MarketBot-Integrated Smart Entity Engine</p>
<span class="badge">v2.2.0 — MarketBot Lead Intelligence | Enriched Soul | Market-Driven Scoring | 60 Agents</span></div>
<div class="grid">
<div class="card"><h3>v2.2 New Capabilities</h3>
<div style="font-size:.9rem;line-height:1.6">
<div>&#x1F4E1; <strong>MarketBot Lead Intelligence</strong> — Fires FIRST on every activation. Real market data drives everything.<span class="new-badge">v2.2</span></div>
<div>&#x1F9EC; <strong>Market-Enriched Souls</strong> — Soul generation now includes TAM, keywords, competitors, pricing benchmarks<span class="new-badge">v2.2</span></div>
<div>&#x1F4CA; <strong>Market-Driven VentureScore</strong> — Scoring uses MarketBot readiness data instead of heuristics<span class="new-badge">v2.2</span></div>
<div>&#x26A1; <strong>Graceful Degradation</strong> — If MarketBot is down, falls back to v2.1 heuristic scoring<span class="new-badge">v2.2</span></div>
<div>&#x1F4C7; <strong>Smart Entity Cards</strong> — Full entity representation with soul + score + play status</div>
</div></div>
<div class="card"><h3>PlayLoop Stats</h3>
<div style="display:grid;grid-template-columns:1fr 1fr;gap:1rem">
<div><div class="stat">7</div><div class="stat-label">Plays</div></div>
<div><div class="stat">48</div><div class="stat-label">Agents per Venture</div></div>
<div><div class="stat">17</div><div class="stat-label">Evidence Gates</div></div>
<div><div class="stat">12K</div><div class="stat-label">ADAO Budget</div></div>
</div></div>
<div class="card"><h3>Smart Entity Pipeline (v2.2)</h3>
<div style="font-size:.85rem;line-height:1.8">
1. <strong>CREATE</strong> → Domain enters as venture (7 plays + budgets + bounties)<br>
2. <strong style="color:#f9a825">MARKETBOT</strong> → Real market intelligence: TAM, keywords, competitors, reputation<span class="new-badge">v2.2</span><br>
3. <strong>SOUL</strong> → Market-enriched identity (mission, values, voice, goals, product)<br>
4. <strong>SCORE</strong> → MarketBot-driven VentureScore (5 dimensions, 0-100)<br>
5. <strong>GATE</strong> → Evidence auto-submitted, gate-check runs<br>
6. <strong>ADVANCE</strong> → Play 1 PASSED, Play 2 activates<br>
7. <strong>ENTITY</strong> → Smart entity card live at .well-known/agent.json
</div></div>
<div class="card" style="grid-column:1/-1"><h3>API Endpoints (21)</h3>
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:.25rem">
<div class="endpoint"><span class="method post">POST</span>/api/ventures/:id/market-analysis<span class="new-badge">v2.2</span></div>
<div class="endpoint"><span class="method post">POST</span>/api/ventures/:id/activate<span class="new-badge">v2.2</span></div>
<div class="endpoint"><span class="method post">POST</span>/api/ventures/:id/generate-soul<span class="new-badge">NEW</span></div>
<div class="endpoint"><span class="method post">POST</span>/api/ventures/:id/score<span class="new-badge">NEW</span></div>
<div class="endpoint"><span class="method get">GET</span>/api/ventures/:id/entity<span class="new-badge">NEW</span></div>
<div class="endpoint"><span class="method post">POST</span>/api/ventures</div>
<div class="endpoint"><span class="method get">GET</span>/api/ventures/:id</div>
<div class="endpoint"><span class="method post">POST</span>/api/ventures/:id/plays/:num/advance</div>
<div class="endpoint"><span class="method post">POST</span>/api/ventures/:id/plays/:num/gate-check</div>
<div class="endpoint"><span class="method get">GET</span>/api/ventures/:id/budget</div>
<div class="endpoint"><span class="method post">POST</span>/api/events/:venture_id</div>
<div class="endpoint"><span class="method get">GET</span>/api/agents/health</div>
<div class="endpoint"><span class="method post">POST</span>/api/chain-plays</div>
<div class="endpoint"><span class="method get">GET</span>/api/ventures/:id/score-history</div>
<div class="endpoint"><span class="method post">POST</span>/api/ventures/:id/escalate</div>
<div class="endpoint"><span class="method get">GET</span>/api/ventures/:id/bounties</div>
<div class="endpoint"><span class="method get">GET</span>/api/ventures/:id/activity</div>
</div></div></div>
<div class="footer">Built by eCorp | VentureOS.com | AgentDAO.com | PlayLoop.com | MarketBot.com<br>Every URL deserves a soul. Every soul deserves a PlayLoop. MarketBot fires first. v2.2</div>
</body></html>