Errors/Chain errors

SlippageTooHigh

The price moved past the slippage-protection limit (stake trades are protected by default with a 5% tolerance); retry, raise the tolerance (`--rate-tolerance 0.1` / rate_tolerance=0.1), or disable protection entirely (`--no-slippage-protection` / slippage_protection=False)

View as Markdown

A stake, unstake, or move would move the price past the slippage-protection limit (default 5% tolerance). Retry, raise --rate-tolerance, or disable protection with --no-slippage-protection; check the current price with btcli subnets price.

Declared by the SubtensorModule pallet; it classifies to the semantic code insufficient_liquidity.

Declared at pallets/subtensor/src/macros/errors.rs#L193.

Remediation

The price moved past the slippage-protection limit (stake trades are protected by default with a 5% tolerance); retry, raise the tolerance (--rate-tolerance 0.1 / rate_tolerance=0.1), or disable protection entirely (--no-slippage-protection / slippage_protection=False)

The same explanation is available in the terminal: btcli explain SlippageTooHigh.