Can someone please explain how the auto liquidity functionality works? Where do I check to see if the auto liquidity works? I saw a few contracts that use the same functions, so it means that it works, but I just don't know where to look.
Hi,
from what I see in the code, as soon as your contract balance reach "numTokensSellToAddToLiquidity" amount, and a sell or a transfer happens, it will swaps and add liqudity
This part somewhat concerns me. The swapAndLiquify function can be triggered by anyone, which means somebody is going to pay the extra gas fees for adding liquidity. Would that be an issue?
How does that work? Very confused. So I shouldn't add any liquidity as the owner? Just let this handle liquidity?
If I add liquidity with my owner account manually, let's say I add 30% of the total tokens minted, does this mean that the contract will need to accumulate the missing 30% and then swap and add liquidity?
Does this create liquidity in PancakeSwap using the owner wallet? So if I connect the owner wallet to PancakeSwap will I see the liquidity?
So this is wrong? So what if there's a charity wallet ... that does the same as the liquidity. Collects x% of transactions, and once a week or once a month I would swap the tokens for BNB and add liquidity. Is that possible? Or does the auto liquidity do more?