> For the complete documentation index, see [llms.txt](https://wallitelli.gitbook.io/wallitelli-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wallitelli.gitbook.io/wallitelli-docs/roadmap.md).

# Roadmap

#### Phase 1 — Individual Intelligence ✓ Live Now&#x20;

*Focus: Personal wallet analysis*

* Daily portfolio snapshots & AI-powered risk insights
* Risk signal detection — liquidation proximity, depeg exposure, behavioral patterns
* Privacy-first architecture — wallet-address only, no PII
* Free: 1 analysis/day · GPT-4 mini · 7-day history
* Pro: Unlimited · Claude Sonnet · 30-day history

*Value: Individual users gain daily clarity over their wallets — before risk becomes loss*<br>

#### Phase 2 — Project Intelligence Layer · 2–3 months&#x20;

*Focus: Analytics for Projects, DAOs, and Protocol Operators*<br>

* Bulk scanning of all wallets connected to a project's ecosystem
* Community segmentation — Whales · Active Traders · Dormant Users · New Entrants
* Holder distribution, liquidity contribution, and behavioral clustering
* Project-level community radar dashboard

*Value: Projects gain a real-time "community radar" — understanding who holds, who acts, and who is at risk of leaving*<br>

#### Phase 3 — Institutional Intelligence Suite · 4–6 months&#x20;

*Focus: Tools for Funds, VCs, and Research DAOs*<br>

* Large-scale multi-wallet portfolio monitoring
* Cross-chain fund flow analysis (e.g. BNB → ETH bridge activity)
* Risk heatmaps across chains, sectors, and protocols
* B2B intelligence API — integration with external platforms and dashboards

*Value: Institutional-grade DeFi intelligence — research and risk management unified in one layer*<br>

#### Phase 4 — Wallitelli Network · Year 1+&#x20;

*Focus: Open DataFi & Ecosystem Expansion*<br>

* User data tagging contributions with $WALLI reward distribution (#InfoFi · #DataFi)
* Community-driven Risk Index DAO — reputation scoring and governance
* Integration with onchain indices and ETFs (e.g. "Low-Risk DeFi Basket")
* Agent-compatible intelligence output — structured signals readable by AI agents

*Value: Wallitelli becomes the Web3 data and identity intelligence layer — open, composable, and community-owned*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wallitelli.gitbook.io/wallitelli-docs/roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
