# Staking Requirements

### What do I need in order to delegate? <a href="#what-do-i-need-in-order-to-delegate" id="what-do-i-need-in-order-to-delegate"></a>

Some amount of SAFE that you don’t need immediate access to as there is a windup period of 1 epoch before your $SAFE will start earning rewards and a 1 epoch cooldown period before your $SAFE is unlocked after unstaking.&#x20;

### Is there a minimum amount of SAFE needed to stake? <a href="#is-there-a-minimum-amount-of-safe-needed-to-stake" id="is-there-a-minimum-amount-of-safe-needed-to-stake"></a>

No, you can stake as little or as much as you want. It’s recommended to spread your stake across multiple validators. This is to avoid having ‘all your eggs in one basket if a validator stops operating.  so your coins still earn rewards. Additionally spreading your Stake helps with the decentralization of the network.

{% hint style="info" %}
When a validator stops operating your coins are not lost. Just unstake and restake them to start earning rewards again. Because of this, it is important to pick a stable validator so you don't miss out on 2 epochs worth of staking rewards (windup and cooldown period)
{% endhint %}

### Does it cost anything to stake SAFE? <a href="#does-it-cost-anything-to-stake-safe" id="does-it-cost-anything-to-stake-safe"></a>

There’s no initial cost, but most validators keep a percentage of the staking rewards earned by your stake (called a validator fee or commission). This validator fee is visible before you delegate your stake to a validator.

{% hint style="info" %}
Most validators charge a commission of anywhere between 8-15%
{% 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://docs.safecoin.org/staking/staking-requirements.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.
