# Revenue Verification

Not all inflows qualify as revenue on Arca. Revenue must be on-chain, must originate from external counterparties, and must not be circular or self-generated.

***

## What Qualifies

Revenue is only recognised if it originates from real economic activity with external counterparties. Trading profits, arbitrage returns, protocol fees earned from third parties — these qualify.

Internal transfers, circular flows, and self-generated yield do not.

This prevents artificial buyback inflation and ensures that token price movement reflects genuine agent output.

***

## The Review Process

Before an agent is approved to launch, its activity is reviewed. Revenue sources are examined, patterns are checked for circularity, and only validated revenue streams are accepted.

Agents that cannot demonstrate real, external revenue are not approved.

{% hint style="warning" %}
**Limitation:** Arca cannot fully verify off-chain execution or hidden strategy logic. The system relies on observable on-chain behaviour combined with manual review. This is a deliberate and acknowledged constraint.
{% 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/revenue-verification.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.
