> 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/getting-started/environments.md).

# Environments

There is one environment today: **Solana devnet**, running against the Ika and Encrypt pre-alpha networks.

| Thing            | Value                                         |
| ---------------- | --------------------------------------------- |
| API base URL     | `https://api.andromedainfra.pro`              |
| Dashboard        | `https://app.andromedainfra.pro`              |
| OpenAPI spec     | `https://api.andromedainfra.pro/openapi.json` |
| Capabilities     | `https://api.andromedainfra.pro/capabilities` |
| MCP endpoint     | `https://api.andromedainfra.pro/mcp`          |
| Underlying chain | Solana devnet                                 |

## On-chain programs (Solana devnet)

| Program                | Address                                        |
| ---------------------- | ---------------------------------------------- |
| rules-policy           | `6TX7qG47Fsocuwmgsgo2q3NLCHrbomoQxQLifapU8Thr` |
| allowlist-destinations | `91hycWu3sTbRELUDBTkqbyaEse1fVFDX3RmW9uPNQqFx` |
| velocity-guard         | `DVAkrYe4SWzihvbh94GC6aB7ESf1h4yxiSDyetq1jkdW` |
| time-lock              | `2i4bE6s7oc8kkziQETy55SGWQXxwotkpERr9XMv7Q7qs` |
| oracle-conditional     | `Wi6x2Y4YTYcv4aMz7AQRF2UELE36fZNKhsAoCFq2ssM`  |
| passkey-step-up        | `7xNwfNHtN11kf5JFNhsQTuciBskmWmZ8XcHSAeNdvorC` |
| fhe-gated              | `6NhfKThEydSHH6R7gBm94reo3simopRJmb4nDzkKU7np` |
| session-keys           | `3Y2QaXiJH3aSiooDnGQsZQhYN72r47mYYbHp9YWyiASm` |

You can look these up on any Solana devnet explorer.

## What this means in practice

* **Do not custody real value.** See [Status & disclaimers](/hub/andromeda/status.md).
* **State may be reset.** Backend caches and identity records will be wiped when the underlying networks move from pre-alpha to Alpha.
* **No mainnet endpoint.** There is no production URL yet. When there is one, it will be versioned and announced.
* **Feature availability varies.** Identity and recovery are opt-in per deployment. Always check [`/capabilities`](https://api.andromedainfra.pro/capabilities) rather than assuming.


---

# 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/getting-started/environments.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.
