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.Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
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
approvalAddressto 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