> For the complete documentation index, see [llms.txt](https://dannychain.gitbook.io/danny/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dannychain.gitbook.io/danny/dan-defi/stake-and-validators.md).

# Stake & Validators

DannyChain uses Proof of Authority (PoA) consensus, which is typically more centralized than full Proof-of-Stake (a small set of approved validators/signers produce blocks). However, the project has

## **Key characteristics of PoA**:

* **Fast block times** — DannyChain achieves \~2 seconds per block with near-instant finality.
* **Low energy consumption** — No intensive mining.
* **High throughput** and very low fees.
* **EVM-compatible** — Works seamlessly with Ethereum tools.
* **More centralized** than PoW or PoS, but efficient for Layer 2 or enterprise-style chains.

## How DannyChain’s PoA Works

* A small set of trusted validators (authorities) take turns producing blocks in a round-robin or scheduled manner.
* Other nodes in the network verify the blocks signed by these authorities.
* The system relies on **Byzantine Fault Tolerance** principles to handle up to a certain percentage of faulty/malicious validators without breaking the chain.
* Block production is efficient because validators are known and trusted, avoiding the probabilistic finality issues in some other mechanisms.

## Staking Layer on Top of PoA

Although the core consensus is **PoA**, DannyChain offers **staking** for DAN token holders:

* Users can stake DAN to delegate to validators and earn rewards.
* This adds a **Proof-of-Stake-like incentive layer** for network participation and security.
* Staking helps distribute rewards and encourages holding/participation, even if the block production itself remains with the authority validators.

This hybrid approach (PoA for speed + staking for broader participation) is common in many high-performance EVM L2s and sidechains.

## Pros & Cons for DannyChain

**Advantages**:

* Extremely fast (\~2s blocks) and cheap transactions.
* Predictable performance.
* Suitable for DeFi, NFTs, gaming, and high-frequency apps.

**Trade-offs**:

* Lower decentralization compared to Ethereum’s PoS (fewer validators).
* Security relies heavily on the trustworthiness of the selected authorities.

**Official sources** consistently list the consensus as **Proof of Authority (PoA)** with \~2-second block times.

{% hint style="info" %}
By staking DAN, you can contribute to DAN network security and earn rewards APY & Fees.
{% endhint %}

## Introduced staking features:

* Stake **DAN** to help secure the network
* Earn passive rewards
* Delegate to validators (if delegation is enabled)

| Details                   | Result        |
| ------------------------- | ------------- |
| Total Validators          | 100           |
| Minimum stake             | 1,000,000 DAN |
| APY                       | 6%            |
| Lock period               | 7 days        |
| APY claim time            | 7 days        |
| Validator fees claim time | 7 days        |
| Admin fees                | 10%           |

## How to Participate (General Steps)

* Add DannyChain to your wallet (Chain ID: **5069**)
* Get **DAN** tokens (via bridge or DEX on dandex.io)
* Visit the staking/validator page and connect your wallet
* Stake or delegate
* Claim & Unstake

## **Network specs reminder**:

* Native token: **DAN**
* Block time: \~2 seconds
* Consensus: PoA (with staking layer)

***

## What is Proof of Authority (PoA)?

PoA is a **reputation-based** consensus algorithm where a limited number of pre-approved **validators** (also called authorities or signers) are responsible for producing and validating new blocks.

Instead of competing via computational power (like **Proof of Work**) or staking large amounts of tokens (like pure **Proof of Stake**), validators “stake” their **identity and reputation**. They are typically known entities whose real-world identity is verified, giving them strong incentives to act honestly — misbehavior can damage their reputation and lead to removal.

**Key characteristics of PoA**:

* **Fast block times** — DannyChain achieves \~2 seconds per block with near-instant finality.
* **Low energy consumption** — No intensive mining.
* **High throughput** and very low fees.
* **EVM-compatible** — Works seamlessly with Ethereum tools.
* **More centralized** than PoW or PoS, but efficient for Layer 2 or enterprise-style chains.

#### ☎️Need Help? <a href="#need-help" id="need-help"></a>

Reach out to us for support, suggest improvements, or file a ticket using the [**Support**](mailto:admin@dannychain.com) on Telegram. Our team is here to assist you!

* [**Telegram**](https://t.me/dannytoken): Join our developer community
* [**Twitter**](https://x.com/Dan74668): information Danny Chain


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dannychain.gitbook.io/danny/dan-defi/stake-and-validators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
