-
Notifications
You must be signed in to change notification settings - Fork 43
docs: autostaker plugin #3169
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
docs: autostaker plugin #3169
Conversation
7a745b6
to
65d5bee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few minor comments, no need for a re-review after changes
} | ||
``` | ||
|
||
In addition, you need to assign the staking agent (aka `CONTROLLER`) role for each nodes' wallet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest using (only) the Hub terminology here:
- Let's not talk about controller, only staking agent
- I think on the Hub they're node addresses, not node wallets
``` | ||
|
||
In addition, you need to assign the staking agent (aka `CONTROLLER`) role for each nodes' wallet | ||
so they can adjust stakes on behalf of the operator. See [Staking angets](../streamr-network/network-roles/operators.md#staking-agents) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in the link (angets)
|
||
In addition, you need to assign the staking agent (aka `CONTROLLER`) role for each nodes' wallet | ||
so they can adjust stakes on behalf of the operator. See [Staking angets](../streamr-network/network-roles/operators.md#staking-agents) | ||
for how this is done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a screenshot of the Staking Agents and Node Addresses section, showing a state where the same address has been added to both sections?
any manual changes by returning the stakes back to the state it considers optimal. | ||
- To withdraw earnings while the autostaker is enabled, you simply | ||
initiate a withdraw and wait for the undelegation queue to be processed by the | ||
autostaker. This will not be immediate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not be immediate, but will happen on the next activation of the autostaker (by default every X minutes).
addition to time-based runs, the autostaker will also run whenever a new sponsorship is | ||
created. | ||
|
||
Example of setting these values: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that these are the default values (are they?)
Addressed your comments @hpihkala , merging when CI passes. |
Summary
Document for usage of autostaker plugin