LiquidAlphaDisabled
Error Re-added v156 → v161, v162 → v202, v205 → v212, v216 → v216, v217 → v219, v233 → v315, v320 → v326, v334 → current 7.54Liquid Alpha feature is disabled on this subnet .
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
Runtime Info
- Pallet Index
- 7
- Error Index
- 54
- Error Code
- 7.54
- Runtime Version
- v393