-
Notifications
You must be signed in to change notification settings - Fork 298
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
Fees for statemine transfers #881
Comments
This is due to the cross-chain transfer to statemine support #698 , which no better solution was found other than sending fees separately to Kusama and Statemine. The gap amount |
This would be the case if the destination of the teleport of the first message were to the user account, but that is not the case - the teleport is to Consider the case where
So an imbalance of |
Yeah what we have currently is just a workaround. The fee mechanism on Statemine/t is just very poor DX. Feel free to propose alternative solution if you have. |
I've been looking at transfers from parachains to statemine/t. The effects on bookkeeping are:
user_fee
user_fee - MinXcmFee
user_fee - MinXcmFee - RelayFees
user_fee - MinXcmFee - RelayFees - StatemintFeesForTeleportMsg
.MinXcmFee
I'm wondering about the correctness of the first two items. Every time you do a do a transfer, the imbalance between
Relaychain.ParaSovereign
and the total issuance on the parachain increases byMinXcmFee
, essentially leaving the sovereign account with more balance than users on the parachain can withdraw. Is there a reason for this, or is this a bug?The text was updated successfully, but these errors were encountered: