> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/th/riang-ru/validator.md).

# เป็น Validator

Chiliz Chain พึ่งพากลไก ฉันทามติ Proof of Staked Authority (PoSA) ที่ออกแบบมาเพื่อให้แน่ใจว่ามีเวลาสร้างบล็อกที่รวดเร็วและธุรกรรมที่มีต้นทุนคุ้มค่า

คุณสมบัติความปลอดภัยขั้นสูง รวมถึงการตรวจจับการเซ็นซ้ำและกลไก slashing ช่วยรักษาความสมบูรณ์ เสถียรภาพ และความสิ้นสุดของเครือข่าย

กลไก ฉันทามติ นี้ถูกจัดการเป็นหลักโดยสองบทบาทสำคัญ:

* Validators หรือผู้ตรวจสอบความถูกต้อง ซึ่งเป็นส่วนสำคัญของเครือข่าย พวกเขาสร้างและยืนยันบล็อกตามลำดับ
* ผู้มอบหมาย ซึ่งจัดสรร CHZ ของตนไปยังพูลของ validators เพื่อมีส่วนร่วมในการกำกับดูแลเครือข่ายและรับรางวัล

ใน Chiliz Chain มีจำนวนสูงสุดของ validators ที่สร้างบล็อกได้ นอกจากนี้ยังสามารถมี validators ที่ใช้งานอยู่จำนวนไม่จำกัดซึ่งไม่ได้สร้างบล็อก แต่อยู่ในคิวในกรณีที่ validator ที่สร้างบล็อกออฟไลน์หรือถูก "คุมขัง"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/th/riang-ru/validator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
