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 { 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 DepositFactor constant
const value = await api.constants.Multisig.DepositFactor();
console.log("DepositFactor:", 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
- 0x0048e80100000000
Version History
v123 block 720,235 Added
v136 block 1,756,781 Shape modified Current
Runtime Info
- Pallet
- Multisig
- First Version
- v123
- Latest Version
- v123
- Current Runtime
- v411