> For the complete documentation index, see [llms.txt](https://harmonic-protocol-1.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://harmonic-protocol-1.gitbook.io/documentation/rewards-and-fees.md).

# Rewards & Fees

#### Fee Structure

Harmonic applies a **1% fee** on every executed buy or sell through the dApp.

An aditional **1% fee** is split between:

* **Validators**, based on how much $HARMO they hold.
* **The Harmonic Treasury**, which receives the unclaimed portion when validators don’t hold enough tokens.

Please note that you can execute buy or sell orders through a **trading bot**, but a **5% fee** will be applied. 4% will be distributed to validators as rewards, and 1% will go to the harmonic treasury.

#### Validator Rewards

Validators earn a share of each transaction they process, determined by their $HARMO holdings following this linear calculation :

| Holding (% of $HARM supply) | Reward (% of trade amount in USDC) |
| --------------------------- | ---------------------------------- |
| 0.05%                       | 0.1%                               |
| 0.5%                        | 1.0% (max)                         |

If a validator holds less than 0.5% of the supply, the remaining fee goes to the Harmonic Treasury.

**Example:**

If you hold 0.2% of $HARM supply and validate a $1,000 trade, you earn **$4 USDC + the tip.**

#### Holder Benefits

Holding $HARMO directly increases your income as a validator.

The more you hold, the greater is your cut of each transaction you confirm.

Holders also strengthen the protocol’s decentralization and ensure a fairer distribution of fees between active participants.


---

# 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://harmonic-protocol-1.gitbook.io/documentation/rewards-and-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.
