Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@NicholasDotSol NicholasDotSol released this 15 Jul 21:37
· 38 commits to main since this release
b2e2ff4

First release of stress and live-tested vaults.

Config variable capabilities:

  • deposit_cap: maximum amount of dollar value that can be deposited into the contract
  • fee_tier_config: location and weights of Deposits to be created
  • timestamp_stale: number of blocks until the contract is deemed stale.
  • paused: whether the contract is paused. Paused contract cannot perform deposit functionalities
  • oracle_contract: the oracle contract address
  • skew: whether to skew the deposit index, moving the deposit index making the oversupplied asset cheeper up to a 1bp fee
  • imbalance: how aggressively to rebalance (how much of the oversupplied asset is offered at tightest spread)
  • oracle_price_skew: General flat skew to add on to the tick index.