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

# Roadmap

Koo.xyz is built in phases. Each phase expands market coverage, capital efficiency, and decentralization.

***

### Phase 1 — 2026 Q3

Phase 1 focuses on the core trading stack and first-market launch.

#### Scope

* **Supported chain:** Arbitrum
* **Supported collateral:** USDC
* **Perpetual markets:** BTC/USDC, ETH/USDC, and other top crypto perpetual pairs settled in USDC
* **Additional markets:** Selected commodity and equity perpetual products
* **Event Futures:** Trade each football matches, CEX market share ratio events etc..

#### Core features

* **NFT accounts:** Trading accounts are issued as transferable onchain NFTs
* **Core data onchain:** Critical account and settlement data is anchored onchain
* **Yield-bearing margin:** Idle collateral can generate yield while remaining available for trading
* **Offline withdrawal support:** Users can withdraw through contract logic even during backend interruptions
* **Governance token:** Launch of the protocol governance and value distribution layer
* **Shared insurance fund:** A protocol-level insurance mechanism for risk events

***

### Phase 2 — 2026 Q4

Phase 2 expands capital flexibility and asset support.

#### Planned upgrades

* **Multichain support:** Expand beyond Arbitrum to additional networks
* **More yield sources:** Integrate more strategies and protocols for idle collateral
* **More deposit assets:** Support additional deposit tokens, including yield-bearing assets
* **Cross-asset margin:** Move toward a unified account model with shared collateral across assets
* **User-created vaults:** Let users create and manage their own vault structures

***

### Phase 3 — 2027 Q1

Phase 3 focuses on deeper infrastructure ownership and broader product coverage.

#### Planned upgrades

* **Dedicated Layer 1:** Build a purpose-designed execution and settlement environment
* **Advanced order types:** Add more professional trading tools and execution controls
* **More market categories:** Expand into spot trading, pre-market trading, and prediction markets
* **Progressive decentralization:** Transfer more governance power to the DAO, including key protocol parameters

***

### Long-term direction

The roadmap moves Koo.xyz toward four goals:

* **Better execution:** Low-latency trading with more professional market tools
* **Higher capital efficiency:** More collateral options and more yield integrations
* **Broader market access:** More asset classes on one platform
* **Stronger decentralization:** More protocol control enforced onchain and governed by the community


---

# 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://docs.koo.xyz/about-koo.xyz/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.
