# Liquid Governance

As you can see in the liquid staking section, our governance token (CRE) will be liquidated as soon as users stake it via liquid staking module and can be used for other utilities. Unlike other services that promote similar functions, we designed a module that minted token (bCRE) can fully exercise its voting power.

### **Liquidity Providers**

We believe that bCRE holders will strive to manage their assets more efficiently, such as by providing liquidity to pools containing bCRE, rather than holding bCRE as-is in their wallets. Therefore, the issue of maintaining the voting power of bCRE-included LP investors is the most important issue to be dealt with in implementing the liquid staking function of the governance token.

### **Voting Power**

Like closing of the shareholder registry and conforming voting rights in traditional stock market, when a specific governance proposal is submitted and voting is required, the voting power of all users with bCRE is calculated based on a specific point in time, and the users exercise their voting rights in the same way as general dPoS-type blockchains. At this time, the bCRE holding amount is converted to the CRE holding amount using the mint rate at that time, so there is no problem in calculating the voting power with users participating in the network through normal staking rather than liquid staking.

$$
Voting\space power\space of\space user\space =\space staked\space CRE(normal\space staking)\space +\space \frac{bCRE}{Mint\space rate}
$$

The method of calculating the voting power of users based on a specific time which is similar to a snapshot is especially important in estimating the voting power of bCRE-included LP investors. Because, as you know, the quantity of tokens in the LP position changes in real time depending on the price of the corresponding tokens.

Furthermore, once Crescent Boost is activated, it is possible to leverage the LP position (so-called leverage farming). At this time, voting power for leveraged bCRE-included LP positions will also be recognized as fully vested in the investor. That means we respect those who taking the short-term risk in order to vote on a governance proposal by leveraging a bCRE position, or borrowing bCRE from others.


---

# 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.crescent.network/introduction/liquid-governance.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.
