Transaction Error Messages

Insufficient Output Amount

This can only occur on EVM-compatible chains. Your slippage tolerance is too low for this transaction. Either increase your slippage tolerance or increase your gas price/delta to gain more priority on the blockchain. If you're using Smart Slippage, remember that it requires high gas price/delta to work optimally.

Excessive/Insufficient Input Amount

This can only occur on EVM-compatible chains. This happens when the bot attempts to buy an exact number of number of tokens, but the token's volatility turns out to be too extreme, even with your slippage taken into consideration. For example, assume that you want to buy exactly 1 token, and the current price for that 1 token is 1 BNB. With 100% slippage, the bot will allow you to pay up to 2 BNB to get that token. If the token's volatility is too extreme that even 2 BNB isn't enough to purchase 1 token, the transaction will fail. You can set slippage to higher than 100% as described here. This error can also show up in certain copytrade scenarios. If the tracked wallet is sniping Block-0 of a launch with an exact token buy (demands a specific amount of tokens and over-sends native amount to the router), the bot will attempt a similar transaction and try to buy the exact same amount of tokens specified by the tracked wallet, but it will send the minimum between your copytrade Buy Amount and the native amount sent by the tracked wallet. If you set your copytrade Buy Amount too low, it won't be enough to secure the tokens you've requested, and you'll receive this error.

For sells, it can happen when the contract forces your wallet to sell 0 tokens. This often implies that you've been scammed.

Insufficient funds for gas * price + value

This can only occur on EVM-compatible chains. Your wallet doesn't have enough funds to cover the transaction value and its gas fees. If you think you have enough, double check your gas settings and compare the potential gas fees to your wallet's native balance.

Transfer Failed / Transfer From Failed

This can only occur on EVM-compatible chains. This error can happen for a multitude of reasons. We mention a few here:

  • Trade hasn't been enabled yet.

  • The transaction would've caused your wallet to exceed the contract's max wallet.

  • There's a maximum allowed gas price on the contract.

  • There's a transaction cooldown on the contract.

  • For sells, the maximum allowed sell might be smaller than your attempted transaction.

  • For sells, you may have already sold (press Reset on the Trade Monitor to ensure that you're looking at current values).

  • You got blacklisted, or the token became a honeypot.

Underpriced Transaction

This can only occur on EVM-compatible chains. This error happens when you attempt a transaction while another transaction from the same wallet is already pending. The bot supports only one transaction per wallet at any given time for EVM-compatible chains. The latter doesn't apply for Solana and TON.

Transaction requires more gas than the max

This can only occur on EVM-compatible chains. If the bot detects that a transaction would require more gas than your chosen Max Gas Limit, it will block the transaction immediately and display this error.

Too_Little_Received

This can only occur on EVM-compatible chains. This error will be returned when the bot detects that a buy or sell will yield in 0 tokens or native amount in return.

Insufficient lamports

This can only occur on Solana. Your wallet doesn't have enough funds to cover the transaction value, fees/tip and bot taxes which are extracted per transaction for Solana.

Too Little (Much) SOL received (required) to sell (buy) the given amount of tokens

This can only occur on Solana. Your slippage tolerance is too low for this transaction. Either increase your slippage tolerance or increase your gas delta to gain more priority on the blockchain.

HIGH PRICE IMPACT ALERT

As an additional layer of protection, the bot will automatically display an alert for manual and automated buys when the estimated price impact of the trade is beyond the value of Price Impact Alert. This alert can be bypassed by manually forcing the trade through. By default, Price Impact Alert is set to 25% for buys but you can tune the value to effectively control the threshold at which the alert will be displayed. The exact thing applies for manual and automated sells where the default value of Price Impact Alert is set to 50%.

Last updated