Create a contract that can stake on PancakeSwap? -- 2
Budget: $250 – $750 USD
1
Contract that can stake on PancakeSwap
Example: When user add liquidity on PancakeSwap, the user wallet will be staking and gain the token
2
This PancakeSwap address will be added in contract after we list on PancakeSwap. Contract will have the option to add address where coins will be for staking. This address will be PancakeSwap which holds liquidity
We creating token and in same token contract we going to add rewards function.
3
When creating contract, we need to add function for reward people that have tokens on some specific wallets, can be many wallets. Wallets can be added in contract and can be updated at any time.
Now
Contract is ready and token is listed on PancakeSwap and pool created
Now, we're going to use the pool address for our rewards. We going to update this address on our rewards contract and any wallet that add liquidity in pool will be getting reward. This rewards doesn't go to the pool, but go to user wallet address.
This will incentive people to add liquidity on PancakeSwap as they will be getting fee for adding liquidity and also be getting rewards on their wallets through our rewards system
Contract that can stake on PancakeSwap
Example: When user add liquidity on PancakeSwap, the user wallet will be staking and gain the token
2
This PancakeSwap address will be added in contract after we list on PancakeSwap. Contract will have the option to add address where coins will be for staking. This address will be PancakeSwap which holds liquidity
We creating token and in same token contract we going to add rewards function.
3
When creating contract, we need to add function for reward people that have tokens on some specific wallets, can be many wallets. Wallets can be added in contract and can be updated at any time.
Now
Contract is ready and token is listed on PancakeSwap and pool created
Now, we're going to use the pool address for our rewards. We going to update this address on our rewards contract and any wallet that add liquidity in pool will be getting reward. This rewards doesn't go to the pool, but go to user wallet address.
This will incentive people to add liquidity on PancakeSwap as they will be getting fee for adding liquidity and also be getting rewards on their wallets through our rewards system