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

# Pricing & Fees

## Fees

TradPay is a self-serve platform, it's free to get started and we charge a fee per transaction.

<table><thead><tr><th width="255.296875">Category</th><th width="116.1875">Fee Rate</th><th width="117.87890625">Min Tx Fee</th><th>Chains</th></tr></thead><tbody><tr><td>Checkout / Subscription / Paylink / Payout</td><td>1%</td><td>$0.36</td><td><code>Ethereum</code> <code>Solana</code> <code>BNB</code> <code>Polygon</code> <code>Arbitrum</code> <code>Optimism</code>  </td></tr><tr><td>Checkout / Paylink / Payout</td><td>2%</td><td>$1.60</td><td><code>TRON</code></td></tr><tr><td>Fiat to Crypto <code>On-Ramp</code></td><td>1.5%</td><td>$1.00</td><td><code>Ethereum</code> <code>Solana</code> <code>BNB</code> <code>Polygon</code> <code>Arbitrum</code> <code>Optimism</code>  </td></tr></tbody></table>

{% hint style="info" %}
Our standard [Terms of Use](/docs/legals/terms-of-service.md) apply. We offer custom pricing for high volume merchants.
{% endhint %}

Launch a Pay Link in under 2 minutes from the [TradPay dashboard](https://app.tradpay.io/) or via the [API](/docs/readme.md).

Set your price in digital or fiat currency, choose the blockchains and currencies you want to accept, Buyers choose their network and currency at checkout, with automatic price conversion.

Select your recipient wallet(s) for 100% decentralised payouts—TradPay never holds custody, and funds flow instantly from buyer to merchant.


---

# 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:

```
GET https://tradpay.gitbook.io/docs/pricing-and-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.
