> For the complete documentation index, see [llms.txt](https://docs.beefy.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefy.finance/ecosystem/beefy-bulletins/how-does-beefy-finance-work.md).

# How Does Beefy Work?

![](/files/-McuWJddWCxImBpfmlRM)

We know that entering the crypto and DeFi arenas can be confusing and disorientating. We know that many have lost money in altcoins and have high levels of scepticism about this new opportunity.

So let's break down what Beefy does in language as close as possible to how the current financial world works.

**1. You know what interest is:**

You have $10,000 in your bank account and you earn a 12.5% annual return on your investment. After 12 months, you receive a deposit of $1,250 as an interest payment. After five years, you have $16,250.

**2. You know what compound interest is:**

It's interest on interest. You get interest on the initial amount you put in, and you get interest on the interest already accumulated from the previous years.

So with compound interest, after 5 years you won’t have $16,250, you'll actually have $18,020.

So far, so good.

***But what if there was a "third way"?***

This is the question we asked ourselves as programmers.

**3. Here's what Beefy interest is:**

When you take your crypto and stake it on Beefy we find ways to add to the compounding of your asset. If one of the platforms we use gives away a promotional coin on top of any interest, then we take that promo coin and sell it for more of what you staked.

***The result is a significantly higher overall annual return.***

When Beefy combines your 12.5% annual compounding interest with the 14.2% interest of another site's promotional coin, you get 28.02% APY on Beefy.

Beefy's BNB Venus vault is doing just that. At the time of writing, you get 28.02% APY for your BNB.

**After five years, you won't have $18,020, you'll have $34,386; all in the asset you actually staked.**


---

# 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.beefy.finance/ecosystem/beefy-bulletins/how-does-beefy-finance-work.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.
