TVL: ~$3M | Type: Single-Sided AMM | Docs: docs.nabla.fi
Overview
Nabla is a single-sided AMM where liquidity providers deposit a single asset and earn yield from swap fees. A shared backstop pool provides insurance against impermanent loss. Unlike traditional two-sided AMMs, there is no need to provide paired assets when depositing.Functions
getNablaPools()
Returns all active Nabla liquidity pools with current APY and total liquidity. ReturnsNablaPool[]
| Field | Type | Description |
|---|---|---|
address | string | Pool contract address |
asset | string | Single asset deposited into the pool |
totalLiquidity | bigint | Total liquidity in the pool (raw) |
apy | number | Current APY from fees as a decimal |
protocol | 'nabla' | Protocol identifier |
getNablaTVL()
Returns total value locked across all Nabla pools and the backstop pool in USD. Returnsnumber
Usage Example
Contract Addresses
| Contract | Address |
|---|---|
| Router | 0x610748f49774C062467c7AE1eC9E4729FFE94577 |
| BackstopPool | 0x11B06EF8Adc5ea73841023CB39Be614f471213cc |