FAQ

You may notice that you get different bCAKE boost multipliers when staking in different farms.
That's because bCAKE - Farm Boosters multipliers are calculated using the following metrics upon activation or refresh:
userLpStakedAmount
: The number of LP tokens you are staking in the farmtotalLpStakedAmount
: The total number of LP tokens in the farmuserLockedAmount
: The number of CAKE you are staking in the fixed-term staking CAKE pooluserLockedDuration
: The staking duration of your fixed-term staking positiontotalLockedAmount
: The total number of locked CAKE in the fixed-term staking CAKE poolaverageLockedDuration
: The average staking duration of the fixed-term staking CAKE pool
The multiplier is calculated using the following method:
- 1.
resultA = constantA * userLpStakedAmount
- 2.
resultB = (totalLpStakedAmount * userLockedAmount * userLockedDuration / constantB) / (totalLockedAmount * averageLockedDuration)
- 3.
boostMultiplier = min(userLpStakedAmount, (resultA + resultB)) / resultA
constantA
and constantB
are set by the kitchen and subject to future adjustments based on community feedback and market condition.Here are some examples of the calculation:


TL;DR
The more LP you want to boost
The more CAKE you need to lock for longer durations
Please note that any user actions to the farms or CAKE staking pool will automatically update your boost multiplier based on the latest data and statistics from farms and the CAKE staking pool, including but not limited to:
- Stake/Unstake LP tokens to/from Farm
- Harvest CAKE rewards from Farm
- Extend your CAKE staking duration
- Add more CAKE into your fixed-term staking position
- Convert your CAKE staking position to flexible
Please note:
In order to ensure fairness and prevent potential abuse and cheating using out-of-date data. Farm booster is designed to be community governance. Therefore, anyone can call
refresh(address _user, uint256 _pid)
function on the farm booster contract (link) to refresh anyone's boost multipliers using the latest data.

While farming with bCAKE - Farm Boosters, some of your harvested CAKE rewards may be temporally stored in the farm booster contract. Whenever this happens, you will see a dotted line under your "CAKE EARNED", indicating that apart from the number shown, you have more CAKE rewards in the farm booster contract.
This part of the CAKE rewards will be automatically sent to your wallet upon the next harvest, deposit or withdrawal.
To harvest them right now, simply click the "Harvest" button.

To check the number of extra rewards in the farm booster contract, hover or long-press the number with the dotted line.
- 1.Farm booster is only available for selected farms. More farms will be made available in the future. For now, look for the "Boosted" tag on the UI.
- 2.There is a limit to the number of farms that are able to boost simultaneously. To check the number of remaining boosters, refer to the panel on top.You will need to unset an active booster in order to activate boosters on other farms.
- 3.Make sure you've completed the one-time setup.
- 4.Due to the involvement of multiple contracts, some of the contract interactions require slightly more gas tokens (BNB). So please make sure you have enough BNB in your wallet.
Currently, the maximum boost a user can get for a farm booster is 2x. Which offers them double the baseline APRs.
- Add more CAKE into the fixed-term staking position
- Extend the duration of your fixed-term staking position
Simply put:
Stake more CAKE, stake for longer
Relax, no extra emissions are allocated in order to make bCAKE possible.
Similar to fixed-term CAKE staking. bCAKE boosts individual users' share against the others.
Even though the baseline APR may drop after the deployment of bCAKE. Chefs believe it is a good tradeoff as it not only benefits loyal CAKE lovers by boosting their farming yield, but also creates more demand for CAKE and serves as a great incentive for CAKE staking.
To enable bCAKE - farm booster, users must set up a proxy wallet address, which requires deploying a new contract. This process is relatively gas heavy. (around $2~5 based on the BNB price and the condition of the blockchain)
However, the setup process is one-time-only for each wallet address. You only need to perform it once.
bCAKE - farm booster works in a way by evaluating both your fixed-term CAKE staking position and your liquidity farming position. Simply put:
If users want to boost more LP tokens in farm, they will need to lock more CAKE for longer durations in pool.
This design ensures the benefits are not only offered to large holders, but to any user who has a sizable CAKE staking position when compared to the farming position.
Since bCAKE involves updating one of PancakeSwap's core products, which is liquidity farming. Chefs want to take a slower and more steady approach to the launch.
Therefore, in the initial product release phase. Many of the parameters are very conservative. Including the number of farms users can boost, which farm users can boost, as well as the difficulty parameter in receiving the boost multiplier.
After the initial release phase, Chefs will adjust the parameters based on the community feedback.
bCAKE has been audited by both internal and external auditors.
Last modified 1mo ago