DepositTooLow
Error v273 → current 27.0The initial deposit for creating this crowdloan is below the required minimum. The creator must put up a deposit that meets MinimumDeposit to prevent spam campaign creation.
Encountered by: developers
Why This Error Exists
Crowdloan creators must lock a minimum deposit to prevent spam. The deposit is returned when the crowdloan is dissolved.
From Chain Metadata
The crowdloan initial deposit is too low.
What This Means
The initial deposit for creating this crowdloan is below the required minimum. The creator must put up a deposit that meets MinimumDeposit to prevent spam campaign creation.
Common Causes
- Deposit amount is less than the MinimumDeposit constant
- Not accounting for the full deposit requirement when creating a campaign
How to Fix
- Check the MinimumDeposit constant for the required amount
- Increase your deposit to at least meet the minimum
- Ensure you have enough free balance to cover the deposit
Storage to Check
Runtime Info
- Pallet Index
- 27
- Error Index
- 0
- Error Code
- 27.0
- Runtime Version
- v393