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

# Fees

DeGate charges a swap fee that depends on the token you trade, not on which chains the route touches. Every swap has USDC on one side: you pay in USDC when you buy, and you receive USDC when you sell. USDC is the settlement currency, so it never determines the fee. The fee is always set by the other token in the swap, in either direction. As of August 2026 there are two tiers: 0% when that token is a stablecoin, and 0.02% when it is anything else.

Two examples:

* **USDC to USDT:** the other token is USDT, a stablecoin, so the fee is 0%.
* **Selling TSLAx for USDC:** the other token is TSLAx, so the fee is 0.02%. Receiving USDC does not make it a stablecoin swap; the fee follows TSLAx.

There are no subscription fees and no hidden charges.

{% hint style="info" %}
**Swapping a stablecoin costs 0%; swapping any other token, including xStocks and Ondo RWA assets, costs 0.02%.**
{% endhint %}

## Swap fees

| Tier             | Fee   | What it covers                                                                                                |
| ---------------- | ----- | ------------------------------------------------------------------------------------------------------------- |
| Stablecoins      | 0%    | Fiat-pegged tokens such as USDC, USDT, PYUSD, USDS, DAI, USDe, and EURC, across all supported chains          |
| All other tokens | 0.02% | Every token that is not a stablecoin, from native coins to tokenized stocks, RWA assets, and long-tail tokens |

The exact fee for any token is shown in the swap quote before you confirm. If a token's quoted fee differs from the tier you expect, the quote is authoritative.

## Everything else

* **USDC bridging: free.** Moving USDC between supported chains is 1:1 with zero DeGate fees, across 10+ chains.
* **Simple Earn: free.** No DeGate fees; all vault yield goes to the user. Deposit and withdraw anytime.
* **Sends: free.** DeGate charges no fee on sends, whether same-chain or cross-chain; cross-chain sends are routed automatically. Standard network (gas) costs still apply, handled as below.
* **Gas:** handled automatically and deducted from your balance. You never need to hold native gas tokens.

## FAQ

**Which tokens count as stablecoins?** Fiat-pegged tokens that DeGate classifies as stablecoins: USDC, USDT, PYUSD, USDS, DAI, USDe, EURC, and many more across supported chains. The list is maintained in the app, so the swap quote you see before confirming always reflects the fee that applies. Fee tiers can change; this page is updated when they do, as of the August 2026 snapshot. If a stablecoin you trade is quoted at 0.02% and you think it belongs in the 0% tier, suggest it through the **Feedback** feature in the DeGate app (or the other channels on [Contact Support](/support/contact-support.md)).

**If stablecoin swaps have zero fees, why is USDC to USDT not exactly 1:1?** The fee and the exchange rate are two different things. A 0% fee means DeGate adds no charge on top of the trade; it does not set the rate. USDC and USDT are separate assets with their own market prices, so a swap between them executes at the current market rate on the route, which is typically close to, but not exactly, 1:1. The quote shows the exact amount you will receive before you confirm. Moving the same asset between chains is a different operation: USDC bridging is 1:1 with zero DeGate fees.

**What do xStocks and Ondo assets cost to swap?** 0.02%, the same rate as every non-stablecoin token, as of August 2026. One boundary note: the tier follows DeGate's token classification, not the issuer — Ondo's USDY, a dollar-denominated yield token, sits in the stablecoin tier and swaps at 0%, while Ondo's onchain stocks and ETFs are 0.02%.

**Who pays gas?** You do, but automatically: DeGate purchases the needed gas tokens and deducts the cost from your balance, so you do not need to pre-fund gas on each chain you use. Your balance does need enough to cover the network fees of a transaction.


---

# 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.degate.com/fees/fees.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.
