You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
The stake program will see its minimum stake delegation raised, likely through a governance vote after #24603 is merged.
In order to keep stake pools working for all clients, two changes are needed:
The stake program must allow and process initialized (undelegated) stakes with any amount of lamports above the rent-exempt minimum. This will help maintain small reserve accounts in stake pools.
Smaller delegators must have a way to withdraw a stake account from stake pools. A new instruction, SplitAndDeactivate, will allow for small stakes to split off and immediately deactivated. This will also allow deactivating stake accounts to be below the minimum.