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 with a price limit would execute at a worse rate than the limit allows and allow_partial was false. Compare the limit_price argument with the subnet's current alpha price (btcli subnets price) or permit partial execution.

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

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.