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

# Testing Overview

> How the repository validates logic offline and what still needs live cluster validation.

# Testing Overview

Testing in this repo is split into:

* `offline validation`
* `live readiness and cluster validation`

## Offline testing goals

Offline tests should prove:

* solver logic is deterministic
* policy caps are enforced
* adapters emit stable envelopes in fixture mode
* plan hashing is stable
* operator CLIs fail fast when configuration is missing

## Live testing goals

Live tests should prove:

* SDK adapters can build real bundles from RPC
* signers match protocol expectations
* direct protocol transactions can settle
* the vault program is deployable and executable
* the bootstrap path works end-to-end
* rebalance proofs can be recorded on-chain

## Recommended order

1. [Offline Testing](./offline)
2. [Live Readiness](./live-readiness)
