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

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

Declared at [`pallets/subtensor/src/macros/errors.rs#L193`](/code/pallets/subtensor/src/macros/errors.rs#L193).

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