Currently vaults do not pay fees on partial redeems due to the logic here. We have a dedicated self_redeem extrinsic that is only free of fees when redeeming the full capacity. The normal request_redeem protocol should also:
- Pay no fees on redeeming 100% as a vault with your own vault so you have a chance to exit the system
- Pay fees when not redeeming 100% of the BTC
Currently vaults do not pay fees on partial redeems due to the logic here. We have a dedicated
self_redeemextrinsic that is only free of fees when redeeming the full capacity. The normalrequest_redeemprotocol should also: