# Fees

## Overview

Chainspot employs two monetization models, customized based on whether the service operates in a B2C or B2B capacity.

## For B2C (Retail Users on app.chainspot.io)

### **Transactional Business Model**

* A fee of **$0 to $2** in the native currency of the user’s source network (e.g., BNB, ETH, SOL) applies, depending on the liquidity provider, token, and source network.
* From **0% to 0.02%** transaction fee is also applied on the exchange or transfer amount, with the rate depending on the liquidity provider, token, and network.

### **Success Fee Business Model**

* A **5% to 12%** fee on the yield earned from any DeFi position opened via Chainspot in a yield-generating protocol.

## For B2B (Wallets, dApps, Fintech)

The B2B model also includes both transactional and success fee structures, but **partners determine their own fee rates and formats**. Chainspot, in turn, charges up to **30% of these fees**, with minimum charges set at **0.01%** on the volume of swaps and transfers and at least **5% success fee** on opened positions.

{% hint style="info" %}
For detailed information on monetization terms and options for partner integrations, please refer to the [API -> Monetization](/integration/monetization.md) section.
{% endhint %}


---

# 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.chainspot.io/overview/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.
