# Staking

**What is staking?**

Staking is the process of actively participating in transaction validation of the Proof of Stake in KardiaChain. On the KardiaChain network, anyone with a minimum required balance of KAI can validate and earn staking rewards. Currently, the minimum requirement is 1000 KAI.<br>

**How staking works?**

KardiaChain uses Delegated Proof of Stake (DPoS) as its mechanism of selecting the top Validators who have secured the most voting power to participate in the validation of blocks and consensus process. These Validator will earn reward by doing their work. There will be two different kind of staking:

Delegators staking is delegating their KAI to the one or more Validators and earn the incentives. The final incentives will be the reward from staking minus the commission fee from the Validators.&#x20;

Validators staking by use their KAI and  earn the reward. The Validators will not only earn reward from their staking, but also the commission fee which they charge to the Delegators.<br>

**Staking rules**

During the staking process, the staking system will pay out rewards to all Validators and their Delegators through execution consensus protocol for every new block created. The rewards can be withdrawn immediately. The Delegators can un-delegate Validator(s) at any time during their staking, and their staked KAI will be held for 7 days before releasing back to their wallet.

In contrast, if validators double sign, frequently offline, not participating in the consensus process, their staked (including delegators delegated to them) can be slashed.<br>


---

# 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.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.
