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
We do not want to allow liens on unvested tokens, since if they are clawed back, the getRun "loan" would lose its collateral.
Description of the Design
Examine account to see if it is a ClawbackVestingAccount and query the current unvested amount. Take into account the effects of slashing. Distinct from the lockup amount or combined encumbrance.
Security Considerations
Test Plan
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
We do not want to allow liens on unvested tokens, since if they are clawed back, the getRun "loan" would lose its collateral.
Description of the Design
Examine account to see if it is a
ClawbackVestingAccount
and query the current unvested amount. Take into account the effects of slashing. Distinct from the lockup amount or combined encumbrance.Security Considerations
Test Plan
The text was updated successfully, but these errors were encountered: