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

# 9. Roadmap

> RiskGuard follows a deliberate sequence: build a product people rely on, earn an active user base, then layer on monetization and community ownership.

## Phase 1 — Foundation · `Complete`

Monorepo infrastructure, automated deployment, multi-chain wallet connection for EVM and Solana, native balance reading, and consolidated portfolio display. Complete and operational.

## Phase 2 — Core Product · `~95% Complete`

The position detection engine across more than twenty-five protocols on Base and Solana, the four-dimension risk scoring engine, and authentication via wallet signing. Operational, with systematic caching as the remaining refinement.

## Phase 3 — Intelligence · `Substantially Complete`

AI-generated risk analysis, the alerts and anomaly-detection system, email and Telegram notifications, per-position performance history with charting, CSV export, and exportable PDF risk reports are all live. This phase has progressed from partial to substantially complete, with ongoing refinement of yield accuracy across concentrated-liquidity protocols.

## Phase 4 — Monetization & Growth · `Planned`

Subscription plans (Free / Pro / Whale) with fiat and crypto payment, the B2B risk API, multi-wallet account support, and public launch. This phase establishes the revenue base that precedes any token consideration.

## Funding strategy

RiskGuard pursues non-dilutive ecosystem funding in sequence with product milestones: community microgrants once a private beta is running, foundation-level grants once there is an active user base, and ecosystem hackathons once the product is monetizing with real traction. This funds development while preserving ownership and validating the product with the ecosystems it serves.

| Program                 | Stage                      |
| ----------------------- | -------------------------- |
| Community microgrant    | After private beta         |
| Foundation grant        | With active users          |
| Ecosystem fund          | In parallel                |
| Hackathon & accelerator | After monetization is live |


---

# 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://riskguard-1.gitbook.io/riskguard-docs/whitepaper/09-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.
