TxWhy

Error codes / Meteora Dynamic Bonding Curve

ExceededSlippage

Meteora Dynamic Bonding Curve · Custom(6002) · 0x1772

custom program error: 0x1772

What it means

The swap would have paid out less than the minimum this transaction allowed. The price moved between the moment the quote was taken and the moment the transaction executed, by more than the slippage tolerance set in the swap.

The program's own message: “Exceeded slippage tolerance”

What to do

Increase your slippage tolerance or reduce the trade size, then retry — the price moved between quote and execution.

TxWhy can repair this one

When the swap was routed through Jupiter, TxWhy replaces only the stale swap instruction with a current quote for the same tokens, amount and slippage tolerance, keeps every other instruction byte for byte, and proves the result passes simulation.

Code 6002 means something else in other programs

Custom codes are private to each program. Check which program actually raised it: it is the innermost failed call, not necessarily the program you called.