UnitFlow LogoUnitFlow Docs

Farms

⚠️
Coming Soon. The Farms feature is not yet implemented. The page exists in the application but currently shows an empty state with a "Farms Coming Soon" message.

Planned Functionality

Based on the existing UI structure, Farms are intended to allow users to stake LP tokens in exchange for yield rewards. The interface includes:

  • A Live / Finished tab toggle
  • A search bar to filter farms by token symbol
  • Farm cards showing token pair, earned rewards, APR, liquidity, and multiplier

The underlying data model (Farm interface) defines fields for:token0, token1, earned, apr,liquidity, and multiplier.

The source code notes: "TODO: Implement farm fetching from blockchain — Farms are not yet implemented in Uniswap V4."

How to Stay Updated