> For the complete documentation index, see [llms.txt](https://cryptodee.gitbook.io/ausd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptodee.gitbook.io/ausd/project-section/ausd-staking.md).

# AUSD Staking

### ✨Web3 Staking

**Web3 Staking** means **locking your cryptocurrency tokens** into a **blockchain network** that uses a **Proof of Stake (PoS)** or similar system — to help secure the network, validate transactions, and **earn rewards or interest** in return.

It’s one of the key features of **Web3**, where users can **directly participate** in running and governing decentralized networks — instead of just using them.

<figure><img src="/files/UdeioowWk64ljGP7uzA8" alt=""><figcaption></figcaption></figure>

***

#### 🔹 **Simple Definition**

> Web3 staking = earning rewards by locking your crypto to support a decentralized blockchain network.

***

#### 🔗 **How It Works**

1. **You stake your tokens** (like ETH, SOL, ADA, etc.).
2. **The blockchain locks your tokens** for a period of time.
3. **You become a validator (or delegate)** — helping verify transactions.
4. **You earn rewards** (like new tokens or fees) for helping the network.

***

#### 💰 **Why People Stake**

* To **earn passive income** from holding crypto.
* To **support network security** and decentralization.
* To **participate in Web3 ecosystems** (governance, voting, etc.).

***

#### ⚠️ **Things to Know**

* Your tokens are **locked** during staking — can’t withdraw immediately.
* You might lose some tokens if your validator misbehaves (**slashing**).
* The **reward rate** depends on the network and how much is staked.

***

#### 🧩 **Example**

If you stake **10 ETH** on Ethereum’s PoS network:

* Your ETH is locked.
* You help confirm transactions.
* You might earn **\~4% per year** as staking rewards.


---

# 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://cryptodee.gitbook.io/ausd/project-section/ausd-staking.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.
