# CAGA Staking Essentials

{% hint style="info" %}
Staking for the new network has started! Secure your slot [here](https://www.cagacrypto.com/join-early-access).
{% endhint %}

### What is Staking?

Staking is a way to contribute to the security and smooth operation of the CAGA network, while potentially earning rewards for your participation. Here's a simplified breakdown:

* **Imagine a community garden:** Everyone contributes plants (tokens) to a shared space.
* **Healthy garden, happy community:** By participating (staking), you help keep the garden (network) secure and running efficiently.
* **Everyone benefits:** In return for your contribution, you earn rewards (like fruits or vegetables) in the form of CAGA tokens.

### **Here's a more technical explanation:**

In Proof of Authority(PoA) systems like CAGA, validators are responsible for verifying transactions and adding new blocks to the blockchain. Staking essentially involves locking up your CAGA tokens for a set period. These locked tokens act as a guarantee of good behavior for the validators.

* **Benefits of Staking:**
  * **Network Security:** Staking discourages validators from acting maliciously, as they risk losing their staked tokens.
  * **Rewards:** Validators earn CAGA tokens as a reward for their participation.
  * **Community Governance:** In some PoA systems, staking grants voting rights, allowing you to participate in key network decisions.


---

# 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://cagacrypto.gitbook.io/caga-whitepaper/staking-and-rewards/caga-staking-essentials.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.
