> For the complete documentation index, see [llms.txt](https://docs.filliquid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.filliquid.io/staking-user-guide/how-to-stake-filecoin/stake-filecoin.md).

# Stake Filecoin

Our Staking feature allows Filecoin holders to deposit their assets into the FILLiquid liquidity pool for lending, providing them an avenue to earn a passive income through lending.

Once a deposit has been made, the protocol will mint FIT token, a liquid staking derivative token (LSD). FIT token serves as a vehicle for dividend allocation and proof-of-stake in the liquidity pool. It can also be used later to farm FIG token.&#x20;

The following pages outline the process of depositing and withdrawing Filecoin into the protocol for lending.

Let's take a deeper dive into the Staking product.

{% embed url="<https://www.youtube.com/watch?t=120s&v=9EY7qU-lBng>" %}

## Lend⬝Stake

1\. Connect your wallet and press "FIL Leasing" menu.

2\. Press the 'Lease' button to deposit Filecoin.

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

3. Enter the number of Filecoin you wish to deposit, then press “Confirm”

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

4. Wait for the transaction request (smart contract interaction) popup to appear, then press the confirm button.

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

5. Please wait for the transaction confirmation. Due to the nature of the Filecoin network, it will take at least 30 seconds, and it may take longer if the network is congested. Rest assured and wait patiently.

<figure><img src="/files/8b8wwBsWtQ5vrPepiaPR" alt=""><figcaption></figcaption></figure>

6. Once the transaction is complete, your Filecoin will be transferred to the Filliquid pool, and you will receive FIT tokens as proof of your Filecoin deposit. You can transparently verify everything on the Filecoin explorer.

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

7. Filecoin is swapped for FIT at the real-time exchange rate. By receiving FIT, you can potentially earn interest in the future as the value of FIT increases.

<figure><img src="/files/haCziTbA6tIteIVGxONA" 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://docs.filliquid.io/staking-user-guide/how-to-stake-filecoin/stake-filecoin.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.
