# Protocol Fees & Revenue Share

A nominal fee is included on each trade on Hashflow RFQ. Hashflow's current fees model include two types of fees based on the type of asset pair traded:

* Dynamic fees on blue-chip trading pairs (USDC-WETH, etc.)
* Static fees on non blue-chip trading pairs (USDC-USDT, USDC-ARB, etc.)

Hashflow's dynamic fees model enables fees to adapt to live market data in real-time, adjusting roughly every five seconds - allowing for fees to be optimized to ensure quotes remain competitive without impacting trading volume.

These trading fees are baked into your price quotes, and they are paid automatically when your trades are executed.

### Revenue share for HFT Stakers

Hashflow's trading fees are a benefit to both the protocol and HFT stakers. The DAO’s approval of the [protocol fees proposal](https://snapshot.org/#/hashflowdao.eth/proposal/0x014a10517b46f895583de15713733147ca960f18a40c45d6653db7a150797ba7) has enabled another way for Hashflow to reward HFT stakers and generate revenue to offset the ongoing costs associated with operating the protocol.

Protocol revenue from these fees are distributed monthly to stakeholders as follows:

| **Fee (%)** | **Distribution**                           |
| ----------- | ------------------------------------------ |
| 50%         | Rewards for HFT stakers                    |
| 30%         | Community treasury for future HFT buybacks |
| 20%         | Foundation operating expenses              |

### How do I claim revenue share?

To claim your rewards, visit the [Hashflow trading app](https://app.hashflow.com/stake) and follow the steps below:

1️. On your desktop, click the `Hashflow` icon on the top right of the dashboard

2️. If you’re eligible, you will see an HFT balance along with the `Claim` button enabled&#x20;

3️. Click the `Claim` button and follow the rest of the flow from your wallet

<figure><img src="/files/Ho7J8JuoIhI7RsFPJezX" 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.hashflow.com/hashflow/hashflow/protocol-fees-and-revenue-share.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.
