Smart contract - timelock, deposit crypto, send to Cex
Budget: $30 – $250 USD
This is a solidity project, nothing fancy required on the UI part, just a html demo to see the integration with metamask as I'll integrate this in another project.
The goal is that a visitor will be able to invest their crypto for a specific timeframe (7days, 14days, 30days, 60days) for a dynamic % APR. The funds then have to be sent from the contract vault to a Cex so that I can have them earn interest.
Optional step here: get balances from Cex with Chainlink custom GET or any other method so that users will have transparency.
When that timeframe ends, the investors will get back their principal from the vault and the promised % APR in form of my token that will be minted.
The holders of my token will earn a monthly dividend (paid in stablecoin by me), but I'll need for your to create a method to fetch the addresses of owners of my token.
Extra functionality to have, is to exchange my token at a 0.5% and receive stablecoin.
I have added a diagram with the process as I envision it.
The goal is that a visitor will be able to invest their crypto for a specific timeframe (7days, 14days, 30days, 60days) for a dynamic % APR. The funds then have to be sent from the contract vault to a Cex so that I can have them earn interest.
Optional step here: get balances from Cex with Chainlink custom GET or any other method so that users will have transparency.
When that timeframe ends, the investors will get back their principal from the vault and the promised % APR in form of my token that will be minted.
The holders of my token will earn a monthly dividend (paid in stablecoin by me), but I'll need for your to create a method to fetch the addresses of owners of my token.
Extra functionality to have, is to exchange my token at a 0.5% and receive stablecoin.
I have added a diagram with the process as I envision it.