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

# Staking

<figure><img src="/files/3uA0uZpAk25M9uh02pie" alt=""><figcaption></figcaption></figure>

When you own MORA, you have many ways to make more profits and Staking is one way of them. You just need to deposit the amount of MORA you want into Staking pools and receive aMORA as proof of this. So what are the benefits for you?

* Earn 0.07% of trading fee.
* Be discount 10% in total trading fee when stakers trade.
* Have the rights to vote in governance.
* Be shared other revenue sources of the project.

### How to stake <a href="#set-up-metamask-with-aurora-mainnet" id="set-up-metamask-with-aurora-mainnet"></a>

1. Go to [Staking Page](https://moraswap.com/stake) and make sure that you connected your wallet on Neon chain.

   <figure><img src="/files/ExYLInocA88JJk4qTpQB" alt=""><figcaption></figcaption></figure>
2. Enter the amount of MORA you’d like to stake, you can also use MAX button to max out.

   <figure><img src="/files/AmqfywmiQHliGdXLHo7f" alt=""><figcaption></figcaption></figure>
3. If this is your first time staking MORA on Moraswap, you will need an approval from your wallet to begin the process. Click on "**Approve**". This will prompt a transaction to approve our smart contracts handling your MORA tokens.
4. After that, click on the “**Confirm Staking**” button and confirm the transaction asked by your wallet.

   <figure><img src="/files/x7scrFTFaFVWe0dAuxfz" alt=""><figcaption></figcaption></figure>
5. Now, sleep while waiting for collected trading fee.

### How to unstake <a href="#set-up-metamask-with-aurora-mainnet" id="set-up-metamask-with-aurora-mainnet"></a>

1. Go to [Staking Page](https://moraswap.com/stake) and make sure that you connected your wallet on Neon chain.
2. Change to “**Unstake**” tab.

   <figure><img src="/files/rda7QwJn1XWRwgEIcG41" alt=""><figcaption></figcaption></figure>
3. Enter the amount of xMORA you’d like to unstake, you can also use MAX button to max out.

   <figure><img src="/files/w5fc8w7Vzmjj7zwg3LCq" alt=""><figcaption></figcaption></figure>
4. After that, click on the “**Confirm Withdrawal**” button and confirm the transaction asked by your wallet.

   <figure><img src="/files/l3K4mePRAkY0PDWbTx0v" alt=""><figcaption></figcaption></figure>


---

# 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://mora-1.gitbook.io/moraswap/products/staking.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.
