# Overview

Beradrome is inspired by the Solidly system, sharing some similarities and differences in how they handle liquidity provision, rewards, and token emissions.

| Feature                     | Solidly                                              | Beradrome                                                                                                                               |
| --------------------------- | ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Primary Token               | SOLID                                                | BERO                                                                                                                                    |
| Voting Token                | veSOLID                                              | hiBERO                                                                                                                                  |
| Incentive Token             | SOLID                                                | oBERO (Call option on BERO, strike price = floor price, no expiration)                                                                  |
| Vote Escrow Lock            | Fixed lock (4 years)                                 | 1 week unlock period                                                                                                                    |
| Assets Belong To            | Solidly AMM                                          | Any yield bearing asset can be integrated                                                                                               |
| Primary Token Liquidity     | Incentivized                                         | Token-owned Liquidity: Bonding Curve                                                                                                    |
| Voting Token Revenue        | SOLID: locked (ve33 rebase) Voter Rewards: swap fees | oBERO: unlocked (20% of emissions) Voter Rewards: swap fees, yield, interest, etc. Swap Fees: BERO + HONEY from bonding curve swap fees |
| Floor Price                 | NA                                                   | 1 HONEY/BERO                                                                                                                            |
| Borrow against Voting Token | NA                                                   | Borrow at floor price, no liquidation                                                                                                   |

How They Work\
\
• Solidly: Focuses on its own system for trading tokens (called an AMM). It earns\
money mainly from swap fees (charges for trading). People who lock up veSOLID and vote\
for certain pools get those fees as rewards.\
• Beradrome: A more open version of Solidly. It works with any profit-making asset,\
not just one system. This means it can earn money from swap fees, interest, new tokens,\
and even Berachain’s BGT rewards. It’s flexible and can adapt to new tech or strategies in\
decentralized finance (DeFi).\
\
What Makes Beradrome Special\
Beradrome uses a “bonding curve” (a smart pricing system) that brings some cool\
features:\
\
• Token-owned Liquidity (ToL): The system itself provides liquidity, so there’s plenty\
available from the start.\
• Single-sided Liquidity: You can add liquidity with just one token type, avoiding\
temporary losses.\
• Deep Liquidity: Lots of tokens are available with low price changes right away.\
• Fixed Floor Price: BERO always has a minimum value of 1 HONEY.\
• Safe Borrowing: You can borrow against hiBERO without worrying about losing\
your tokens.


---

# Agent Instructions: 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:

```
GET https://docs.beradrome.com/tokenomics/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
