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

# Introduction

Earn tokens (not points) while you sleep. Withdraw any time. Zero fees.

Founded by an experienced team that has been building in crypto since 2019.

Quick start:

* Reward-Earning Tokens
  * [brrETH](https://app.brrito.xyz/rewards/eth): Deposit ETH and earn ETH every block (est. 3-5% APR).
  * [brrUSD](https://app.brrito.xyz/rewards/usdc): Deposit USDC and earn USDC every block (est. 10-30% APR).
  * [brrETHv2](https://app.brrito.xyz/rewards/v2/eth): Deposit ETH and earn ETH every block (est. 8-10% APR).
* Mining Vaults
  * [ElonRWA](https://app.brrito.xyz/mining/elonrwa/eth): Deposit ETH and passively earn ElonRWA.
  * [NFD](https://app.brrito.xyz/mining/nfd/eth): Deposit ETH and passively earn NFD.
  * [DEGEN](https://app.brrito.xyz/mining/degen/eth): Deposit ETH and passively earn DEGEN.
* Mining Vaults V2
  * [ElonRWA](https://app.brrito.xyz/mining/v2/elonrwa/eth): Deposit ETH and passively earn ElonRWA.
  * [NFD](https://app.brrito.xyz/mining/v2/nfd/eth): Deposit ETH and passively earn NFD.
  * [DEGEN](https://app.brrito.xyz/mining/v2/degen/eth): Deposit ETH and passively earn DEGEN.
  * [DOG](https://app.brrito.xyz/mining/v2/dog/eth): Deposit ETH and passively earn DOG.


---

# 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.brrito.xyz/introduction.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.
