> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apeindex.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Limitations & Roadmap

> Current known limitations and planned features.

## Current Status

<Note>
  **Testnet period (\~2 weeks):** Signal detection, whale monitoring, copy trading, and the web dashboard are live on mainnet data. Trade execution is available now for users ready to go. Full public on-chain launch in approximately 2 weeks.
</Note>

## Current Limitations

<AccordionGroup>
  <Accordion title="Single-node SQLite">
    All data is stored in a local SQLite file. Not suitable for multi-user horizontal scaling without migration to PostgreSQL.
  </Accordion>

  <Accordion title="Win rate data depends on Gamma API availability">
    Win/loss attribution in whale profiles requires market resolution data from the Gamma API, which is not always available at signal time.
  </Accordion>

  <Accordion title="Category classification is keyword-based">
    Whale category classification uses fixed keyword matching, not semantic understanding. Edge cases exist for ambiguously worded market questions.
  </Accordion>

  <Accordion title="Neg-risk market positions">
    Positions opened on polymarket.com via proxy wallets cannot be closed by the bot — they must be closed on the website and removed via the 🗑 Remove button.
  </Accordion>
</AccordionGroup>

## Roadmap

<CardGroup cols={2}>
  <Card title="🚀 Full On-Chain Launch" icon="rocket">
    Complete public release with full on-chain execution enabled for all users. \~2 weeks.
  </Card>

  <Card title="📈 Signal Backtesting" icon="clock-rotate-left">
    Replay historical market data to compute per-pattern win rates. Know your edge before going live.
  </Card>

  <Card title="🔗 Market Correlation Engine" icon="diagram-project">
    Surface related markets when a signal fires — trade the same event across correlated questions.
  </Card>

  <Card title="✅ Resolution Tracking" icon="check-circle">
    Automatically update signal\_history when markets close, enabling accurate per-pattern win rate calculations.
  </Card>

  <Card title="🔀 Multi-Leg Strategies" icon="code-branch">
    Combine two correlated markets in a single hedged trade to reduce directional risk.
  </Card>

  <Card title="🐘 PostgreSQL Migration" icon="database">
    Multi-user horizontal scaling support via PostgreSQL backend.
  </Card>

  <Card title="📦 Vault Subscriptions" icon="box">
    One-tap subscribe to a Strategy Vault — bot auto-mirrors all signals from that vault.
  </Card>

  <Card title="🔔 Push Webhooks" icon="webhook">
    Outbound HTTP hooks for integrating signals with external systems and dashboards.
  </Card>
</CardGroup>

***

*ApeIndex · v3.0 · March 2026*
