Solidity Staking Rebase Creation

Job ID: 38191630

Budget: $1,500 – $3,000 USD

I am in need of a skilled developer to build a new staking rebase contract which will be built on the Ethereum network

Key requirements:
- Solid experience with Solidity
- Proven track record in creating rebase functionality in Solidity
- Strong understanding of smart contracts, blockchain programming, and security

Full details:

Fixed APY: This is a fixed APY that is given to all stakers. For example, if the fixed APY is 50%, a user who stakes 100,000 tokens would receive 50,000 tokens (50% of 100,000) as a reward after one year. It is fixed but we want a function to be able to edit the percentage.


Variable APY: This APY is variable and depends on the ratio of staked tokens (tokens in the staking contract) to tokens in liquidity (the uniswap liquidity token balance).

maxCap: this is the maximum value the variable APY could reach. We have to be able to edit this with a write transaction.
minCap: this is the minimum value the variable APY could reach. We have to be able to edit this with a write transaction.

Ratio: this is the ratio of tokens in the staking contract (staked) and the tokens in the uniswap liquidity.
Related categories: Blockchain Ethereum Solidity