# 5.6 Election

When an issue is detected with the Checker, a new generator is elected. The node with the highest voting power is elected as the new generator.

The new sequence generated by Checker require the confirmation from verification nodes that hold the super majority (referred to as the majority) of staked shares. If a new Checker encounters issues before being confirmed by the super majority, another Checker is selected in the order of staked share weights among the verification nodes. Similarly, this new Checker also requires the confirmation from verification nodes that hold the super majority of staked shares when generating a new sequence.

Once a Checker has been created, a secondary node can be selected to take over the responsibilities. If a secondary node exists, it will be considered as the next Checker in case of Checker failure.


---

# 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://ccc-23.gitbook.io/credit-chain-coin-white-paper/5.proof-of-stake/5.6-election.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.
