> For the complete documentation index, see [llms.txt](https://carol-8.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://carol-8.gitbook.io/documentation/users-guide/liquidity-staking-and-bonuses.md).

# Liquidity Staking and Bonuses

## Liquidity Staking

With an active (locked) Bond, you can use it for liquidity staking by adding CAROL tokens from your Bond (immediately available quantity + 30%) + ETH to the pool. The Bond cannot be used partially, so if your Bond is 1.3 ETH, you'll need to add another 1.3 ETH for liquidity staking. The base yield for staking is 2% per 24 hours. The profit from liquidity staking is capped at 150% for each staking.

<figure><img src="/files/9wBuZb4MvDXoiLkYh1uW" alt=""><figcaption></figcaption></figure>

## Bonuses

Liquidity Bonus: +0.1% for every 25 ETH in the project's liquidity.

Personal Bonus: +0.1% to yield for each 1 ETH in your stake.

Hold Bonus: +0.1% for every 48 hours without claiming or withdrawing CAROL.

## Selling the Token

1. You can sell the available tokens on the platform using the SELL button in the staking tab - <https://carol.finance/staking>&#x20;
2. You can sell CAROL tokens you claimed to your wallet directly on AMM BaseSwap: <https://baseswap.fi/swap?outputCurrency=0x4a0a76645941d8c7ba059940b3446228f0db8972>


---

# 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://carol-8.gitbook.io/documentation/users-guide/liquidity-staking-and-bonuses.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.
