Security Measures

Here are some security measures we have put in place to ensure the safety of our users' funds.

Measure

Description

Migrator function omitted from MasterChef

This is to prevent any remote and unauthorized movement of users' staked LPs. This function has been known to be used maliciously to move ALL of users' staked LPs to other wallets with the intent to steal. We removed this code so we can never touch your LP. But smart contracts will still be able to move them to where they need to go. This is by design and smart contracts will be audited.

Initial LP Lock

Will be locked for 12 months with a Timelock smart contract. Contract will be verified and ownership will be transparently available for all to see.

MasterChef Timelock

ANY and ALL transactions that interacts with the MasterChef will be subject to a minimally 24 hour timelock before they can be executed. Some examples are changing of deposit fees, addition or removal of pools, minting of tokens. With this timelock, users would know immediate should there be anything fishy going on.

50-50 LPs

Prevents the likelihood of flash loan attacks which result from imbalance of LPs.

No Minting of RBH for Bonuses

Some platforms employ a method of minting additional platform tokens upon collection of fees to reward users. This was a vector for flash swap attacks which we mitigate by not employing such a reward structure.

Smart Contract Audits

Initial Audit by AntiHack and following by CertiK within the first three months of operations.

No Proxies or Upgradable Contracts

This is to ensure that there will be no instance of silently or suddenly adding changes to smart contracts which will enable unfavorable actions.

Last updated