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

# Roadmap

A public summary of where Andromeda is headed. Dates and ordering are indicative, not commitments.

## Now (pre-alpha, devnet)

* Full multi-chain signing pipeline over four curves, as REST and MCP.
* Eight audited on-chain policy templates.
* Recovery layer: primary and M-of-N quorum, challenge-based, gas-sponsored, zero attestor.
* Identity layer (optional): OAuth, email magic link, passkey-as-identity.
* The Encrypt FHE surface and confidential workflows (`fhe-gated`).
* Developer surface: OpenAPI 3.1, per-policy typed TS client, Postman collection, idempotency, dry-run, auto-batching, signed audit log, HMAC webhooks, future-sign triggers.

## Next

* Third-party security audit of the on-chain programs ahead of any mainnet move.
* Hardening of identity PII encryption-at-rest beyond the pre-alpha state.
* Following the Ika and Encrypt networks from pre-alpha toward Alpha (and the data reset that comes with it).
* Expanded examples and SDK coverage.

## Later

* Mainnet support once the underlying networks are production-ready and the audit is complete.
* Additional policy templates as common patterns emerge from real usage.

## What is intentionally not on the roadmap

* On-chain validation for schemes that have no Solana runtime precompile (sr25519, Ristretto, pure Bitcoin Taproot), because that would require an off-chain attestor. See [Zero attestor](/hub/andromeda/concepts/zero-attestor.md).
* Any feature that would let the Andromeda API override an on-chain policy.
* Custodying user private keys.

For the current state in detail, see [Status & disclaimers](/hub/andromeda/status.md) and [Known limitations](/hub/andromeda/reference/limitations.md).


---

# 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:

```
GET https://shinkalabs.gitbook.io/hub/andromeda/reference/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
