> For the complete documentation index, see [llms.txt](https://cagacrypto.gitbook.io/caga-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cagacrypto.gitbook.io/caga-whitepaper/staking-and-rewards/caga-staking-essentials.md).

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