Additional deposit per required signatory.
Current Value
0.032 TAO (32000000 raw)
Conversion: ÷ 10^9 (RAO → TAO)
From Chain Metadata
The amount of currency needed per unit threshold when creating a multisig execution. This is held for adding 32 bytes more into a pre-existing storage value.
Use Cases
- Multisig creation
Value History
| Version | Block | Change | Value |
|---|---|---|---|
| v123 | #720,235 | Added | 3.20 TAO |
| v136 | #1,756,781 | Changed | 3.20 TAO → 0.032 TAO |
Code Examples
import { ApiPromise, WsProvider } from "@polkadot/api";
import { stringCamelCase } from "@polkadot/util";
const provider = new WsProvider("wss://entrypoint-finney.opentensor.ai:443");
const api = await ApiPromise.create({ provider });
// Query DepositFactor constant
const value = api.consts[stringCamelCase("Multisig")][stringCamelCase("DepositFactor")];
console.log("DepositFactor:", value.toHuman());
// Convert RAO to TAO if this is a balance value
const taoValue = value.toBigInt() / BigInt(1e9);
console.log("TAO:", taoValue.toString());Type Information
- Type
- u64
- Byte Size
- 8 bytes
- Encoding
- fixed
- Raw Hex
- 0x0048e80100000000
Version History
v123 block 720,235 Added
v136 block 1,756,781 Re-added Current
Runtime Info
- Pallet
- Multisig
- First Version
- v123
- Latest Version
- v123
- Current Runtime
- v393