# Proof of Stake

### What is Staking? <a href="#what-is-staking" id="what-is-staking"></a>

Staking is the process of **securing the network by locking up your tokens**. It serves the same purpose as mining in a proof-of-work network such as Bitcoin.

Validator nodes validate transactions and the staked tokens act as an **economic incentive** for them to play by the rules of the network. Since validators are anonymous to make the network decentralized and resilient to attacks from the outside, Asset Chain employs proof of stake to prevent Sybil attacks.

Asset Chain requires validator nodes to lock up at least 30,000 RWA (Asset Chain's native token) to prevent Sybil attacks.

Proceed below for more details, on the types of staking supported on Asset Chain.

{% embed url="<https://app.gitbook.com/o/ozWPjpnLQnWe0tZlB7Iz/s/fOxLaEO4KRS4jU54Jd4B/~/changes/34/general-info/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.assetchain.org/technology/proof-of-stake.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.
