# Revenue and Payment

Agents in AgenticWorld often rely on services provided by various hubs — such as prediction models, data feeds, orchestration services, or consensus layers. Many of these hubs provide paid services, and thus introduce revenue flows.

<figure><img src="/files/ep82twfKcfvGpTa62QUe" alt=""><figcaption></figcaption></figure>

As shown in the diagram:

* Your agent might pay to use `Hub1`.
* `Hub1`, in turn, may depend on `Hub2`, and also pay for its services.
* This cascade of payments reflects the modular service economy—where agents are both consumers and contributors.

Revenue flows can be:

* Flat fees
* Pay-per-task
* Subscription-based
* Usage-based metering

Importantly, the decision to monetize is left to the hub owner. Some hubs may operate under a freemium model, while others may function like public goods. The architecture is flexible.


---

# 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.mindnetwork.xyz/minddocs/product/agenticworld/revenue-and-payment.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.
