Pool Allocations
++ Live strategy allocation across AMM pools. No single pool may exceed 35% of strategy assets. +
+ {!isLoading && ( ++ Total allocated: {formatCurrency(totalAllocated)} +
+ )} +| Pair | +Allocated (USDC) | +% of Strategy | +vs 35% Cap | +Exposure | +30d Fee APY | +IL % | +
|---|---|---|---|---|---|---|
| {pool.pair} | +{formatCurrency(pool.allocatedUSDC)} | +{pool.strategyPct.toFixed(1)}% | ++{pool.capHeadroom.toFixed(1)}% | +
+ |
+ {pool.feeAPY30d.toFixed(1)}% | ++ {pool.ilPct > 2 ? '⚠ ' : ''}{pool.ilPct.toFixed(1)}% + | +