# Stakers & Validators

**Validators** are responsible for processing transactions and adding new blocks to the blockchain. They run nodes that participate in the network's consensus process.\
\
**Stakers** delegate their $SOL to validators and in doing so, they help the validator secure the network and earn rewards. \
\
To understand Guardians mission and value proposition, we must first understand the Solana validator staking ecosystem.\
\
There are plenty of reasons for stakers to delegate their stake to a performant, ethical validator!  However there are two big ones that stand out.\
\
1\. They help to secure and improve the Solana network.\
2\. They earn staking rewards in the form of $SOL via built-in inflation.

### What is staking on Solana?

The way staking works on Solana is slightly different to other protocols. Unlike "regular" staking systems when you stake your Solana you are not handing over your $SOL to be used in a staking contract but rather ***delegating*** it to a validator that you believe is performant and has not only your but also Solana's best interests in mind. \
\
This means when you natively stake your $SOL it never leaves your custody and remains in your full control. This is done by depositing your $SOL into a [stake account](https://solana.com/docs/economics/staking/stake-accounts) which your wallet has authority over and by extension you.\
\
That stake account delegates your $SOL to your chosen validator. It takes one epoch for your stake to "activate" and start securing the network and **earning rewards.** Conversely it takes one epoch for you to un-stake or "deactivate" at which point you can withdraw your $SOL from the stake account.\
\
If this sounds complicated don't worry, this is a super easy process and can be done in most Solana native wallets such as Solflare or Phantom! Learn how here or join our [discord ](https://discord.gg/ay7gJeuWk4)and ask us any questions you may have!\
\
What is Liquid staking?

Liquid staking has some great advantages and may be your staking method of choice! Please see our \
[gS (LST](/guardian-validator/gs-guardian-staked-sol-lst.md)) section for more information.

Now you understand more about staking on Solana!&#x20;

Please head over to [Staking Rewards - Unpacked](/guardian-validator/staking-rewards-unpacked.md) for big a picture understanding of the staking dynamics on Solana!


---

# 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://guardian-validator.gitbook.io/guardian-validator/stakers-and-validators.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.
