nani liquidity provisioning mechanisms to economically program disindividuation through personalized incentives
nani lp zap (nanilpzap.eth | nanilpzap.base.eth) 0x0000000000610170918fE0D185251953deC90526
initialize liquidity with nani tokens sold for current pool price
Users can contribute ETH to receive the market equivalent in NANI and become LPs using a gas-efficient contract.
They can select between contribute()
which selects a +-10% range at current price, or contributeFullRange()
.
Timelock is initially set for 3 weeks under DAO admin. This can be adjusted. Additional incentives are available.
nani swap feeless win 0x00000000003390f89025aE80E376116eBFA0Cf6b
swap for nani at the current pool price without uniswap frontend fee- nice
validation of nlp mechanisms
for security purposes, low
continuation of nlp mechanisms
for security purposes, vlow
Run: curl -L https://foundry.paradigm.xyz | bash && source ~/.bashrc && foundryup
Build the foundry project with forge build
. Run tests with forge test
. Measure gas with forge snapshot
. Format with forge fmt
.
These smart contracts and testing suite are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of anything provided herein or through related user interfaces. This repository and related code have not been audited and as such there can be no assurance anything will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk.
See LICENSE for more details.