Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staking Partial-Reward Duration (aka Warmup Period) #3

Open
slavakurilyak opened this issue Mar 30, 2022 · 1 comment
Open

Staking Partial-Reward Duration (aka Warmup Period) #3

slavakurilyak opened this issue Mar 30, 2022 · 1 comment

Comments

@slavakurilyak
Copy link

slavakurilyak commented Mar 30, 2022

As a contract owner, I want to implement a warmup period for NFT staking (aka stake NFTs at 50% of reward value for 7 days, 10 days, or 30 days) so that I can prevent bad actors from quickly acquiring enough stakes in the project and incentivize long-term staking

See @solana-labs's staking lifecycle for inspiration

@slavakurilyak slavakurilyak changed the title Staking Duration (aka Warmup Period) Staking Partial-Reward Duration (aka Warmup Period) Mar 30, 2022
@net2devcrypto
Copy link
Owner

As a contract owner, I want to implement a warmup period for NFT staking (aka stake NFTs at 50% of reward value for 7 days, 10 days, or 30 days) so that I can prevent bad actors from quickly acquiring enough stakes in the project and incentivize long-term staking

See @solana-labs's staking lifecycle for inspiration

Yep this is very common, let me review the code and come up with timelocking on the contract.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants