Questions tagged [reserved-balance]
The reserved-balance tag has no summary.
7 questions
1 vote
0 answers
26 views
Calculating reserved amount on Kusama asset hub
I'm looking for a way to calculate the reserved amounts on the Kusama Asset Hub. I've written some code to calculate the reserved amounts for Uniques deposit. api.query.uniques.class.entries()....
0 votes
1 answer
72 views
How to calculate required "reserved deposit" to register a parachain on Kusama with adder-collator genesis state and code?
If a user follows the instructions in the Polkadot Wiki it is possible to Reserve ParaID and it reserves 40 KSM with the account (it is possible to deregister if necessary), but when they follow the ...
1 vote
2 answers
58 views
How do I find out what caused a reserved balance, and what I should do to free it up
I have a reserved balance on my account of n DOT but I cannot remember what I did that would cause the amount to be reserved. Is there a way that I can discover the reason for the reservation, and ...
1 vote
1 answer
49 views
Assets pallet token and democracy pallet
Is it possible to use a custom_token created with the assets_pallet in the democracy_pallet instead of the native_token? EXPLANATION When voting during a referendum, I would like the balance parameter ...
2 votes
1 answer
198 views
Why is `reserve` restricted for locked balances?
I read the answer of Shawn about locked and reserved balances. What is the difference between Free Balance, Reserved Balance, Locked Balance, Vesting Balance, etc...? He pointed out, that locked funds ...
1 vote
1 answer
117 views
Staking locking vs reserving
I am trying to understand why locking a balance is used instead of reserving when staking?
12 votes
1 answer
471 views
What is the difference between Free Balance, Reserved Balance, Locked Balance, Vesting Balance, etc...?
In the Substrate blockchain development framework, the FRAME Balances pallet references 4 different kinds of balance: Free Balance Reserved Balance Locked Balance Vesting Balance What are the ...