# Consensus Type: PoN

**Proof of Nodes (PoN)** is the foundation of X1 EcoChain's always-on infrastructure. A global network of X1Nodes strengthens block integrity, supports validator activity, actively participates in the signing process, and ensures continuous network availability — fundamentally distinguishing it from energy-intensive consensus models that rely on computational competition rather than credentialed participation.

PoN operates through a deterministic node selection process in which authorized X1Nodes take turns proposing and validating blocks according to a structured rotation. This eliminates the overhead of cryptographic puzzles entirely, enabling instant finality and exceptional throughput: blocks confirm in approximately 7.5 seconds, with the network sustaining capacity for up to 2,000 transactions per second.

Security is inherent to the architecture. Participation is restricted to nodes that have fulfilled the qualification criteria required to achieve node status — establishing a trusted network environment that is naturally resistant to 51% and Sybil attacks. Because nodes must maintain their standing and credentialed status, the system creates strong accountability incentives, making malicious block forgery extremely difficult in practice.

Transaction validation is performed exclusively by verified participants, removing the wasteful resource competition present in other consensus models. Nodes operate cooperatively rather than competitively, maintaining network security through accountability rather than computational power.

This design also delivers direct economic efficiency. Because X1Nodes require minimal resources to operate, gas can be priced near marginal cost — approximately $0.01 per transaction.

Taken together, PoN provides a comprehensive consensus architecture that prioritizes security, scalability, and cost-efficiency, making X1 EcoChain particularly well-suited for applications demanding fast, low-cost transaction processing underpinned by a trusted and always-available node network.


---

# 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://x1ecochain.gitbook.io/x1-ecochain-tech-whitepaper/consensus-and-validator-system/consensus-type-pon.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.
