> For the complete documentation index, see [llms.txt](https://docs.goplugin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goplugin.co/features/pli-yield-farming/pliyf-faq.md).

# PLIYF - FAQ

This Page gives the Freqently Asked Questions and it's clarifications with respect to YieldFarming.

1. **Can I continue Yield farming for one more term?**\
   Plugin Yield farming cannot be continued after 365 days, from the date of your each deposit.
2. **When can I withdraw my tokens from "PLI Yield Farming"?**\
   At the end of 365 days from the date of deposit, members will be eligible for unstaking and withdrawal.
3. **Can I withdraw all my tokens after an year?**\
   Yes, you can withdraw all your tokens which has completed one year of holding period from the date of deposit in Yield farming contract.
4. **What happens when my tokens are unstaked and retained in the contract?**\
   Once the tokens are 'Unstaked' it is the responsibility of the member to withdraw the tokens. When the tokens are unstaked and not withdrawn, depositors will not get rewards for holding their tokens in Plugin's contract.
5. **Will I get my PLI back, if I lost my wallet access through which I registered and deposited in Yield Farming?**\
   It is the primary responsibility of the member to have access to his/her wallet. If the member lost access to his/her wallet address, then the staked tokens remain in the contract address and nobody can access those tokens.


---

# 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.goplugin.co/features/pli-yield-farming/pliyf-faq.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.
