LiquidAlphaDisabled

Error v156 → v161, v162 → v202, v205 → v212, v216 → v216, v217 → v219, v233 → v315, v320 → v326, v334 → v393, v401 → current 7.55

Liquid Alpha feature is disabled on this subnet .

Encountered by: stakersdeveloperssubnet owners

Why This Error Exists

Liquid Alpha is an optional subnet feature that enables more advanced alpha token mechanics. Not all subnets enable it - subnet owners can configure whether their subnet participates. When disabled, certain alpha operations are unavailable on that subnet.

Deep Dive

LiquidAlphaOn(netuid) is a boolean set by the subnet owner. When false, operations that depend on liquid alpha mechanics fail. This includes certain swap operations, alpha high/low parameters, and related features. The subnet owner can toggle this, so check current state before operations.

Debugging Example

You call some_liquid_alpha_operation(netuid=8, ...). Error: LiquidAlphaDisabled. Query LiquidAlphaOn(8) - returns false. Subnet 8 has disabled liquid alpha. Solution: Use a different subnet with liquid alpha enabled, or use basic alpha operations that don't require it.

Prevention Tips

  • Query LiquidAlphaOn(netuid) before attempting liquid alpha operations
  • Check subnet documentation for which features are enabled
  • If you're a subnet owner, consider your users' needs when configuring this

From Chain Metadata

Attempting to set alpha high/low while disabled

What This Means

Liquid Alpha feature is disabled on this subnet.

Common Causes

  • Trying to use alpha features when disabled
  • Subnet configuration doesn't support it

How to Fix

  • Check if LiquidAlphaOn is true for this subnet
  • Use a subnet with Liquid Alpha enabled

Storage to Check

Version History

v156 block 3,321,841 Added
v162 block 3,372,565 Shape modified
v205 block 4,209,446 Shape modified
v216 block 4,510,996 Shape modified
v217 block 4,590,522 Shape modified
v233 block 4,920,350 Shape modified
v320 block 6,523,566 Shape modified
v334 block 6,811,690 Shape modified
v401 block 8,036,576 Shape modified Current

Runtime Info

Pallet Index
7
Error Index
55
Error Code
7.55
Runtime Version
v411