percybolmer / DevToken

A BEP20 example token to learn and show how solidity development works.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before upgrading

agoralive opened this issue · comments

I would like to know if I can "choose" to use BUSD for staking, and get the DevToken as a reward?

Yes, this is how many popular sites does it.

This will require some more work, you will need a Pool etc for this to get going.

Look up how Pancakeswap does or any other dex/cex. They allow you to Stake BUSD, and get their own Token as a reward, this is common because you cant offer any real high APR without this.

https://github.com/Synthetixio/synthetix/blob/develop/contracts/StakingRewards.sol

That is a very popular repo for this kind of thing