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

# Network and Deployments

Vayyl publishes contract identifiers so available functionality can be distinguished from product direction.

## Vault V2 · Stellar Testnet

Vault V2 is the current application flow: fixed 1 XLM notes, wallet-bound backup/import, self-service ASP enrollment, proof-bound recipients, and relayed withdrawal.

| Component              | Identifier                                                                                                               |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| XLM pool               | [`CBUN…X33A`](https://stellar.expert/explorer/testnet/contract/CBUNTVFHCNN5CYNA3TLTSWPVYX5ED5V6W6X3Y5EAHUOZYJRUPYNAX33A) |
| Groth16 verifier       | [`CA7V…5PEP`](https://stellar.expert/explorer/testnet/contract/CA7VKFZRWSYIZTW34QXQCQJGON5R4PQSJGTUKJQIHLCCUILVGRI55PEP) |
| ASP membership         | `CCGQLQS5JZQWXG72FFPLM3PKPBPBAP636C7YSVTJY5VYA5UXGLR4Q4WZ`                                                               |
| ASP non-membership     | `CD3HTYBLAQVGQQSTONHPS5PQ4G4Y7T7ZRHH7FJ776W46MS7HYP6YAANY`                                                               |
| Indexer                | [Health endpoint](https://vault-v2-indexer-production.up.railway.app/health)                                             |
| Relayer and enrollment | [Health endpoint](https://vault-v2-relayer-production.up.railway.app/health)                                             |

Verified application transactions:

* [Shield 1 XLM](https://stellar.expert/explorer/testnet/tx/87a0fb6b72cd3ee5709d05aa879717c295e26846e1b0f601f77908271b2f0fbf)
* [Relayed settlement](https://stellar.expert/explorer/testnet/tx/c649b545db2809e76dfb0648c1f29dae6d47c70be5ebf7f638bd2d1aa4be1abc)

## Vault V1 · Stellar Mainnet

Vault V1 is the earlier fixed-note deployment foundation. Its public recipient and amount are visible during withdrawal and it is not presented as the final privacy design.

| Component          | Identifier                                                                                                              |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| XLM pool           | [`CB2N…Z3OW`](https://stellar.expert/explorer/public/contract/CB2NWPFWW5YLD6UYWR4RFERECSMBF6SB62P7RRP2LF2P2EMDSDLAZ3OW) |
| Groth16 verifier   | [`CATK…6MRD`](https://stellar.expert/explorer/public/contract/CATKJ2WBLQXGNVMGZ6E4JEZVTRMVJO2SKA3H7VH53TVD2HJPSBQ46MRD) |
| ASP membership     | [`CBJW…6YB3`](https://stellar.expert/explorer/public/contract/CBJWADSNYX52I6GEASN5P7MS6NWQ4O5WWQJOPTNSKCRHYTK2BYET6YB3) |
| ASP non-membership | [`CBJS…AAQE`](https://stellar.expert/explorer/public/contract/CBJSFSZOEOEBSBTUZPTFZNAMP37PU7GKVFRERYSBTMYY7KPG6QKMAAQE) |

{% hint style="danger" %}
The contracts and circuits have not completed an independent production audit. Do not treat deployment as an assurance of production safety.
{% endhint %}

## Evidence policy

A feature is described as available only when its contract, verifier configuration, frontend path, and confirmed transaction evidence exist. Repository-only modules are described as planned integrations.


---

# 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, and the optional `goal` query parameter:

```
GET https://vayyl.gitbook.io/vayyl-docs/build-with-vayyl/deployments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
