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

# Road-map

**Q2 2025 — Team & Architecture**

* Hire the core team (protocol, infrastructure, cryptography, BD, DevRel)
* Finalize product architecture: chain abstraction, Liquidity Locks, universal accounts, fee abstraction
* Technical spikes & prototypes: LL attestation flow, paymaster scaffolding, routing adaptor
* Security & economics: threat modeling, slashing/bond design, risk limits for instant settlement
* Partner pipeline: WaaS (Privy/Web3Auth), oracles (Chainlink), DA (Celestia)

**Q3 2025 — Marketing Package & Presale Launch**

* Brand & messaging: website v1, docs v0, pitch deck, one-pager
* Litepaper + tokenomics draft; publish public roadmap; legal/compliance review for presale
* Presale smart contracts & audits; whitelist + KYC/geo-controls (where applicable)
* Community growth: Discord/Telegram, ambassador program, early builder waitlist
* Developer preview: SDK alpha (JS), reference dApp, MoUs with design partners

**Q4 2025 — Product Beta**

* Beta release: Mono Balance on major EVM L2s (Base/Arbitrum/Optimism/Polygon) + initial Solana support
* Liquidity Locks MVP on mainnet with solver bonding; settlement metrics dashboard
* Fee abstraction/paymaster alpha; MEV-protected routing integration
* mpservability: status webhooks, tracing, analytics; partner SLAs (draft)

**Q1 2026 — Ecosystem Growth & Mainnet Prep**

* Mainnet Release Candidate: audits #2/#3; formal verification for LL contracts
* Governance v1: staking contracts, operator onboarding, slashing tests
* Insurance pool & bond parameters; treasury operations playbook
* Chain expansion: full Solana/Linea/Avalanche support; Bitcoin/TON R\&D

**Q2 2026 — Marketing Expansion**

* Scaled GTM: PR tour, tier-1 media, technical deep-dives, case studies
* Narrative leadership: "One balance, any chain" campaigns; thought-leadership content
* BD sprints: exchanges, wallets, pay/fintech; enterprise pilots and co-selling
* Co-marketing with Privy, routing partners, Chainlink, Celestia
* Regional growth: APAC/EU events, dev workshops, localization of docs & SDK


---

# 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://monoprotocol.gitbook.io/monoprotocol/introduction/road-map.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.
