# Staking

The staking mechanism lets you earn rewards by locking your tokens to support the DogZilla ecosystem.

<figure><img src="https://2470158326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr1rpSLso3odY1qb1YN94%2Fuploads%2F0VI9cPGN4Dr2QZaRKg7z%2Fstaking.png?alt=media&#x26;token=4c1522b5-ba4f-4a8c-8427-b06571601da4" alt="" width="563"><figcaption><p>Staking Program</p></figcaption></figure>

## Stake

* **Entry Level ->** The minimum amount to stake is 500K <mark style="color:green;">DOGZ</mark>. **This requirement doesn't apply to Loyal Holders who joined the program on early stages.**
* **Compound ->** Compound interest is not automatic. In order to achieve it, you need to claim and stake your rewards.

{% hint style="info" %}
After staking 500K <mark style="color:green;">DOGZ</mark>, you become a Loyal Holder and gain the privilege to compound your rewards.
{% endhint %}

## Unstake

* **Withdraw ->** You can only withdraw the total amount of your staked tokens. Withdrawals include the unclaimed rewards.
* **Release Period ->** After withdrawing yours tokens there is 5-day release period. During this period the staked amount keeps generating rewards.

## Rewards

* **Pool Size ->** 50 million <mark style="color:green;">DOGZ</mark> tokens allocated for 4 years to reward the participants.
* **Reward Distribution ->** Rewards are distributed proportionally to the amount of tokens you lock.
* **Claim ->** You can claim your rewards at any time.

## APY

The APY (Annual Percentage Yield) is variable and will fluctuate based on the following equation.

<figure><img src="https://2470158326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr1rpSLso3odY1qb1YN94%2Fuploads%2Fy3aZ1NfbA7QnQGirhcrr%2FAPY.png?alt=media&#x26;token=fa50a08f-f365-4b11-990b-22f97cad277c" alt=""><figcaption><p>APY Equation</p></figcaption></figure>


---

# 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://dogzilla.gitbook.io/documentation/defi/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.
