# SlippageTooHigh (/docs/errors/chain/SlippageTooHigh)

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`](/docs/errors/insufficient-liquidity).

## Remediation [#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`.
