# Revenue System

### Revenue Sharing Mechanism

SYNTH introduces a revenue-sharing model powered by the ERC-8004 standard, ensuring that all value generated by robots and AI agents flows back to contributors:

* **Robotic Service Fees**: Payments from autonomous delivery, industrial automation, and maintenance tasks are distributed to stakers, builders, and infrastructure providers.
* **AI Modules & Subscriptions**: Developers of AI logic earn SYNTH every time their modules are used.
* **Data Economy**: Fees from selling or streaming robotic data are shared among network participants.

#### Representation

$$
\text{PayoutRule} = \alpha \cdot \text{Revenue}\_{\text{Stakers}}

* \beta \cdot \text{Revenue}\_{\text{Builders}}
* \gamma \cdot \text{Revenue}\_{\text{Infra}}
  $$

Where:

* α = percentage allocated to Stakers (securing and governing the network)
* β = percentage allocated to Builders (AI and robotic module developers)
* γ = percentage allocated to Infrastructure Providers (compute, storage, relays)

Constraint: α+β+γ=1

This ensures transparent, trustless, and programmable value distribution across the ecosystem.


---

# 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.synthos.link/usdsynth-token/revenue-system.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.
