# Revenue Share

## Overview

During 3/10/25 - 3/13/25, the MET DAO voted to approve a revenue share program that distributes MET to esMET holders via buybacks funded by protocol revenue. This initiative ties the benefits of holding and locking MET directly to Metronome’s performance.

By locking MET to receive esMET, participants gain governance rights, and now also earn a share of revenue-backed MET buybacks. The more esMET you hold, the larger your share of the distributed rewards.

***

## How It Works

1. **Revenue Allocation**\
   A portion of protocol revenue is allocated to buy MET on the open market.
2. **Distribution**\
   The purchased MET is streamed proportionally to all esMET holders based on their share of the total esMET supply.
3. **Variable Rate**\
   The monthly buyback amount is variable and set by the MET DAO, initially targeting $25,000 – $100,000 USD worth of MET per month. Governance will review and adjust this amount quarterly.

***

## Locking MET to Receive esMET

To participate in the revenue share, you must lock MET to receive esMET. [Lock MET here](https://app.metronome.io/eth/lock-met) or view our [guide](/tokenomics/governance/lock-met/how-to-lock-met.md) on how to lock.

* **Lockup Multiplier**:
  * 1 week lock = 1 esMET per MET locked (minimum)
  * 2 year lock = 5 esMET per MET locked (maximum)

You can view the total supply of esMET [here](https://etherscan.io/token/0xa28d70795a61dc925d4c220762a4344803876bb8).

***

## Claiming Rewards

At present, the frontend claim interface is not yet available. You can either wait for the UI integration or claim directly from the contract:

**To claim directly:**

1. Go to the [esMET rewards contract](https://etherscan.io/address/0x33f081A0f0240d0ed7e45C36848c01D7Ad8038E9).
2. Click "Contract" then "Write as Proxy".&#x20;
3. Connect your wallet.
4. Use Write Function #3: `claimRewards()` - input your wallet address in the `account` field.
5. Confirm the transaction in your wallet.

**To check your claimable amount:**

1. Click "Contract" then "Read as Proxy".&#x20;
2. Use Read Function #3: `claimableRewards()` - input your wallet address in the `account` field.
3. The function will return the amount of MET you can currently claim.

***

## Tracking Distributions

You can view the current and historical MET distributions to esMET holders on our [DeFiLlama](https://defillama.com/protocol/fees/metronome) page.


---

# 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.metronome.io/tokenomics/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.
