# Automatic Revenue Fees

Creating automatic fees collection using Orangepill [Apps.Forward](/smartapps/forwarding-transactions.md) object in a custom crypto processing solution is a streamlined process. The operator begins by establishing virtual accounts for each supported cryptocurrency. Subsequently, the operator configures [Apps.Forward](/smartapps/forwarding-transactions.md) objects for each merchant's virtual account, with the flexibility to designate either fixed or percentage-based fees for forwarded amounts. The automation mechanism within the platform ensures that payment forwarding takes place automatically, empowering operator with a hassle-free and efficient fee collection system.&#x20;

Check documentation on [creating Virtual accounts](/orangepill-api/virtual-accounts.md).

Check documentation on [creating Apps.Forward](/smartapps/forwarding-transactions.md).


---

# 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.orangepill.cloud/tutorials/crypto-payments-processor/automatic-revenue-fees.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.
