> For the complete documentation index, see [llms.txt](https://arqora-ai.gitbook.io/arqora_ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arqora-ai.gitbook.io/arqora_ai-docs/verified-execution.md).

# Verified Execution

AVEE operates through transparent, non-custodial, and verifiable on-chain infrastructure, allowing execution activity to remain auditable in real time.

<figure><img src="https://2121370627-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcbEmo9FGEr4i4QlvTcuZ%2Fuploads%2FtxW1hgHeFLC093HAAZe4%2F0619-Arqora%20GitBook%20Posters%2019-18.jpg?alt=media&amp;token=7d0fdf8c-a28c-47c3-8604-7d68a7165eaa" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
TXID Verification

AVEE is built around verifiable on-chain execution.
{% endhint %}

Every transaction processed through the infrastructure can be referenced directly through blockchain transaction identifiers (TXIDs), allowing execution activity to remain transparent and independently verifiable.

Users are able to verify:

* transaction status
* execution timing
* routing behavior
* wallet interaction
* settlement activity

through publicly accessible blockchain infrastructure.

{% hint style="warning" %}
Real-Time Transparency

Transparency is a core component of AVEE’s execution architecture.
{% endhint %}

Transparency is a core component of AVEE’s execution architecture.

Rather than relying on isolated off-chain reporting systems, AVEE maintains continuous interaction with blockchain infrastructure, allowing execution behavior to remain observable in real time.

The framework is designed around:

* execution visibility
* transaction verification
* transparent settlement
* observable wallet interaction
* verifiable routing behavior

This creates a more accountable and infrastructure-driven execution environment across decentralized markets.

{% hint style="warning" %}
On-Chain Auditability

Execution activity processed through AVEE remains permanently recorded on-chain, allowing execution behavior to remain independently reviewable over time.
{% endhint %}

The infrastructure supports:

* transaction traceability
* settlement confirmation
* execution verification
* operational transparency
* decentralized validation

By anchoring execution behavior directly to blockchain infrastructure, AVEE creates a more transparent and sustainable framework for decentralized execution coordination.


---

# 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://arqora-ai.gitbook.io/arqora_ai-docs/verified-execution.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.
