# AI-Native Enhancements

### <mark style="color:orange;">**Verifiable Inference**</mark>

* **PoI (Proof-of-Inference):** Generates on-chain proofs of inference results.
* **PoR (Proof-of-Reference):** Validates result consistency using model fingerprints.
* **Model Registry:** All AI models must be registered on-chain with version, hash, license, and audit info.

**AI Oracles and Data Channels**

* **Decentralized inference network:** Threshold proofs and result aggregation from multiple nodes.
* **Data sources:** IPFS/Arweave + TEE return channels to ensure trusted inputs.

### <mark style="color:orange;">**Computing Power & Data Marketplace**</mark>

* Nodes can register GPU/NPU resources for task bidding and scheduling.
* Datasets can be tokenized as NFTs with zero-knowledge access proofs and royalty distribution.

### <mark style="color:orange;">**AI Contracts and Gas Model**</mark>

* AI Agents can run inside contracts to perform rebalancing, risk control, and automated decisions.
* Introduces **Streaming Gas (time-based billing)** + **Adaptive Gas (dynamic pricing based on model complexity/execution time).**


---

# 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://apchain.gitbook.io/apchain-docs/technical-architecture/ai-native-enhancements.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.
