Claiming Fees from Permanently Locked Liquidity
If you are a memecoin or token project that wants to assure traders and your community, you can permanently lock your liquidity (your lose this liquidity forever) in your dynamic pool.
Simply navigate to the "Burn" tab and lock your Meteora LP token in the pool.
After you permanently lock liquidity in the dynamic pool, you can even claim compounding trading fees from your locked liquidity, forever!
Adding liquidity with one address but allowing a different address to claim fees on the permanently locked liquidity
For developers, our Dynamic AMM program allows one address to add liquidity first then send their own Meteora LP token to a different lock token account, so that the ability to claim fees goes to another user's address.
For example, User A deposits liquidity, gets an LP token and permanently sends it to User B's lock token account, so that User B gets to claim the fees forever (not User A).
How do you identify a user's lock token account to transfer the LP token there?
Use this example: https://github.com/mercurial-finance/mercurial-dynamic-amm-sdk/blob/master/ts-client/src/examples/create_pool_and_lock_liquidity.ts#L110
If I have 100 LP tokens, can I send 1 token to 100 different lock accounts?
Yes. Note that for Moonshot by DEXScreener, users have to claim fee on their own on the Moonshot platform.
How to verify the fee owner for the fees from perma-locked liquidity in the Dynamic AMM pool?
Go to the LP mint address on solscan
Under
Holders
, select the holder account (not the token account)Click
Data
tabUnder
LockEscrow - JSON
, search forowner
field and view the address
Last updated