For the complete documentation index, see llms.txt. This page is also available as Markdown.

BlueBerryConst

The contract that includes the constants utilized across the Blueberry protocol

Constant
Type
Description
Value

DENOMINATOR

uint256

value of the denominator

10000

MIN_LIQ_THRESHOD

uint256

lowest value for liquidations

8000

PRICE_PRECISION

uint256

decimal return for oracle

1e18

MAX_PRICE_DEVIATION

uint256

max price deviation

1000

MIN_TIME_GAP

uint32

the smallest acceptable gap for price reporting

1 hour

MAX_TIME_GAP

uint32

the largest acceptable gap for price repoting

2 days

MAX_FEE_RATE

uint256

the maximum fee that can be taken in the protocol

2000

MAX_WITHDRAW_VAULT_FEE_WINDOW

uint256

the maximum time period for vaults having additional withdraw penalty

60 days

Last updated