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

# Reference Overview

> Quick access to scripts, data types, account structures, and runtime entrypoints.

# Reference Overview

This section collects the concrete pieces you usually look up while building or operating the vault.

## Included references

* [Scripts](./scripts)
* [Accounts and Types](./accounts-and-types)

## Main code entrypoints

| Area                 | Entry file                                 |
| -------------------- | ------------------------------------------ |
| On-chain program     | `programs/multi_strategy_vault/src/lib.rs` |
| Solver               | `services/solver/src/solver.ts`            |
| Ranger executor      | `services/ranger/src/executor.ts`          |
| Vault program client | `services/ranger/src/vault-program.ts`     |
| Vault ops client     | `services/ranger/src/vault-ops.ts`         |
| Adapter catalog      | `services/adapters/src/index.ts`           |
