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 want to disallow the use of unvested tokens for obtaining a lien, since a clawback would remove the collateral and eliminate the incentive to repay the loan.
Description of the Design
Add a field for unvested tokens to the GET_ACCOUNT_STATE bridge query (Cosmos)
Use it when advertising how git a lien you can take (JS)
Check vested token supply when increasing a lien in x/lien (Cosmos).
Security Considerations
None
Test Plan
Unit tests on each side.
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
We want to disallow the use of unvested tokens for obtaining a lien, since a clawback would remove the collateral and eliminate the incentive to repay the loan.
Description of the Design
GET_ACCOUNT_STATE
bridge query (Cosmos)x/lien
(Cosmos).Security Considerations
None
Test Plan
Unit tests on each side.
The text was updated successfully, but these errors were encountered: