> 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/wallet-coordination.md).

# Wallet Coordination

AVEE monitors wallet activity and live market signals to optimize execution across decentralized markets.

<figure><img src="https://2121370627-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcbEmo9FGEr4i4QlvTcuZ%2Fuploads%2Fle5SLY9MoZxChk4B2jyS%2F0619-Arqora%20GitBook%20Posters%2019-19.jpg?alt=media&amp;token=b1f83c84-69a8-49d7-9b73-35827d1fe224" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Wallet-Level Verification

AVEE maintains transparent wallet-level interaction across decentralized execution environments.
{% endhint %}

Users are able to verify:

* execution activity
* transaction participation
* settlement outcomes
* on-chain interaction
* execution flow

directly through Web3 wallets and blockchain explorers.

Rather than abstracting execution away from users, AVEE keeps wallet interaction visible throughout the execution process.

{% hint style="success" %}
Non-Custodial Execution

AVEE is built around a non-custodial infrastructure model.
{% endhint %}

Users interact through decentralized wallet infrastructure while execution activity remains anchored to blockchain settlement systems.

The framework is designed to improve:

* transparency
* decentralized verification
* execution visibility
* operational accountability

Powered by non-custodial infrastructure, AVEE creates an execution environment where efficiency and transparency operate together without centralized custody dependence.

{% hint style="success" %}
Web3 Wallet Flow

AVEE integrates directly with Web3 wallet environments to support decentralized interaction and transparent execution coordination.
{% endhint %}

The result is an execution framework where:

* execution remains visible
* transactions remain verifiable
* settlement remains transparent
* user interaction remains decentralized
* activity remains auditable on-chain


---

# 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/wallet-coordination.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.
