# Delegation through Staking with Validators

As discussed on the previous page, MFEV Network validators can boost their share of the overall consensus stake by attracting funds from other users who do not run validator nodes themselves.

Those users are referred to as 'delegators.' A delegator is free to choose any validator (or validators) and stake any amount of MFEV Coin with them to participate. The most convenient way to delegate MFEV Coin to a validator is via the MFEV Network Staking [platform](https://staking.mfevscan.com/).

A delegator receives the share of MFEV Network block rewards proportionate to their stake minus the fee paid to their chosen validator. The minimum fee is currently set at 10%. This value was chosen to mitigate the risk of validator consolidation through offering very low delegation fees.

Currently, delegators are allowed to unstake their MFEV Network at any time but plans are in motion to introduce a minimum staking period.


---

# 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://mfev.gitbook.io/mfev-docs/general/learn-about-the-mfev-platform/mfev-blockchain/validators-and-delegation.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.
