git clone --recursive https://github.com/RealWagmi/wagmi-leverage.git
npm install
mv .env_example .env
npm run compile
npm run test:all
Wagmi Leverage is a leverage product, built on concentrated liquidity without a price-based liquidation or price oracles. This system caters to liquidity providers and traders(borrowers). The trader pays for the time to hold the position as long as he wants as long as interest is paid.
Wagmi enhances yields for V3 liquidity providers by offsetting impermanent loss. LPs can earn yield even when their liquidity position is out of range. When not utilized for trading, their liquidity position is lent to traders/borrowers, earning them higher yields through premiums and trading fees.
Traders on Wagmi can margin long or short any pair without the risk of forced price-based liquidations. Even if their position is underwater, they are only required to pay premiums to LPs to maintain their position. This model gives traders access to high leverage on every asset and eliminates the concern of forced liquidations.
Network | ChainId | Contract | Address |
---|---|---|---|
METIS | 1088 | LightQuoterV3 | 0x5A9fd95e3f865d416bb77b49d1Cca8109FcAbfE5 |
V3 | Network | ChainId | Contract | Address |
---|---|---|---|---|
Wagmi | METIS | 1088 | LiquidityBorrowingManager | 0x20fa274D00fF4917A13cD464FDbB200475B6EaBd |
Wagmi | METIS | 1088 | Vault | 0x5e0e38F49c89D2535D12459a3Cab40dB6D2f7fC9 |
Wagmi | METIS | 1088 | PositionEffectivityChart | 0xbbF979671b95fB27Ab19d817Fc41E6F51D4a9Bf9 |
indx | Protocol | KAVA | ARBITRUM | METIS | BASE | IOTA |
---|---|---|---|---|---|---|
1 | uniswap | ✅ | ✅ | ✅ | ✅ | ✅ |
2 | aave | ❌ | ✅ | ❌ | ✅ | ❌ |
Network | V3 | dexIndex |
---|---|---|
KAVA | wagmi | 0 |
KAVA | kinetix | 1 |
METIS | wagmi | 0 |
METIS | hercules | 1 |
BASE | uniswap | 0 |
BASE | sushi | 1 |
BASE | pancake | 2 |
BASE | wagmi | 3 |
IOTA | wagmi | 0 |
Network | ChainId | Contract | Address |
---|---|---|---|
KAVA | 2222 | LightQuoterV3 | 0x1C9B724cBd7683c80226cE35a39F9127950ABb95 |
KAVA | 2222 | FlashLoanAggregator | 0x923e559a12d856f3217b715fE98a7a07CabD6Ed7 |
METIS | 1088 | LightQuoterV3 | 0x3963793a9FB287Ac83aE3eAe849Ef35c98E4CE98 |
METIS | 1088 | FlashLoanAggregator | 0x056df39aCe357C1ABf67fb090e36C9ec126c8828 |
BASE | 8453 | LightQuoterV3 | 0x2A3EFD7c2B88dd02b150F7A81825414Db82a7832 |
BASE | 8453 | FlashLoanAggregator | 0x1bbcE9Fc68E47Cd3E4B6bC3BE64E271bcDb3edf1 |
IOTA | 8822 | LightQuoterV3 | 0xC49c177736107fD8351ed6564136B9ADbE5B1eC3 |
IOTA | 8822 | FlashLoanAggregator | 0x259308E7d8557e4Ba192De1aB8Cf7e0E21896442 |
The primary license for Wagmi Concentrator(Multipool) is the [WAGMI] Source Available License 1.0 (SAL-1.0
), see LICENSE
. However, some files are licensed under GPL-2.0-or-later
or MIT
.