> For the complete documentation index, see [llms.txt](https://docs.satoshiterminal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satoshiterminal.io/research-suite/portfolio-management/staking-and-yield-farming-interface/yield-farming-roi-calculator.md).

# Yield Farming ROI Calculator

The **Yield Farming ROI Calculator** feature helps users calculate their potential returns on investment (ROI) from yield farming activities. By inputting variables such as asset quantity, expected returns, and associated risks, this tool allows users to project the profitability of their yield farming strategies, helping them make informed decisions on liquidity provision and farming participation.

**Core Capabilities:**

* **ROI Calculation**: Estimate the potential returns from yield farming based on factors like asset amounts, farming rewards, and expected APY (annual percentage yield).
* **Risk Assessment**: Factor in risks such as impermanent loss, fees, and market volatility to give a more accurate calculation of net returns.
* **Customizable Inputs**: Adjust various parameters like investment amount, reward type, and time horizon to simulate different farming scenarios and strategies.

**Key Benefits:**

* **Data-Driven Decision Making**: Make informed decisions on which yield farming pools to participate in by assessing potential returns and associated risks.
* **Optimized Investment Strategies**: Use the ROI projections to fine-tune your yield farming strategy, ensuring you are maximizing returns and minimizing risks.
* **Financial Planning**: Estimate how much passive income can be earned from yield farming, helping users integrate this income stream into their overall financial planning.

With the **Yield Farming ROI Calculator**, users can forecast their returns, compare different yield farming opportunities, and make smarter, data-driven decisions to enhance their passive income generation strategies.


---

# 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.satoshiterminal.io/research-suite/portfolio-management/staking-and-yield-farming-interface/yield-farming-roi-calculator.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.
