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

# Platform Fees

To keep the infrastructure fast and stable (private RPCs, real-time indexing, MEV-safe flows), Proxima relies on **platform fees** that only trigger during actual on-chain actions. If you don’t execute these specific actions, **you pay nothing**.<br>

**Why Fees Exist**

These fees cover server costs, infrastructure, core team, and optimization layers that let Proxima stay:

* **faster** than competitors.
* **stable**, even during volatility
* **free for everyone** on the frontend

We avoid subscriptions to keep Proxima accessible and performance-oriented.

## **Fee Structure**

### **Sell Fee : 5% of Sell Volume**

This fee applies only when you perform a **Sell** action from Proxima.

**Note:**\
5% is applied **only on the SOL you receive from your sell**, not on your total supply.

{% hint style="info" %}
**Pump.fun Only** <img src="/files/UtZsBPg4hs3HRWwW42HF" alt="" data-size="line">**: Creator Rewards Fee  5%**\
\
Pump.fun launches accumulate **creator rewards** over time.\
When you click **Claim Creator Rewards**, Proxima takes **5% of the claimed amount**.
{% endhint %}

### **What You Don't Pay For**

* ❌ No subscription
* ❌ No monthly fee
* ❌ No fee on funding
* ❌ No fee on buybacks
* ❌ No fee on locking
* ❌ No fee for using wallets
* ❌ No premium tier, no hidden version

You only pay fees **when you sell** or **when you claim creator rewards**.

Everything else remains **100% free**.<br>

### **Transparency**

Proxima does **not** touch your wallets, your liquidity, or your tokens.\
Only the two explicit actions listed above include a fee, and they are always shown **before confirmation**.


---

# 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.proxima.tools/other/platform-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.
