LiquidAlphaDisabled

Error Re-added v156 → v161, v162 → v202, v205 → v212, v216 → v216, v217 → v219, v233 → v315, v320 → v326, v334 → current 7.54

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 Re-added
v205 block 4,209,446 Re-added
v216 block 4,510,996 Re-added
v217 block 4,590,522 Re-added
v233 block 4,920,350 Re-added
v320 block 6,523,566 Re-added
v334 block 6,811,690 Re-added Current

Runtime Info

Pallet Index
7
Error Index
54
Error Code
7.54
Runtime Version
v393