Farm Launcher
Version 1.2.0 of the dapp.fusion smart contract allows anyone to reward LSWAX to any liquidity pair on Alcor Exchange, as long as LSWAX is one of the tokens in the liquidity pair.
What you will need to know before creating a farm:
The
pool_id
of the liquidity pair on AlcorHow long you want the reward to last for (can be 7, 30, 90 or 365 days)
To create your farm, all you need to do is send LSWAX to dapp.fusion
with the following memo:
|new_incentive|<pool_id>|<total_days>|
For example, if the pool_id
is 3913, and you want the farm to last for 90 days, you would send this memo:
|new_incentive|3913|90|
There are a couple of important things to note before creating a farm:
There is a minimum of 100 LSWAX required for a farm
There is a fee of 1 LSWAX, which goes to WaxFusion's protocol owned liquidity. If you send 100 LSWAX, 99 will be used for the farm, and 1 will go to POL. If you send 1,000 LSWAX, 999 will be used for the farm, etc.
If you are rewarding one of the pairs from our Ecosystem Fund, then your deposit will be applied to the weekly farm when it is created (you won't see it appear instantly on Alcor)
For advanced users, you can find the pool_id
for your pair on the swap.alcor contract's "pools" table. If you are unsure how to do this, please join our Telegram and ask for assistance.
Last updated