# Staking Basics

Currently, there are two ways of staking on Aleph Zero:&#x20;

* **Direct nomination:** You need a minimum stake (2000 AZERO). You have full control of who you nominate and are free to change your nominations without going through the unbonding period (14 days). Your rewards will be paid to you automatically every day after the ERA change.

{% code title="SWISS-AREA51 validator address" %}

```
5DD8XggGRHJLbK1NB8f76Gz5YWkKsY7H6GFjHsz2BooogChK
```

{% endcode %}

* **Pooled nomination:** You join our "staking pool" that unites a group of stakers. The good things are that you can stake as little as 10 AZERO this way. However, the downside is, that the only way to auto-compound is to claim rewards manually and add to the pool from time to time.

{% code title="CCS nomination pool" %}

```
#48 SWISS POOL 🇨🇭 [Lowest fees]
```

{% endcode %}

{% hint style="info" %}
It is important to remember that both staking methods are equally safe, and you are never losing custody of your tokens, only "delegating" them to our validator (we cannot claim them).
{% 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.cryptoclubswiss.com/aleph-zero-docs/staking/staking-basics.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.
