The transaction cannot succeed due to error: PancakeRouter: INSUFFICIENT_OUTPUT_AMOUNT. This is probably an issue with one of the tokens you are swapping.
You're trying to swap tokens, but your slippage tolerance is too low or liquidity is too low.
Refresh your page and try again later.
Try trading a smaller amount at one time.
Increase your slippage tolerance:
Tap the settings icon on the liquidity page.
Increase your slippage tolerance a little and try again.
4. Lastly, try inputting an amount with fewer decimal places.
This usually happens when trading tokens with low liquidity.
That means there isn't enough of one of the tokens you're trying to swap in the Liquidity Pool: it's probably a small-cap token that few people are trading.
However, there's also the chance that you're trying to trade a scam token which cannot be sold. In this case, BearSwap isn't able to block a token or return funds.
INSUFFICIENT_A_AMOUNT or INSUFFICIENT_B_AMOUNT
Fail with error 'BearSwapRouter: INSUFFICIENT_A_AMOUNT'
or
Fail with error 'BearSwapRouter: INSUFFICIENT_B_AMOUNT'
You're trying to add/remove liquidity from a liquidity pool (LP), but there isn't enough of one of the two tokens in the pair.
INSUFFICIENT_A_AMOUNT or INSUFFICIENT_B_AMOUNT
Fail with error 'BearSwapRouter: INSUFFICIENT_A_AMOUNT'
or
Fail with error 'BearSwapRouter: INSUFFICIENT_B_AMOUNT'
You're trying to add/remove liquidity from a liquidity pool (LP), but there isn't enough of one of the two tokens in the pair.
Refresh your page and try again, or try again later.
Still doesn't work?
Tap the settings icon on the liquidity page.
Increase your slippage tolerance a little and try again.
The error is caused by trying to add or remove liquidity for a liquidity pool (LP) with an insufficient amount of token A or token B (one of the tokens in the pair).
It might be the case that prices are updating too fast when and your slippage tolerance is too low.
OK, so you're really determined to fix this. We really don't recommend doing this unless you know what you're doing.
There currently isn't a simple way to solve this issue from the PancakeSwap website: you'll need to interact with the contract directly. You can add liquidity directly via the Router contract, while setting amountAMin to a small amount, then withdrawing all liquidity.
Select Write Contract and Connect to Web3 as above.
Find addLiquidity or removeLiquidity (whichever one you're trying to do)
Enter the token addresses of both of the tokens in the LP.
In liquidity (uint256), enter the uint256 number which you got from "balanceOf" above.
Set a low amountAMin or amountBMin: try 1 for both.
Add your wallet address in to (address).
Deadline must be an epoch time greater than the time the tx is executed.
This can cause very high slippage, and can cause the user to lose some funds if frontrun
BearSwap Router: EXPIRED
The transaction cannot succeed due to error: PancakeRouter: EXPIRED. This is probably an issue with one of the tokens you are swapping.
Try again, but confirm (sign and broadcast) the transaction as soon as you generate it.
This happened because you started making a transaction, but you didn't sign and broadcast it until it was past the deadline. That means you didn't hit "Confirm" quickly enough.
BearSwap: K
The transaction cannot succeed due to error: BearSwap: K. This is probably an issue with one of the tokens you are swapping.
Refresh the page and try again, or increase slippage tolerance via the settings icon and try again.
This probably happened because you're trying to buy or sell tokens during a big price movement. The frontend is getting outdated information (e.g. outAmount) from the smart contract, causing the swap to fail.
Issues with Syrup Pools
BEP20: burn amount exceeds balance
Fail with error 'BEP20: burn amount exceeds balance'
You don't have enough SYRUP in your wallet to unstake from the BEAR-BEAR pool.
Get at least as much SYRUP as the amount of BEAR that you’re trying to unstake.
Buy SYRUP on the exchange. If you want to unstake 100 BEAR, you need at least 100 SYRUP.
Try unstaking again.
If that still fails, you can perform an “emergency Withdraw” from the contract directly to unstake your staked tokens.
In section “4. emergencyWithdraw”, enter "0" and click “Write”.
This will unstake your staked tokens and lose any uncollected CAKE yield.
This will lose any yield that you haven’t harvested yet.
To stop this happening again, don’t sell your SYRUP. You still need it to unstake from the “Stake BEAR Earn BEAR ” pool.
This error has happened because you have sold or transferred SYRUP tokens. SYRUP is minted in a 1:1 ratio to CAKE when you stake in the
BEAR -BEAR Syrup Pool. SYRUP must be burned at a 1:1 ratio to BEAR when calling leaveStaking (unstaking your BEAR from the pool), so if you don't have enough, you can't unstake from the pool.