📑Contracts
This page contains the main Nether.Fi contracts on Base mainnet
Addresses
Contract | Address |
---|---|
NFI | |
NLP | |
Vault | |
Router | |
OrderBook | |
PositionRouter | |
Reader | |
RewardReader | |
OrderBookReader | |
NlpManager | |
RewardRouter | |
ReferralStorage |
Swap
To execute a swap
Get swap amounts before execution
Tokens have a usdgAmount in the Vault contract used for some calculations, this amount is updated on minting of NLP, redemption of NLP and swaps based on the price of the token at the time. Due to price fluctuations this value may drift slightly from the actual USD value of the tokens in the pool, the usdgAmount is periodically updated to re-align values.
Last updated