# Trading Fees

When you deploy a Streme coin, you earn 40% of the trading fees earning by the Uniswap pool. There is a 1% fee levied by Uniswap when someone buys or sells the token from the pool. Fees are collecting in the token being "sold". For example, if someone is *buying* your token, 1% of of the ETH they pay is collected as a fee — if they are *selling* your token, then 1% of `YOURTOKEN` will be collected as fees. As such, when you "Claim Fees", you may receive both `WETH` and `YOURTOKEN`.

## How to Claim Fees

Browse to your token, and look for the pink \[Claim Fees] button.&#x20;

{% hint style="info" %}
Note: while anyone can send the transaction to claim fees, the fees always go to the wallet that deployed the token
{% endhint %}

<figure><img src="/files/t72mXOt2FpTnnA3uMwuv" alt=""><figcaption></figcaption></figure>


---

# 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://docs.streme.fun/trading-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.
