> For the complete documentation index, see [llms.txt](https://doc.zoofi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.zoofi.io/berachain-eco/overview.md).

# Overview

Zoo Finance is a native structured asset protocol on Berachain, providing innovative and capital-efficient liquidity solutions. By depositing assets into Zoo’s vaults, users can access a variety of financial instruments tailored to different needs. There are two types of vaults: the Liquidity Vault (L-Vault) and the Bribe Vault (B-Vault), each serving distinct purposes.

When users deposit assets into the **L-Vault**, they receive stablecoins and Margin Tokens (MT). The stablecoin is a rebase mechanism token that accrues interest simply by holding it, offering a stable store of value with added growth potential. The Margin Token, on the other hand, provides leveraged exposure to the underlying assets, enabling greater gains during a bull market.

Depositing assets into the **B-Vault** obtains Principal Tokens (PT) and Yield Tokens (YT). The Principal Token represents ownership of the underlying assets, granting holders automatic returns denominated in the base currency. The Yield Token reflects all real-time yields generated by the underlying assets, providing the opportunity for holders to earn additional Bribe rewards.


---

# 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://doc.zoofi.io/berachain-eco/overview.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.
