> For the complete documentation index, see [llms.txt](https://docs.odinbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odinbot.io/faqs/6.-frequently-asked-questions/whats-the-pump.fun-slippage-and-how-to-configure-it.md).

# What's the Pump.fun slippage and how to configure it?

{% embed url="<https://youtu.be/9i7QYPUn5X4>" %}

OdinBot calculates the token price from the most recent on-chain updates, then includes your slippage tolerance when setting up the transaction. If later trades push the price above your slippage limit before the transaction settles, the trade will fail. If the price stays within your limit, the trade goes through successfully.

**Note:** If many people are buying at the same time, the price can jump quickly.

For examples of wallets that often create large price spikes, and may require a higher slippage percentage, please follow this guide:

{% embed url="<https://www.odinbot.io/how-to-identify-already-copytraded-wallets/>" %}

## What's the best way to configure slippage settings?

* **Weigh Risk vs. Reward:** A higher slippage setting helps you enter highly volatile trades, but it can also make you pay more.
* **Observe Your Mirror:** Look at how much the price changes right after your mirror trades. Adjust your slippage based on that.

## When to configure a high slippage?

* **Early Bonding Curve:** Tokens early in their bonding curve can have big price spikes.
* **Heavily Copy-Traded Wallets:** If the wallet you mirror is heavily copy-traded, the sudden demand can raise prices quickly.

{% content-ref url="/pages/8a1L3fn8Uyw9CKJVer0P" %}
[Pump.fun Explained: A Guide to Copy-Trading Success - Vic](/tracking-academy/trading-strategies/pump.fun-explained-a-guide-to-copy-trading-success-vic.md)
{% endcontent-ref %}

{% content-ref url="/pages/aBX2gVO7Edp5vxhCJJpf" %}
[6. Frequently Asked Questions](/faqs/6.-frequently-asked-questions.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.odinbot.io/faqs/6.-frequently-asked-questions/whats-the-pump.fun-slippage-and-how-to-configure-it.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
