# Finalized

The **Finalized** phase is the terminal state of a vault. Once a vault is finalized, no further actions can be taken.

## How a Vault Gets Finalized

A vault can reach the Finalized state through several paths:

| Path                          | Trigger                                           |
| ----------------------------- | ------------------------------------------------- |
| **Successful completion**     | FullyRepaid → Finalized (all funds distributed)   |
| **Funding deadline expired**  | RaisingFunds → Finalized (investors refunded)     |
| **Approval deadline expired** | AwaitingApproval → Finalized (investors refunded) |

## What Happens

* All funds have been distributed (or refunded in the deadline cases)
* No further deposits, payments, claims, or withdrawals are possible
* The vault contract remains on-chain as a permanent record of the loan

{% hint style="info" %}
Finalized vaults serve as an immutable audit trail. All events — deposits, payments, claims, phase transitions — remain queryable on the Stellar ledger.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.trilobyte.finance/protocol-mechanics/vault-lifecycle/finalized.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
