# Disciplines

Slashing and Jailing are two types of disciplined actions that will apply to misbehaving or un-honest Validator.

**Slashing:**

The Validators’ stake will be slashed for any misbehave conditions. There is  two main slashing conditions:

* Double sign:  if someone reports the Validator signed two different blocks with same height, same round.&#x20;
* A Validator misses signing more blocks

The Validators also require to maintain reputation and trustworthiness, any malicious activities will result in slashing 25% of the total staked amount.&#x20;

**Jailing:**

The Validator will be in jail for misbehaving. If jailing:

* Due to being offline for too long, the Validator can send an bail/unjail transaction in order to re-enter the Validator set.&#x20;
* Due to being double sign block, the Validator cannot unjail. The Validators will be in jail for 1 hour and require manually un-jail after time expires.


---

# 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.kardiachain.io/docs/archived-docs/staking/disciplines-and-rewards/disciplines.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.
