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

# Roadmap

Haven's development timeline and upcoming milestones.

***

## 2025–2026 Milestones

| Phase       | Milestone                                                         | Status             |
| ----------- | ----------------------------------------------------------------- | ------------------ |
| **Phase 1** | Protocol launch, HavenClaw v1, stablecoin vault                   | ✅ Complete         |
| **Phase 2** | HavenScore launch, RWA T-Bill integration                         | ✅ Complete         |
| **Phase 3** | HavenSkill + OpenClaw SDK, cross-chain routing                    | 🔵 In Progress     |
| **Phase 4** | Delta-neutral strategies, institutional vaults, additional chains | 📅 Planned Q3 2026 |
| **Phase 5** | Governance launch, permissionless strategy creation               | 📅 Planned Q4 2026 |

***

## Phase 3 — In Progress

Current focus areas:

* **HavenSkill public release** — skill registry listing, documentation, SDK stability
* **Cross-chain router v2** — improved gas efficiency and routing across Arbitrum, Base, Optimism
* **HavenScore v2** — expanded signal sources, improved scoring model
* **Developer API GA** — rate limits, API key management, dashboard

***

## Phase 4 — Planned Q3 2026

* Delta-neutral strategy vaults (funding rate + basis strategies)
* Institutional vault tiers with custom risk parameters
* Support for additional chains (Polygon, zkSync, others TBD)
* Enhanced portfolio analytics dashboard

***

## Phase 5 — Planned Q4 2026

* On-chain governance for protocol parameters
* Permissionless strategy creation — any developer can submit yield strategies for community approval
* Revenue sharing for strategy creators
* Full protocol decentralization roadmap

***

## Stay Updated

Follow development updates on:

* 🐦 [Twitter/X @HavenAI\_](https://x.com/HavenAI_)
* 📝 [Medium](https://medium.com/@HavenAI)
* 💬 [Telegram](https://t.me/AI_Haven)


---

# 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://haven-11.gitbook.io/haven-ai-docs/resources/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.
