> For the complete documentation index, see [llms.txt](https://docs.beradrome.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beradrome.com/tokenomics/being-an-obero-holder.md).

# Being an oBERO Holder

The oBERO token is a big deal in Beradrome and sets it apart from systems like Solidly\
or Velodrome. It’s the reward token given to Liquidity Providers (LPs) who add tokens to the\
system to help with trading. Plus, it doubles as a “call option” for buying $BERO at a set\
minimum price (the floor price). If you’re an LP holding oBERO, you’ve got two main choices:<br>

1. Buy $BERO Cheap: Use your oBERO to grab $BERO at its guaranteed lowest price\
   (the floor price).
2. Trade for Voting Power: Instead of buying $BERO, you can “burn” (destroy) your\
   oBERO to get “Voting Power” that’s locked forever. This Voting Power can’t be used\
   to borrow HONEY.

### Differences between hiBERO and oBERO

| Criteria              | hiBERO | Burned oBERO |
| --------------------- | ------ | ------------ |
| Earn 20% of emissions | ✔️     | ✔️           |
| Earn swap fees        | ✔️     | ✔️           |
| Earn BGT              | ✔️     | ✔️           |
| Borrow HONEY against  | ✔️     | ❌            |
| Vote to earn rewards  | ✔️     | ✔️           |

For an in-depth understanding of the oBERO token and the mechanics of redeeming $BERO at the floor price through the bonding curve, please refer to the "Beradrome Bonding Curve" section for comprehensive information.

<br>


---

# 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.beradrome.com/tokenomics/being-an-obero-holder.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.
