> For the complete documentation index, see [llms.txt](https://pharao.gitbook.io/cairo-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pharao.gitbook.io/cairo-finance/our-products/compounding-farm.md).

# COMPOUNDING FARM

**Optimizing returns with the Cairo protocol**

Blockchain is undergoing mass adoption right now. New projects are springing up everywhere and advertising high returns.&#x20;

This is exactly the point where Horus Farm comes into play. The Horus Farm is an all-seeing eye, which scans all projects on the entire market and finds out the most profitable farms / pools, sorting them by different criteria, like yield and audits.

This automation process makes it possible to achieve higher returns. Because the Horus Farm always jumps to the best apy, which is currently on the market.

This information is written in a Smart Contract. The Smart Contract can be thought of as an if-then function.&#x20;

So why leave your money in the bank or as coins in your wallet, when you can make your money work for you, regardless of location, through Horus Farm?

**Compounding Farm**

Our smart contracts automatically compound&#x20;

For these pools, as profit you will be getting the respective LP Token of the pool.

**Example:**

$CAKE Farmers: Deposit CAKE-BNB LP and reap the benefits of the compounding effect. With Simple Interest, for example the APY is 150% for CAKE-BNB, however, if this gets compounded it becomes 347% APY. The assumptions are the following: 1) initial capital is $1m, 2) transaction cost: $1, 3)Compounded Once Daily. The transaction cost assumes it takes 4-5 steps for Cairo to compound deposits.&#x20;


---

# 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://pharao.gitbook.io/cairo-finance/our-products/compounding-farm.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.
