# Fees & Monetizations

Mono Protocol provides multiple revenue streams and monetization options for applications building on the platform.

<br>

| Category     | Fee Type                                   | Who Pays                 | Description                                                                                                                                    |
| ------------ | ------------------------------------------ | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Gas Fees     | Cross-Chain Source or same chain execution | Application => Paymaster | The app pays for the inclusion to the paymaster service in USD                                                                                 |
| Gas Fees     | Cross-Chain Destination                    | User=>Solver             | This fee is included in the quote the solver provides for execution                                                                            |
| Monetization | Swaps & Transfers                          | User=>App                | App configures the fees and collects them to a dedicated address. The fee is paid in the input token and delivered with every user transaction |
| Monetization | Function Calls                             | User=>App                | App calculates the fee it is willing to take and encodes this into the desired calldata to be executed as a transfer                           |


---

# 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://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/fees-and-monetizations.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.
