> 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).
