> For the complete documentation index, see [llms.txt](https://docs.chainspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainspot.io/integration/monetization.md).

# Monetization

## **Percentage of Every Transaction**

* You can choose any percent from the total swap/bridge amount for example 0.01% or 3.2%. It is fully up to you, there is no high or minimum limit;
* The commission is taken in source swap token (for instance: a user swaps OP on Optimism to USDT on BNB Chain, a user pays product's fees in OP. Gas fee is not included. An integrator receives income in OP token).
* Another example: if a user swaps 100 USDC on the Base chain and the set commission is 1%, 99 USDC tokens are used in the calculation of the trade and 1 USDC is sent to the Chainspot's smart contract, where it's further distributed between the integrator and Chainspot.

## Fixed Amount

* You can set fixed commission for cross-chain and on-chain swaps ;
* The commission is taken in a source network native gas token (for instance: a user swaps ETH on Ethereum to USDT on Arbitrum. A user pays fees in Ethereum's native gas token ETH. Gas fee is not included. An integrator receives income in ETH).

## **Percentage + Fixed amount:**

* The commission is taken in a source swap token + source network native gas token (for instance: a user swaps USDT on the Mantle to USD+ on Base. A user pays fees in Mantle's native gas token MNT + fee in USDT. Gas fee is not included. An integrator receives income in MNT and USDT).

In case you need more complex logic of swaps monetization contact our bizdevs or support to help you handle it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chainspot.io/integration/monetization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
