> For the complete documentation index, see [llms.txt](https://docs.zerowave.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowave.my.id/testnet/pwr-node.md).

# PWR Node

PWR Chain is a blockchain network designed to overcome challenges like scalability, interoperability, and developer accessibility. Unlike traditional blockchains that rely on a single virtual machine architecture, PWR Chain allows for an infinite number of virtual machines and applications to operate independently on top of its base layer. This separation of validation and processing enhances efficiency and scalability, ensuring that one application's performance does not impact others.

The core layer, managed by validator nodes, handles consensus, transactions, block organization, and network security, while the processing of smart contracts and applications occurs separately. This architecture supports over 300,000 transactions per second with instant finality.

PWR Chain's development environment is inclusive, allowing developers to use familiar programming languages and tools. It also features a fixed fee model based on data processed, making transaction costs predictable. These features make PWR Chain a powerful platform for building the next generation of decentralized applications.

## Server Requirement

| CPU   | Memory | Disk  | Operating System |
| ----- | ------ | ----- | ---------------- |
| 1 CPU | 1 GB   | 50 Gb | Ubuntu 22+       |


---

# 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:

```
GET https://docs.zerowave.my.id/testnet/pwr-node.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.
