-
Notifications
You must be signed in to change notification settings - Fork 31
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
delegated token #47
Comments
this could also serve the purpose of measuring each users' share of the total staked tokens over time, or that could be separate if in the same contract:
if we store a list of snapshots in this fungible staked token, then the share of total staked tokens over any period can be computed externally without taking custody of the staked token |
actually think this still has to be separate. even if you know the seconds per total staked over a period, you don't know the balance of each user over some arbitrary period |
staker is low level and allows one-to-many staking
fungible staked token can be higher level but simpler--each address only delegates to a single address
The text was updated successfully, but these errors were encountered: