> 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/status.md).

# Status & disclaimers

{% hint style="warning" %}
Andromeda is pre-alpha. It runs on Solana devnet only. Do not custody real value.
{% endhint %}

## What "pre-alpha" means here

* **The Ika integration runs against the public pre-alpha validator network with a single mock signer.** There is no cryptographic MPC guarantee yet. Treat signatures as functional, not as protected by a production threshold protocol.
* **The Encrypt integration runs against the public pre-alpha network.** There is no real FHE confidentiality guarantee yet. Do not present "confidential" flows as private to end users.
* **All eight Quasar policy programs were security-audited internally in May 2026** (front-running, time source, replay protection, type confusion, oracle owner checks). A third-party audit is pending before any mainnet move. See [Audit summary](/hub/andromeda/on-chain-programs/audit.md).
* **Data may be wiped.** Backend state (cache, identity records, session metadata) will be reset when the underlying networks move from pre-alpha to Alpha. dWallet state on-chain follows whatever the Ika network does.

## Known limitations

* Devnet only. No mainnet endpoint.
* The signing engine uses one mock node, not a real MPC quorum.
* No on-chain support for sr25519, Ristretto or pure Bitcoin Taproot. Substrate users enroll recovery owners with Ed25519 or Secp256k1, which Substrate supports natively. See [Recovery schemes](/hub/andromeda/reference/recovery-schemes.md).
* PII encryption-at-rest for identity records is being hardened; do not assume a database leak is fully PII-safe yet.
* High-level FHE operations require the deployment's default graph bytes and network encryption key to be registered first. Check [`/capabilities`](https://api.andromedainfra.pro/capabilities) before relying on them.

## Versioning

* The REST surface is versioned with a `/v1/` prefix.
* The canonical schema is the [OpenAPI 3.1 spec](https://api.andromedainfra.pro/openapi.json). When this documentation and the spec disagree, the spec wins.
* Routes scheduled for removal carry `Deprecation` and `Sunset` response headers (RFC 8594) before they go.

## Reporting issues

Found a bug or a security problem? See [Responsible disclosure](/hub/andromeda/security/disclosure.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/status.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.
