# 4.5. Validator Quorum

In the genesis stage, a few trusted nodes will run as the initial Validator Set. After the blocking starts, anyone can compete to join as candidates to elect as a validator.

STARS is the token used to stake for Stargram Chain.

In order to remain as compatible as Ethereum and upgradeable to future consensus protocols to be developed, Stargram Chain chooses to rely on the staking management (Please refer to the below “Staking and Governance” section). There is a dedicated staking module for Stargram Chain. It will accept staking from STARS coin holders. Upon every UTC midnight, Stargram Chain will issue a verifiable ValidatorSetUpdate message to update its validator set.

While producing further blocks, the existing Stargram validators check whether there is a ValidatorSetUpdate message relayed onto Stargram periodically. If there is, they will update the validator set after an epoch period, i.e. a predefined number of blocking time.

<br>


---

# 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://stargram.gitbook.io/stargram-chain-whitepaper-v1.2/technical-architecture/4.5.-validator-quorum.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.
