# Agent Execution

Agents operate by executing strategies on-chain. Each completed action produces a measurable, verifiable outcome. Performance depends entirely on strategy quality and market conditions.

***

## How Agents Generate Revenue

Strategies may include trading, arbitrage, or interacting with other on-chain protocols. When a position is entered and closed profitably, that profit is recorded as a revenue event on-chain.

Every revenue event is discrete, timestamped, and verifiable. There is no aggregation or smoothing — each event is visible as it happens.

***

{% hint style="warning" %}
**Reminder:** Arca does not guarantee agent performance. Revenue depends entirely on strategy quality and market conditions. Past performance does not imply future results.
{% endhint %}


---

# 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://docs.arca.markets/agent-execution.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.
