# VITAL for Decentralised Verification

Vital acts as an enshrined verification layer for rollups. It consists of a network of AVS-registered operators that verify all new states proposed across by SQUAD operators. Vital operators detect invalid state roots and can challenge SQUAD operators in a bisection protocol.&#x20;

Vital can also operate with [optimistic ZK proofs](https://www.risczero.com/news/altlayer-zkfraudproofs) whereby Vital operators demand SQUAD operators to create a ZK proof for a disputed state root instead of engaging in a bisection protocol. Another operation mode would be to verify intermediate proofs that do not need to go to an L1.  Vital is crucial as the Mach AVS leverages it to provide a fast finality layer.

<figure><img src="/files/xW2USxkhZdGLLJCurWEf" alt=""><figcaption></figcaption></figure>

VITAL consists of a network of operators that verify a new state. Unlike the pre-confirmation offered by a rollup sequencer, the confirmation provided by the VITAL is much stronger than usual due to the underlying economic backing. This allows assets to be instantly withdrawn.

<figure><img src="/files/RyrckcH5qhV7zbDlp2Wy" alt=""><figcaption></figcaption></figure>


---

# 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.altlayer.io/altlayer-documentation/restaked-rollups/vital-for-decentralised-verification.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.
