# Staking

The validation of the blocks is delegated to delegates by stakeholders in Cascadia’s DPoS consensus.  These delegates, also known as witnesses, protect Cascadia on behalf of the stakeholders and are in charge of fostering network consensus when new blocks are being validated.  The delegates that will submit a specific proposal to the stakeholders in order to secure their votes are chosen by the stakeholders via a democratic voting system.  The amount of Cascadia tokens that network users have locked up in their wallets determines the voting power, but the rewards for a successful block validation are split between agents who participate in the network, as described below.

As stakeholders vote based on a candidate’s reputation, DPoS enables improved block validator screening.  Stakeholders have the right to dismiss or substitute alternative witnesses at any moment for unruly or ineffective delegates.

{% hint style="info" %}
Delegating tokens comes with risks.  When delegating tokens to a validator, you take on a certain level of responsibility for their actions, depending on the number of tokens you've delegated.  It's crucial to research validators thoroughly before delegating to minimize potential risks.&#x20;
{% endhint %}


---

# 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://cascadia.gitbook.io/gitbook/delegation.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.
