# Integration Partners

### **Fee Structure:**

Mosaic operates with no default protocol fees. However, integration partners have the option to charge a fee on swaps facilitated through their integration. If a platform fee is applied, Mosaic retains **15% of the platform fee** charged by the integrators by default.

<div data-full-width="false"><figure><img src="/files/7pmgFVldUO3BG20cCk3D" alt="" width="563"><figcaption></figcaption></figure></div>

|                 | Integration Partner | Mosaic  |
| --------------- | ------------------- | ------- |
| **Swap**        | **85%**             | **15%** |
| **Limit Order** | TBD                 | TBD     |

{% hint style="info" %}

### [**Note: API Key Requirement**](/swap-integration/api.md)

To access Mosaic APIs, integration partners must obtain an API key provided by the Mosaic team. Please reach out to us via Discord or email us directly at **<huy@mosaic.ag>** for assistance and further details.
{% endhint %}

### **Fee Claiming Process:**

For partners opting to use the Fee Claimer feature, fees can be claimed through the **Mosaic Fee Claim Portal**. Fees will be credited to the wallet address specified in the API call under the `partnerAddress` parameter.

*For more information about API parameters setup, please refer to the* [*Mosaic Swap Integration API*](/swap-integration/api.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.mosaic.ag/swap-integration/integration-partners.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.
