# PWR Chain Whitepaper

## PWR Chain White Paper V2

- [Abstract](https://whitepaperv2.pwrlabs.io/abstract.md)
- [Architecture](https://whitepaperv2.pwrlabs.io/architecture.md)
- [VIDA](https://whitepaperv2.pwrlabs.io/vida.md): Verifiable Immutable Data Applications
- [VIDA Security & Trustlessness](https://whitepaperv2.pwrlabs.io/vida-security-and-trustlessness.md)
- [EVMs on PWR Chain](https://whitepaperv2.pwrlabs.io/evms-on-pwr-chain.md)
- [Conduits](https://whitepaperv2.pwrlabs.io/conduits.md): Decentralized verification for external communication
- [Consensus](https://whitepaperv2.pwrlabs.io/consensus.md)
- [Scalability](https://whitepaperv2.pwrlabs.io/scalability.md)
- [Security](https://whitepaperv2.pwrlabs.io/security.md)
- [Transaction Fee Model](https://whitepaperv2.pwrlabs.io/transaction-fee-model.md)
- [PWR Coin Utility](https://whitepaperv2.pwrlabs.io/pwr-coin-utility.md)
- [Costs, Inflation & Deflation](https://whitepaperv2.pwrlabs.io/costs-inflation-and-deflation.md)
- [How To Build a VIDA](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida.md)
- [Basics of Blockchain Development](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida/basics-of-blockchain-development.md)
- [Stateless vs. Stateful VIDAs](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida/stateless-vs.-stateful-vidas.md)
- [Building a Stateless VIDA](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida/building-a-stateless-vida.md)
- [Building a Stateful VIDA](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida/building-a-stateful-vida.md)
- [Building a Lite Stateful VIDA](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida/building-a-stateful-vida/building-a-lite-stateful-vida.md): A learning-focused implementation of stateful applications
- [Building a Stateful VIDA - Part 1](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida/building-a-stateful-vida/building-a-stateful-vida-part-1.md)
- [Building a Stateful VIDA - Part 2](https://whitepaperv2.pwrlabs.io/how-to/how-to-build-a-vida/building-a-stateful-vida/building-a-stateful-vida-part-2.md)
- [How does PWR Chain Resolve Inconsistent VIDA Execution Results?](https://whitepaperv2.pwrlabs.io/faq/how-does-pwr-chain-resolve-inconsistent-vida-execution-results.md)
- [Inconsistent VIDA Results from Non-Deterministic Execution?](https://whitepaperv2.pwrlabs.io/inconsistent-vida-results-from-non-deterministic-execution.md)
- [Are there any restrictions on external API calls within VIDAs?](https://whitepaperv2.pwrlabs.io/are-there-any-restrictions-on-external-api-calls-within-vidas.md)
- [How are VIDA Upgrades Managed without Breaking Replayability?](https://whitepaperv2.pwrlabs.io/how-are-vida-upgrades-managed-without-breaking-replayability.md)
- [If an VIDA’s Logic Changes, how does PWR Chain Ensure Past Transactions Remain Verifiable?](https://whitepaperv2.pwrlabs.io/if-an-vidas-logic-changes-how-does-pwr-chain-ensure-past-transactions-remain-verifiable.md)
- [Glossary](https://whitepaperv2.pwrlabs.io/others/glossary.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://whitepaperv2.pwrlabs.io/abstract.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.
