• pump fun-esque product on mainnet, exploded overnight and at 27M now
• You must create your coin's contract yourself, they don't create coins for you
• What they do provide is "Launch" function. Supply any amount of your new coin, ETH, and they will give you LP tokens for their proprietary DEX. It is up to you whether you want to burn these LP tokens, they are not auto burnt.
• This DEX is special because of their fees system. There are hard-coded buy & sell fees that go to 1) LPers and 2) creator of coin. These fees are not % based, but fixed $ amounts. For $VISTA buys for example, $6 goes to LPers and $3 goes to $VISTA team. Also, $1 in every txn goes to $VISTA devs.
That's pretty much the long and short of it. I don't see this as a pump fun clone, but more of a uniswapv2 style DEX with a unique fee structure - fixed instead of % based fees. It's a unique experiment to say the least. Fixed fees punish smaller buys vs larger ones.
There's probably a lot I'm missing here but this is what I quickly gathered from a quick read - please comment if I'm missing stuff. I was not early into this unfortunately and top blasted some at around 24M.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Full Guide to deploy a LayerZero ShitCoin (with github):
This is a full guide, including code, on how to deploy a LayerZero OFT V1, which has built in EVM cross chain capabilities. Laid out so easy even your grandma can make the next $OMNI.
I referenced their docs () to build the token. Not the easiest to follow tbh, and the internet yielded no results on a full guide to ship an OFT from start to finish.layerzero.gitbook.io/docs/evm-guide…
1. Clone down my github repo and follow steps 1-8. I have used hardhat to do everything.
You will have to deploy the same ERC20 contract on every chain you wish to support. `LayerZeroShitcoin.sol` can be used simply as a template and you can modify as you wish. I mint 10M tokens to the deployer upon every deployment.github.com/azflin/layerze…