# XZK & vXZK Staking

### Introduction

The [XZK & vXZK Staking Program](https://dao.expandzk.com/staking) is a DeFi protocol designed to incentivize long-term participation in the ExpandZK ecosystem while providing attractive rewards to community members. This program represents a key component of the [ExpandZK DAO](https://www.tally.xyz/gov/mystiko)'s governance and tokenomics strategy, offering participants the opportunity to earn rewards while contributing to the protocol's stability and growth.

#### Program Incentives and Benefits

**Reward Structure**

* **Total Reward Pool**: 50 million [XZK](https://etherscan.io/address/0xe8fC52b1bb3a40fd8889C0f8f75879676310dDf0) tokens distributed over 3 years
* **Dynamic APR**: Variable annual percentage rate based on staking duration and total participation
* **Exponential Decay Model**: Rewards follow a mathematical model using exponential decay, ensuring fair distribution over time
* **Vesting Mechanism**: Rewards are calculated based on time staked, encouraging long-term commitment

Check [Staking Rewards](/xzk-and-vxzk-staking/staking-rewards.md) for more information.

**Community Benefits**

**1. Governance Participation**

* Governance token [vXZK](https://etherscan.io/address/0x16aFFA80C65Fd7003d40B24eDb96f77b38dDC96A) holders can receive higher rewards, which increases governance token participation
* Direct influence on DAO governance decisions
* Enhanced voice in protocol development and strategic decisions

**2. Economic Incentives**

* Earn passive income through staking rewards
* Dynamic APR calculated based on current total staked tokens - higher staked tokens result in lower APR, while lower staked tokens result in higher APR

**3. Protocol Stability**

* Long-term token lockup reduces circulating supply volatility
* Creates a stable foundation for the ExpandZK ecosystem
* Aligns user interests with protocol success

**4. Risk Mitigation**

* Non-transferable staking tokens prevent speculative trading
* Pause mechanism for emergency situations
* DAO-controlled access for enhanced security

**Technical Features**

* **Reentrancy Protection**: Secure against common DeFi attacks
* **Access Control**: ExpandZK DAO governance integration
* **Flexible Staking Periods**: Support for various staking durations
* **Transparent Reward Calculation**: On-chain verifiable reward distribution

The XZK Staking Program serves as a cornerstone of the ExpandZK ecosystem, fostering community engagement while providing sustainable economic incentives for long-term participants.

### Source Code

The complete source code for the XZK Staking Program is available on GitHub: <https://github.com/expandzk/xzk-staking>


---

# 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.expandzk.com/xzk-and-vxzk-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.
