# Nominator Guides

Nominators are individuals who participate in the staking process by staking CTC (the native utility token of Creditcoin) and selecting validators to support.

By participating in the staking process, nominators contribute to the security and operation of the network. Nominators also earn a share of CTC staking rewards, based on the validator(s) they choose nominate. Nominators can select validators based on various factors such as recent payout history, total stake, commission rates, and the validator's own stake.

To incentivise good behaviour, nominators are at risk of losing staked CTC through ‘slashing’ if their nominated validators misbehave. To avoid the risk of losing staked funds through slashing, it is important for nominators to carefully choose validators that adhere to network rules and behave honestly.

{% hint style="info" %}
Refer to the [Staking Rewards](https://docs.creditcoin.org/staking/staking-rewards) and [Slashing](https://docs.creditcoin.org/staking/slashing) sections to know more about how nominators are compensated for staking and the associated risks.
{% endhint %}

Depending on the amount of CTC available for staking, investors can choose between two staking methods:

* **Nominating Without Staking Pools:** for investors with at least 19,500 CTC willing to actively participate in [selecting validators](https://docs.creditcoin.org/nominator-guides/nominating-without-staking-pools).
* **Joining a Staking Pool:** with no minimum stake requirement, investors can delegate their voting power to a pool operator and earn rewards in return.

### Guides <a href="#guides" id="guides"></a>

* [Nominate Without Staking Pools](https://docs.creditcoin.org/nominator-guides/nominating-without-staking-pools)
* [Nominate With Staking Pools](https://docs.creditcoin.org/nominator-guides/nominating-with-staking-pools)
* [Claiming rewards](https://docs.creditcoin.org/nominator-guides/claiming-rewards)


---

# 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.creditcoin.org/nominator-guides.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.
