# Staking

Each Validator is responsible for verifying the batch submitted via rollup and must stake assets to participate and maintain validator status.

When a Validator operates correctly, it will automatically attempt to stake assets on the RBlock created in the current rollup contract.

{% hint style="info" %}
To initiate staking, users must manually execute the staking script provided in the Git Repository.

* ​<https://github.com/dKargo/dkargo-validator-utils>
  {% endhint %}

If the Validator does not have the required permissions, the following error may occur. If this error appears, please contact[ **dKargo Support**](https://dkargo.io/en/about/contact) through the inquiry page.

{% code overflow="wrap" %}

```jsx
WARN [12-12|02:46:42.480] validator address isn't whitelisted      address=0xf2A21a7EF1CD2e85b7Fb251d68ac98f523c5030b txSender=0xB31EbC1bAA9d165E5fbdF55DDfF60AC0a68f3362
```

{% endcode %}

If the Validator account does not have enough funds for staking, an error message related to insufficient tokens will be displayed. To resolve this, ensure the account used for Validator operation has sufficient ETH before running the node.

{% code overflow="wrap" %}

```jsx
WARN [12-12|02:46:42.480] insufficient funds for intrinsic transaction cost
```

{% endcode %}


---

# 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.dkargo.io/docs2-eng/validator-operations/staking.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.
