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

Implement local staking module (simple version) #10

Closed
ethanfrey opened this issue Apr 24, 2023 · 1 comment
Closed

Implement local staking module (simple version) #10

ethanfrey opened this issue Apr 24, 2023 · 1 comment
Assignees

Comments

@ethanfrey
Copy link
Collaborator

Build and test a contract based on this documentation

It should be able to:

  • Accept stake from the vault
  • Stake it to any validator of your choice
  • Withdraw their share of rewards (these can be batch withdrawn from the staking contract and distributed locally via cw means)
  • (Fully or Partially) Unstake from validator
  • Once unbonding period is over, send tokens and release claim from the Vault

Future addition (not this issue):

@ethanfrey ethanfrey added this to the MVP 0.3: Provider Staking milestone Apr 24, 2023
@hashedone hashedone assigned hashedone and unassigned hashedone May 22, 2023
@maurolacy maurolacy self-assigned this May 22, 2023
@ethanfrey
Copy link
Collaborator Author

Half of this is done.
The rest of it (including #8) should be done in #34

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

3 participants