HOW IT WORKS

How the chain network works.

The chain networks makes it very easy to create Meme token, Liquidity Provision, LP lock and as well has a built in referral program for developers

head over to write method

REFERRAL PROGRAM: So long you are able to understand how to use the protocol, you can teach it to other developers, the more they use the protocol, the more you earn from it Every developer has its unique code across all EVM chain, its the same on all chain

TO REGISTER: Use the method register_ref(address _dev, uint8 code) while the address is the address of the developer who taught u, and the code is his unique code while the caller, the person using the method must be the developer who wants to register.

For every other developer you teach, you earn while they use the protocol

TO CREATE MEME TOKEN => Its has never been easier, all you need to do is Use the method LaunchMeme(string name, string symbol,uint256 _totalSupply, uint256 fees, address dev)

name === name you wish to name the token

symbol === symbol of the token

_totalSupply === total Supply of the token without the 18 digit

fees === fees u wish to take out

address === developer's address

Voila! your token has been created,

the address of the token can be found at the transaction hash or, the Read method tokenAddr()

TO ADD LIQUIDITY =>

the contract opines a rather straight forward means of adding liquidity without the error on pancakeswap, a straight to the point liquidity adding

head over to the method addLiquidity(eth value,addrr, tokenAmount)

input the ETH amount for liquidity input your token Address and lastly, input your tokenAmount

yes, its that easy to add liquidity on Block Protocol

TO REMOVE LIQUIDITY => its even easier than adding liquidity

head over to the method removeLiquidity(addrr, Amount)

input the Meme Addrr

input the Amount

Voila your liquidity has been removed

TO LOCK LIQUIDITY head over to the method lockLpToken(_lpToken, amount, _unlock date, _withdrawal, ref)

lpToken = your Lp token address, your liquidity pair address

amount = your amount you wanna lock

unlock_date = your time you wanna unlock, you can put this in days format, 1 = a day, 2 = 2days, 30 = a month, 365 = 1 year

withdrawal = the address you intend to withdraw with, usually the dev address

_ref = the referral code, if you got none as a dev, you could use 0.

Last updated