Farming FAQ
Note for DEX Teams:
Farming functionality on Algebra-powered DEXes is highly customizable. While this guide outlines the default mechanics, DEX teams can adjust farming formulas, reward distribution logic, token multipliers, and update intervals based on their unique economic models or ecosystem goals.
Do I need to take any extra steps to participate in farming?
No, once you mint a liquidity position in a pool with farming enabled, it automatically participates. No additional steps are needed from your side.
How does farming work on an Algebra-powered DEX?
Farming acts as a boost to your LP fee earnings. If farming is active for a pool, you'll receive additional reward tokens (defined by the farming campaign) based on the fees your position earns — as long as your liquidity stays within the active price range.
How is the farming boost calculated?
The farming boost is calculated based on the farming multiplier:
rewardToken = farming.rewardRate * INTERVAL * rewardToken.derivedToken
farmingMultiplier=rewardsTOKEN / FeeCollectedTotalTOKEN
Key Terms:
farming.rewardRate
: Amount of reward token distributed per intervalINTERVAL
: Length of time between updates (e.g., every 3 hours)rewardToken.derivedToken
: Value of the reward token expressed in the DEX’s main token (e.g., ETH)feeCollectedTotal
: Total fees collected across the pool during the interval
Do I still earn farming rewards if there’s no trading activity?
No. Farming rewards depend on trading activity. If no trades occur, no rewards are generated.
What happens if my liquidity position goes out of range?
If your position is out of range, it won’t earn farming rewards or trading fees. Once the price moves back into range, rewards resume automatically. No action is needed to restart farming.
Can multiple positions earn farming rewards at once?
Yes. Each liquidity position is treated separately and can earn farming rewards individually. There's no cap on how many positions can participate.
How do I claim farming rewards?
You can claim rewards for eligible positions on either the Pools or Farms page. Each LP position must be claimed separately.
Last updated