> For the complete documentation index, see [llms.txt](https://docs.uniramp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uniramp.com/overview/fees-and-kyc.md).

# Fees & KYC

While the table provides a breakdown of the various fees charged by our different partners, it's important to note that the final cost of transactions includes additional factors such as spread and network fees. It is possible that a partner with "higher fees" might provide a better output in certain conditions. We meticulously calculate the all-inclusive cost of each transaction.

<table><thead><tr><th width="177">Partner</th><th width="160">Fees Range</th><th width="153">KYC Provider</th><th>License</th></tr></thead><tbody><tr><td>Transak</td><td>0.49%-5.49%</td><td>Jumio</td><td>UK (FCA), US (MSB), EU (VASP), IN (VDA SP)</td></tr><tr><td>Transfi</td><td>1.5%-3.5%</td><td>Sumsub</td><td>EU (VASP)</td></tr><tr><td>Mercuryo</td><td>3.95%</td><td>Sumsub</td><td>UK (FCA)</td></tr><tr><td>Unlimit</td><td>3.7%</td><td>Sumsub</td><td>UK (FCA), EU (EMI), NG (PSSP)</td></tr><tr><td>Swapin</td><td>0.8%-1.35%</td><td>Veriff/Onfido</td><td>EU (VCS)</td></tr><tr><td>Topper</td><td>3.9%</td><td>Veriff</td><td>UK (FCA), MSB)</td></tr></tbody></table>


---

# 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.uniramp.com/overview/fees-and-kyc.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.
