> For the complete documentation index, see [llms.txt](https://dev.phron.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.phron.ai/phron-ai-layer-1.md).

# Phron AI Layer 1

**Phron AI Layer 1** is the blockchain backbone of the ecosystem. It integrates AI deeply into its **Phronesis Consensus** mechanism to ensure high throughput, secure smart contract execution, and dynamic resource allocation for AI workloads.

* **AI-Consensus** (Phronesis Consensus): Incorporates ML and Neural Networks algorithms to optimize block validation, detect anomalies, and streamline network performance.
* **High Throughput**: Built to accommodate AI-scale transactions and complex smart contract operations.
* **Adaptive Security**: Advanced staking and node validation processes reduce attack surfaces while maintaining decentralization.

{% hint style="success" %}
**Real-Time Testnet Data - 6 Months Uptime**\
Explore live metrics on the official [**PhronScan Testnet Explorer**](https://testnet.phronscan.io).
{% endhint %}

<table><thead><tr><th>Metric</th><th width="249"> Value</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Block Time</strong></td><td>~1 second</td><td></td></tr><tr><td><strong>TTF</strong> <br><strong>(Time-to-Finality)</strong></td><td>~1 second</td><td></td></tr><tr><td><strong>Gas Fees</strong></td><td>~USD$ 0.0003</td><td></td></tr><tr><td><strong>TPS (Transactions/Second)</strong></td><td>60,000 TPS</td><td></td></tr></tbody></table>

{% hint style="info" %}
**Did You Know?**\
Phron AI Layer 1 enables **intent-based** smart contracts, allowing AI-driven logic to adjust on-the-fly based on real-time data.
{% endhint %}


---

# 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://dev.phron.ai/phron-ai-layer-1.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.
