# Proof-of-Performance Layer

### Real-time AI models constructed to be tamper-proof

This is Aura’s cryptographic trust layer — engineered for contexts where execution integrity is mission-critical.

Models in this tier must:

* Serve outputs in real-time
* Respond under defined time and cost constraints
* Log all session metadata

Aura uses zkTLS to prove that communication with the model occurred without man-in-the-middle interference. This is supported by:

* Cloudflare/third-party routing logs to prove request origination
* Time-bounded execution constraints to prevent pre-generation
* Hash signatures of model input/output for tamper resistance

Together, these measures allow auditors, governance stakeholders, and external users to verify that a model did what it claimed, when it claimed it, without compromising IP or user data.

This hybrid of AI validation and blockchain verification is what gives Aura its unique position in the ecosystem: making intelligence trustworthy, provable, and programmable.

<figure><img src="/files/PUqxwyXx0geiCAiUr2uW" alt=""><figcaption></figcaption></figure>


---

# 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://aura-9.gitbook.io/aura/technical-reference/quickstart-1.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.
