Skip to main content
TL;DR: FourMeme tokens can now be swapped directly through the TokenManager, Uniswap V4 pools sync in batches, the security endpoint gains a lowLiquidity flag, and DeFi positions load faster with parallel RPC racing.

FourMeme Direct Swap Support

The execution engine now supports direct swaps through FourMeme’s TokenManager:
  • Buy FourMeme tokens directly without aggregator fallback
  • Native integration with the BSC TokenManager contract

Uniswap V4 — Batch Pool Sync

Uniswap V4 pool tracking receives a major upgrade:
  • Batch sync support for efficient pool key retrieval
  • Improved pool discovery and state tracking across V4 deployments

Low Liquidity Security Flag

The token security endpoint now includes a lowLiquidity indicator:
  • Computed from the quote token reserve in USD
  • Helps identify tokens with insufficient liquidity for safe trading

DeFi Positions — Performance Boost

Position fetching is significantly faster:
  • Private and public RPCs raced in parallel for fastest response
  • Shared token metadata prefetch across fetchers
  • Per-fetcher timeout prevents slow sources from blocking results

Shipped by Delox & Sacha