> For the complete documentation index, see [llms.txt](https://docs.egg.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.egg.fi/yield-farming-tutorials/how-to-stake-tokens.md).

# How to Stake Tokens?

1. Visit EGG.FI's homepage and select the "**STAKING**" category.

![](/files/-M_bSSSH8RkTpvv4e86H)

2\. Select a token that you want to stake from the list and click on the blue "**PARTICIPATE**" button (ex: PancakeSwap).

![](/files/-M_bSqSUpaia0o8j_QkV)

3\. Enter the amount that you want to stake and select a payment method, then click on the green "**STAKE NOW**" button. In this tutorial we will be using ETH as a payment method.

![](/files/-M_bVVAMR6Zf6bAksAyF)

4\. Once you click on the "**STAKE NOW**" button (if you have enough ETH on your MetaMask wallet) you will see a pop up from where you have to confirm the payment, click on the "**CONFIRM**" button.

![](/files/-M_bVKwFVxDBGQJhPEJm)

5\. Congratulations, you're all set!&#x20;

![](/files/-MSvaxo4dMhp1K0BnkfV)

1. In case you do not have enough ETH on your MetaMask wallet then you will see another pop up payment where you have to manually send the ETH payment.

![](/files/-MSvbNqYtXT5C2pGGJfF)

2\. From that pop up simply copy the wallet address and send the ETH payment, once transaction is confirmed, click on the green "**I CONFIRM THAT I PAID**" button.

3\. Once the payment is sent you will have to copy the transaction ID and paste it in the pop up field, then click on the green button.

![](/files/-MSvbxye6CKzlTro8EAj)

4\. Congratulations, you're all set!

![](/files/-MSvc9NmJtTsorwrLOyA)

If you have more questions regarding the staking on EGG.FI you can check our official FAQ [**here**](https://docs.egg.fi/resources/faq), or email us at: **<hi@egg.fi>**


---

# 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://docs.egg.fi/yield-farming-tutorials/how-to-stake-tokens.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.
