# Slashing and Penalties

To maintain network integrity, validators face penalties for malicious or negligent behavior:

**Slashing Conditions:**

* **Double signing**: Validator signs two conflicting blocks (5-10% stake slashed)
* **Extended downtime**: More than 48 hours offline without notice (1-3% stake slashed)
* **Invalid transactions**: Attempting to validate fraudulent transactions (10-20% stake slashed)
* **Coordination attacks**: Participating in 51% attacks (100% stake slashed + permanent ban)

**Grace Periods:**

* **First-time minor infractions**: Warning with 24-hour grace period
* **Scheduled maintenance**: Validators can announce downtime to avoid penalties
* **Network-wide issues**: No slashing during verified network outages

**Slashed Fund Distribution:**

* 50% burned (removed from circulation)
* 50% distributed to honest validators as bonus rewards


---

# 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://bitcoin-munari.gitbook.io/bitcoin-munari-whitepaper/validator-network-architecture/slashing-and-penalties.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.
