Skip to main content
TL;DR: Aave aTokens are now priced from their underlying asset instead of illiquid DEX pools, V4 hooked pools get a liquidity analysis fallback, and the native ETH routing pipeline gains end-to-end tests.

Aave aToken Pricing

Aave aTokens (e.g., aUSDC, aWETH) are now priced using their underlying asset:
  • Eliminates reliance on illiquid DEX pools that often have stale or distorted prices
  • Automatic matching of aTokens to their underlying counterpart
  • Read-side derivative pricing in TokenService for real-time price resolution

Uniswap V4 — Hooked Pool Support

V4 pools with hooks now have a liquidity analysis fallback:
  • Pools with custom hooks can have non-standard liquidity layouts
  • Fallback analysis ensures accurate reserve and depth estimation
  • Gas estimate bumped to 500k per hop for hooked pool safety

Fixes & Improvements

  • FourMeme sell transactions now correctly pass approvalAddress to the frontend
  • Quote tokens no longer inherit incorrect launchpad source attribution
  • Degenerate pools filtered after native normalization
  • E2E tests added for the native-ETH routing pipeline

Shipped by Delox & Sacha