Reserve deposit to prevent spam.
Current Value
0.132 TAO (132000000 raw)
Conversion: ÷ 10^9 (RAO → TAO)
From Chain Metadata
The base amount of currency needed to reserve for creating a multisig execution or to store a dispatch call for later. This is held for an additional storage item whose value size is `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is `32 + sizeof(AccountId)` bytes.
Use Cases
- Multisig creation
Value History
| Version | Block | Change | Value |
|---|---|---|---|
| v123 | #720,235 | Added | 28.80 TAO |
| v136 | #1,756,781 | Changed | 28.80 TAO → 0.108 TAO |
| v149 | #3,014,339 | Changed | 0.108 TAO → 0.132 TAO |
Code Examples
import { createClient, Binary } from "polkadot-api";
import { getWsProvider } from "polkadot-api/ws";
import { sub } from "@polkadot-api/descriptors"; // generated by: npx papi add sub -w wss://entrypoint-finney.opentensor.ai:443
const client = createClient(getWsProvider("wss://entrypoint-finney.opentensor.ai:443"));
const api = client.getTypedApi(sub);
// Query DepositBase constant
const value = await api.constants.Multisig.DepositBase();
console.log("DepositBase:", value);
// Balance: divide by 10^9 for TAO
const tao = value / 1_000_000_000n;Type Information
- Type
- u64
- Byte Size
- 8 bytes
- Encoding
- fixed
- Raw Hex
- 0x0029de0700000000
Version History
v123 block 720,235 Added
v136 block 1,756,781 Shape modified
v149 block 3,014,339 Shape modified Current
Runtime Info
- Pallet
- Multisig
- First Version
- v123
- Latest Version
- v123
- Current Runtime
- v411