# Consensus Mechanism - Snowman++

INVAST uses a custom Snowman++ based L1 with the following features:

* **Leaderless**: No single validator is responsible for block proposals, reducing attack vectors.
* **High throughput**: Can handle thousands of transactions per second (TPS), with sub-second finality.
* **Byzantine Fault Tolerant (BFT)**: Secure even if up to 1/3 of validators are malicious or offline.
* **Finality in under 2 seconds** (often under 1 second on performant subnets)
* **Validators gossip about transaction acceptance probabilities**, updating iteratively until consensus is reached.

This  approach enables **fast and secure transactions** while keeping energy use low. It also prevents centralization and protects against malicious attacks by applying **public blockchain security checks,** ensuring a fair and reliable system.


---

# 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.invast.io/chainvast-testnet-in-progress/consensus-mechanism-snowman++.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.
