# Aleo Delegated Staking

The Aleo blockchain relies on a network of **validators**: infrastructure service providers who secure the network through **AleoBFT**, a **Proof of Stake** based **consensus mechanism** that leverages the latest state-of-the-art consensus research: **Bullshark**.

## Validators

Validators **verify** and **confirm** blocks of **transactions** and agree on state of the chain. They receive **rewards** and **fees** for their work securing the network. These rewards are proportional to a specific amount of Aleo tokens bonded to them. They are called **staking rewards**.

## Delegators

Because a minimum of **10M Aleo Credits** is required to become a validator, a mechanism natively exists on the chain to allow users not meeting the criteria to earn staking rewards: they can **delegate** their tokens by **bonding** them to a validator, in exchange for a **commission**. These users are called **delegators**. Both delegators and validators are referred to as **stakers**.

## Learn more

[Read more about Aleo Staking.](https://aleo.org/faq/)

[Check out its implementation.](https://github.com/AleoNet/snarkVM/blob/testnet3/synthesizer/program/src/resources/credits.aleo)

While delegation solves a major pain about Staking, it does not bring a liquid, scalabe, private staking mechanism on Aleo. Pondo aims at solving these pain points.


---

# 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.pondo.xyz/how-it-works/aleo-delegated-staking.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.
