Smart Contracts
Most Recent: Sherlock Audit #2
Additional Audits: Sherlock Audit # 1
Audit was conducted by wardens of Sherlock
Lead wardens
Deployed Addresses
Base
Contract
Address
Loan
Vault
Optimism
Contract
Address
Loan
Vault
Avalanche
Contract
Address
Loan
Vault
Most up to date settings are available on block explorer
Example of settings
_multiplier = 10;
_protocolFee = 500;
_lenderPremium = 2000;
_rewardsRate = 105;
_zeroBalanceFee = 100;
Variable
Description
Example Value
Rewards Rate
The amount of expected rewards per epoch for each (AERO/VELO) locked in the VeNFT
varies with fees
Epoch Multiplier
Number of epochs a user can borrow against their NFT Max Borrow Amount: lockedAmt*rewardsRate*epochMultipler
10
Lender Premium
Percent of rewards sent to Vault
20%
Protocol Fee
Percent of rewards sent to Protocol
5%
Zero Balance Premium
Premium for claiming NFTs on the users behalf when the NFT balance is 0
1%
Last updated