# Stake your METF

Staking allows you to earn **METF** passively. By staking your **METF** with **MM ETF,** you receive **more METF.**

## How to Buy **METF**&#x20;

1. Go to this [MM.Finance swap page.](https://mm.finance/swap)
2. Make sure the output currency is **METF**.
3. You can select any input currency based on your available wallet balance. We recommend **METF**-**MMF** pair for the deepest liquidity!
4. Select the amount of **METF** you want to swap for. Then click "Approve" and sign the transaction.
5. After the "Approve" transaction has been processed successfully, click "Swap" and sign the transaction.
6. You should see **METF** in your wallet balance now after the swap transaction is successful. If you cannot find it in your wallet, add **METF** contract address to your wallet.

*Note: The "Approve" transaction is only needed when you swap* **METF** *for the first time; subsequent swapping only requires you to perform the "Swap" transaction.*

## How to Stake

1. Go to the Stake page of the MM ETF website. Select the "Stake" tab.
2. Enter the amount of **METF** that you would like to stake in the input field. If you would like to stake all your **METF** , press the "Max" button and the input field will be populated with all your available **METF** balance.
3. Click "Approve" and sign the transaction.
4. After the "Approve" transaction has been processed successfully, click "Stake" and sign the transaction. Voila, you have staked your **METF**!

## How to Unstake

1. Go to the Stake page of the MM ETF website. Select the "Unstake" tab.
2. Enter the amount of **METF** that you would like to unstake in the input field. If you would like to unstake all your **METF**, press the "Max" button and the input field will be populated with all your available **METF** balance.
3. Click "Approve" and sign the transaction.
4. After the "Approve" transaction has been processed successfully, click "Unstake" and sign the transaction.

*Note: The "Approve" transaction is only needed when staking/unstaking for the first time; subsequent staking/unstaking only requires you to perform the "Stake" or "Unstake" transaction.*

## Reading the Info

* **APY** tells you the annualised rate of return based on the reward yield. It takes into account the effect of compounding since **METF** can be compounded manually.
* **TVL** measures the dollar amount of all the staked **METF** in MM ETF.
* **Your Balance** tells you how many unstaked **METF** are in your wallet. This is the maximum amount that you can stake.
* **Your Staked Balance** tells you how many staked **METF** are in your wallet. This is the maximum amount that you can unstake.


---

# 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://mmfinance.gitbook.io/mm-etf/basics-1/stake-your-metf.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.
