> For the complete documentation index, see [llms.txt](https://docs.yanabu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yanabu.com/features/yanabu-farm-ecosystem.md).

# Yanabu farm ecosystem

![](/files/OgLyqBRJFoGVIp2vmmRe)

## 1. Yanabu Farm

Users mine **YNB** by supplying liquidity and staking bep20 tokens in the yanabu farm/pool. In this process, the yanabu farm makes profits through deposit fees and delegated farms. This profit will be accumulated into the yanabu vault.

## 2. Yanabu vault

The yanabu vault converts the collected crypto into coins such as btc, eth, and bnb. And deposit in stable bsc-defi. Initially, Yanabu manages it, and later, the vault operates using a smart contract.&#x20;

YNB holders periodically vote to determine the direction of yanabu farm. As a method of revenue sharing, there is a dividend to purchase and burn ynb or to distribute the profits to ynb holders.

In addition, I plan to develop a dashboard so that yanabu holders can easily check the status of  vault. The dashboard includes the following:

* Crypto portfolio status
* Expected APR
* Reinvestment status
* Revenue share history

## 3. Revenue pool

Revenue consists of DeFi yield and YouTube revenue. Yanabu receives advertising fees instead of introducing DeFi projects through videos. 10% of the advertising cost received will be shared with YNB holders or reinvested. Periodically, the method of sharing revenue is decided through governance voting.


---

# 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.yanabu.com/features/yanabu-farm-ecosystem.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.
