# 스테이킹

각각의 밸리데이터 (Validator)는 롤업을 통해서 전달된 배치(batch)에 대한 확인을 진행하게 되며 이 결과로써 스테이킹 (Staking)을 진행하고 이를 유지합니다.

밸리데이터 가동 시 정상 동작하였다면, 현재 롤업 컨트랙트에 생성된  RBlock에 스테이킹을 자동으로 시도합니다.

{% hint style="info" %}
스테이킹을 하기 위해서는 Git Repository에서 제공하는 코드를 사용자가 직접 실행해야 합니다.

* [https://github.com/dKargo/dkargo-validator-utils](<&#xA;https://github.com/dKargo/dkargo-validator-utils>)
  {% endhint %}

&#x20;

권한이 없다면 다음과 같은 에러가 발생합니다. 해당 경우 [디카르고 문의 사이트](https://dkargo.io/ko/about/contact)를 통해 알려주세요.

{% code overflow="wrap" %}

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

{% endcode %}

다음과 같은 에러문구는 계정에 스테이킹을 위한 토큰이 부족한 경우에 발생합니다. 밸리데이터를 가동 시에 사용하는 계정에 ETH를 충전해 주세요.

{% 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/undefined-2/undefined-1.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.
