Skip to main content

Questions tagged [reserved-balance]

1 vote
0 answers
26 views

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()....
AMIR E.F's user avatar
0 votes
1 answer
72 views

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 ...
Luke Schoen's user avatar
  • 2,376
1 vote
2 answers
58 views

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 ...
T9b's user avatar
  • 468
1 vote
1 answer
49 views

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 ...
Kazunobu Ndong's user avatar
2 votes
1 answer
198 views

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 ...
Chralt's user avatar
  • 563
1 vote
1 answer
117 views

I am trying to understand why locking a balance is used instead of reserving when staking?
Yatusabes's user avatar
  • 808
12 votes
1 answer
471 views

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 ...
Shawn Tabrizi's user avatar
  • 16.4k