# Fees and costs

When executing trades, TheOne sources liquidity from multiple venues, automatically selecting the most cost-efficient combination. Each venue applies its own trading fees, and on-chain execution requires gas fees.&#x20;

TheOne minimizes these third-party costs by using VIP-tier accounts and broker rebate programs on CEXs, as well as optimized bytecode-level smart contracts for DEX-related operations.&#x20;

All provider fees and network costs are included in the final execution amount and shown in the app for full transparency.

### Savings Share

Savings Share equals 30% of Savings.&#x20;

[Read more about Savings](/docs/theone-swapp/savings.md)

Savings Share **is not applied** when a route is built through a single liquidity source, meaning there is no comparison baseline and therefore no Savings.

### VIP Levels

VIP Levels is a 10-level system that reduces the Savings Share (initially 30%) based on the trading volume a user generates over a 30-day period.

<table data-header-hidden data-full-width="true"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>Level</td><td>30-day trading volume </td><td>Saving Share </td></tr><tr><td>1</td><td>10 000</td><td>28.5%</td></tr><tr><td>2</td><td>50 000</td><td>27%</td></tr><tr><td>3</td><td>250 000</td><td>25.5%</td></tr><tr><td>4</td><td>1 000 000</td><td>24%</td></tr><tr><td>5</td><td>5 000 000</td><td>22.5%</td></tr><tr><td>6</td><td>25 000 000</td><td>21%</td></tr><tr><td>7</td><td>100 000 000</td><td>19.5%</td></tr><tr><td>8</td><td>500 000 000</td><td>18%</td></tr><tr><td>9</td><td>1 000 000 000</td><td>16.5%</td></tr><tr><td>10</td><td>2 500 000 000</td><td>15%</td></tr></tbody></table>

<br>


---

# 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://theonetradeai.gitbook.io/docs/theone-swapp/fees-and-costs.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.
