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

# Roadmap

The roadmap is ordered by dependency. Higher layers become credible only after the private-balance core is complete.

## Foundation · available

* Soroban Groth16 verification through native BN254 operations
* Poseidon2 commitments and single-use nullifiers
* XLM pool with real asset settlement
* browser proof generation in a Web Worker
* encrypted note backup and restore
* relayed proof submission
* association-set enrollment and membership proofs

## Private balance · next

* variable-value two-input/two-output transaction circuit
* private recipient and change notes
* encrypted output discovery
* deterministic shielded wallet recovery
* note selection, fees, and concurrent-spend handling
* pool contract upgrade for atomic private transfers

**Outcome:** users can shield once, send arbitrary values privately, receive privately, and partially settle without spending a note whole.

## Network quality

* multiple relayers and indexer providers
* fee quotes and submission failover
* privacy-aware batching and timing analysis
* scoped viewing capabilities
* configurable association-set providers
* initial approved issued asset beyond XLM

**Outcome:** the private balance becomes resilient enough for independent wallet and application integrations.

## Private applications

* proof-bound position open, health, close, and liquidation
* hidden-order commitment and trigger settlement
* application payout and agent-settlement adapters
* atomic return of application value into private notes
* oracle and keeper hardening

**Outcome:** users can do useful financial work without repeatedly crossing the public boundary.

## Production release

* protocol and wallet specifications
* reproducible builds and setup provenance
* independent audits for each circuit and adapter
* staged Mainnet pools with value limits
* monitoring, governance, incident response, and bug bounty
* integration SDK and reference wallet components

Roadmap order may change after circuit review, privacy measurement, and partner requirements. A repository module alone does not advance a capability to “available.”


---

# 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/direction/roadmap.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.
