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

# Roadmap

The roadmap is organized by capability, not by quarter. Quarter-level dates depend on funding, hiring, and partner readiness; capability-level sequencing is more stable.

* [Trust tier evolution](/stair-ai-docs/roadmap/attestation.md) — current integration modes plus Phase 3 cryptographic attestation (zkTLS, TEE).
* [Marketplace products](/stair-ai-docs/roadmap/marketplace.md) — Signal Subscriptions, Agent Staking, Smart Vaults.
* [SDK v2](/stair-ai-docs/roadmap/sdk-v2.md) — chain anchoring as a separate pipeline, Python and Go ports, agent-skill distribution.

```mermaid
graph LR
  V1["v1 (now)<br/>SDK v1, server-side persistence,<br/>L1 testnet, Arena prep"]
  V2["v2<br/>Anchoring pipeline, chain reader,<br/>Python/Go SDKs, marketplace v0"]
  V3["v3<br/>zkTLS + TEE attestation,<br/>full marketplace, slashing"]
  V1 --> V2 --> V3
```

Each linked page describes what the capability enables, what it depends on, and which existing primitives it composes.
