> ## Documentation Index
> Fetch the complete documentation index at: https://pessoal-86816071.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap and Gaps

> Known limitations, external dependencies, and the remaining path from scaffold to live product.

# Roadmap and Gaps

This page tracks the gap between the current repo and a fully operational live product.

## Code-complete inside the repo

The following are already present:

* Anchor vault program
* deterministic solver
* Ranger runtime
* Drift live path
* Kamino live path
* vault operator CLIs
* Mintlify docs
* offline tests

## Still external to the repo

These are not documentation or code gaps anymore. They are deployment and operations tasks.

### Infrastructure

* deploy the Anchor program to the target cluster
* fund the authority, executor, and manager wallets
* create persistent keypairs for share mint and treasury

### Strategy execution

* provide production manifests for `MarginFi`
* provide production manifests for `Perena`

### Ops maturity

* replace the simulated COBO layer with a real MPC integration if needed
* decide the production monitoring and alerting surface

## Suggested delivery sequence

1. validate live protocol build paths
2. deploy the program
3. bootstrap the vault
4. run direct deposits and withdrawals
5. run the first rebalance
6. add production manifests for the remaining sleeves
