# 验证器

## 概述

FON 智能链是一种创新的解决方案，FON 智能链依赖于一个由 99 个验证者组成的系统，该系统具有权益证明 (APoS) 共识，可以支持较短的出块时间和较低的费用。抵押最多的验证者候选人将成为验证者并生产区块。双签检测和其他罚没逻辑保证了安全性、稳定性和链的最终性。

除了 21 个活跃的验证者之外，FSC 还将引入更多的验证者，例如另外 超21 个不活跃的验证者作为备份加入验证者集合，这些验证者将被称为“候选者”。

不可用的候选人也将被削减，但规模较小。预计将保持良好的动机，以便候选验证者愿意确保质量并帮助确保 FSC。

在极端情况下，如果 21 个活跃的验证者中的大多数受到攻击并离线，候选验证者可以向信标链报告陈旧的阻塞，恢复它并最终提议重新选举活跃的验证者集。

### 什么是验证器？ <a href="#what-is-validator" id="what-is-validator"></a>

FON Smart Chain 依赖于一组负责在区块链中提交新区块的验证者。这些验证者通过签署包含由每个验证者的私钥签名的加密签名的块来参与共识协议。验证者集由 FON 智能链上构建的质押模块确定，以每3个小时刷新一次竟选名次，来进行竞选21个有效验证人。


---

# 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.fonscan.io/zh_cn/develop/validator.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.
