Rocket Protocol is a fair launch protocol for MEME tokens.
Tokens created using Rocket Protocol come with FairMint features and offer the following advantages:
- Fair token system: 50% FairMint, 50% added to LP.
- Easy to participate, players only need to transfer ETH to token address, no DAPP required.
- Players can self refund at any time before minting ends.
- Fair for everyone, no rats, no worries of bots sniping tokens.
- Safe funds: Funds are securely held in the token contract, with no third-party custody.
- No rug pulls: Once added to DEX, LP will automatically be transferred to black hole for burning.
(1) FairMint deadline. (2) LP Maximum Limit (LPML):
If the amount of ETH raised is less than the LPML, the actual amount of ETH raised will be added to the LP. If the amount of ETH raised exceeds the LPML, ETH equal to the LPML will be added to the LP, and the remaining ETH will be refunded to each participant proportionally.
Players can simply send ETH to the token contract address. Minimum participation amount per player is 0.0001 ETH, with no maximum limit. Before LP added, send 0.0002 ETH to the token address for refund, which will deduct 6% protocol service fee.
After LP added, send 0.0001 ETH to the token address to claim their tokens. Number of tokens you receive = 50% of token total supply * Your ETH contribution / Total ETH raised.
After the FairMint deadline, anyone can send 0.0005 ETH to token address to add LP, and the LP will automatically be transferred to a black hole for burning.
After LP added, send 0.0002 ETH to the token address to claim remaining ETH. This process incurs no fees, and the 0.0002 ETH sent will also be refunded.
- Install OpenZeppelin Libs:
forge install OpenZeppelin/openzeppelin-contracts@v5.0.2
- Run tests
forge test