# Earned Fees Update - From Distribution to Burn (Testnet V2)

{% hint style="danger" %}
This version of Horizon Academy has been deprecated! To find the latest version, please visit: [English V2](https://academy.horizonprotocol.com/)
{% endhint %}

Horizon Protocol shares with stakers all the revenue generated through trade fees in the Horizon Protocol Exchange. Currently, the revenue is shared as an "Earned Fee" in the form of zUSD every week. Every staker gets a percentage of the total revenue earned during a week. The "Earned Fee" gets claimed along with the weekly HZN rewards. The percentage is determined by the percentage of debt they have in the global debt market.

The Earned Fees Update changes from distributing the "Earned Fee" as rewards to instead, burning it, which has the same result of lowering the amount of debt owed to all stakers while opening up the possibility for stakers to receive the rewards passively and for fair "Earned Fee" sharing across multiple chains.

<br>

## How will the Earned Fees Update work?

The Earned Fees Update only does one thing. Instead of distributing zUSD to every wallet every week, it now passively burns the amount of zUSD that you would receive from the global debt pool.

The reason that distributing and burning will create the same results for stakers is due to the global debt pool. In both situations, the percentage of the debt pool the staker owns remains the same. The difference is that instead of distributing all the "Earned Fees" to each staker, the "Earned Fee" gets burned and lowers everyone's debt ratio. The zUSD from the burned "Earned Fee" can be re-introduced into the global debt pool by minting again. The elegance of this solution is that the burning mechanism doesn't require active weekly claims from stakers. This means that even passive stakers who missed the weekly HZN reward will always receive their weekly 'Earned Fee' rewards.

In addition, burning now means that a single smart contract can be called, which burns the total "Earned Fees" from the global debt pool instead of individual contracts from each staker claiming. This also opens up the possibility to cross-chain protocol, since it will become feasible to track the amount of "Earned Fees" burnt across all chains.

<br>

## Earned Fees Update Benefits

There are two main benefits to this update:

\- All stakers will be able to receive their percentage of the Earned Fees from the Horizon Exchange regardless of whether they are actively claiming every week. Previously, if you did not claim, the missed claims will go back into the pool for next week. With the Earned Fees Update moving from distributing to burning zUSD from the global debt, this means all passive stakers will gain the benefits as well.

\- Makes potential cross-chain rewards fair for all stakers on Horizon Protocol: All stakers will collect their rewards each week, regardless of which chain their staking might be on. This is made possible with the [Debt Share Token](https://academy.horizonprotocol.com/horizon-genesis/staking-on-horizon-genesis/debt-share-testnet-v2) update.

<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://academy.horizonprotocol.com/english/horizon-genesis/staking-on-horizon-genesis/earned-fees-update-from-distribution-to-burn-testnet-v2.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.
