Submitted by hansfriese
Sanctioned users funds are locked.
It is understood that the sanctioned users can not mint nor redeem because the functions requestMint() and requestRedemption() are protected by the modifier checkKYC().
And it is also understood that the protocol team knows about this.
But I still believe the admin should be able to refund or redeem those funds.
And it is not possible for now because the KYC is checked for the redeemers and refundees in the function completeRedemptions().
So as long as the user becomes unverified (due to several reasons including the signature expiry), the funds are completely locked and even the admin has no control over it.
Assuming that the MANAGER_ADMIN can be trusted, I suggest removing KYC check for the redeemers and refundees.
ali2251 (Ondo Finance) disputed and commented:
Trust (judge) commented:
