# Penalties

### Double Signing Penalty[​](https://wiki.findora.org/docs/modules/staking/penalties#double-signing-penalty) <a href="#double-signing-penalty" id="double-signing-penalty"></a>

This penalty triggers when a validator signs two different blocks at the same time (i.e. attempts a double spend attack). If double-signing is detected, then the violating validator will be penalized with:

* Burned FRA: burn **5%** of FRA staked at validator

  ```
  - i.e. if validator staked 100 tokens, then 5 FRA will be burned
  ```

### Unavailability Penalty[​](https://wiki.findora.org/docs/modules/staking/penalties#unavailability-penalty) <a href="#unavailability-penalty" id="unavailability-penalty"></a>

This penalty triggers when a validator is offline. Since the availability of validators to contribute to voting is critical to securing a PoS blockchain, unreliable validators must be punished when they fall below the performance. For every missing block, **0.00001%** of FRA staked at validator will be burned.&#x20;

* <pre data-overflow="wrap"><code>- i.e. if validator staked 100000 tokens, then 1 FRA will be burned when this validator miss one block.
  </code></pre>


---

# 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.findora.org/key-concepts/staking/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.
