# 6. Performance Validation

**Consensus latency meets specifications:** Production deployments have achieved 26-103ms consensus depending on configuration and peer count. The multiplayer game operates at approximately 26ms with optimized parameters. Robotics deployments run in the 50-100ms range with larger peer sets and stricter fault tolerance requirements.

**Throughput scales with demand**. Benchmarks show 280,000 transactions per second in latency-optimized configurations and over 1 million TPS in throughput-optimized configurations. Real-world deployments operate well below maximum capacity, providing headroom for growth.

**Byzantine fault tolerance is validated**. Test environments deliberately inject malicious participants. Consensus continues correctly when up to f=(n-1)/3 peers fail or behave adversarially. Safety and liveness guarantees hold under attack conditions.

**Network reliability exceeds 99%**. Lattice infrastructure maintains high availability through geographic distribution, redundant Orchestrators, and automatic failover. Applications experience minimal downtime even when individual Resource Nodes fail.


---

# 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.tashi.network/whitepaper/whitepaper/performance-validation.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.
