DBot Guide
DBot OfficialDBot DashboardDBot API
  • DBot | Automated DEX Trading
    • 🤖About DBot
    • 📖Getting Started
    • 🌈Forever Free
    • 🔥Referral Program
  • FAQ
    • ❓Help
      • 💡About DBot
      • 💡About Copy Trading/Sniping
      • 💡About Slippage
      • 💡About Pump
      • 💡Wallet Login
      • 💡Account Rebinding
      • 💡EVM transaction failed
      • 💡SOL transaction failed
      • 💡Case Explanation
    • 🚨Safety Tips
      • Security Alert
      • Device Management
      • API KEY
      • API Whitelist IPs
      • Google Authenticator (2FA)
    • 🔖Changelog
  • DEX Trading Bot
    • 🔥Auto Copy Trading
      • Copy Filter
      • Copy Records
      • Copy Group
      • Copy Templates
      • Token Blacklist
    • 🔥Auto Limit Order
    • 🔥Auto Sniper
    • 🔥Fast Buy/Sell
    • 🔥Auto TP/SL
    • 🔫Pump Trading
    • ⏰Trigger Order
      • Opening Sell
      • Dev Sell
    • 💰Sol Bribery
    • 📊Holding/Assets
    • 📈Marketing
    • 📑Billing
    • 📖User Audit
    • ⚙️DBot Settings
      • Multi Language
      • Default Chain
      • Default Wallet/Trading Fee Wallet
      • Cancel default restrictions
      • Template settings
      • Google Authenticator (2FA)
      • Security Alert
      • Device Management
  • Telegram Bot
    • 🤖Telegram Bot (Trading)
      • 💡How to Bind/Rebind
      • 🌈Referral Rewards
      • 👛Wallet Management
      • 📊Holding/Assets
      • 🔥Fast Buy/Sell
      • 🔥Copy Trading
      • 🔥Limit Order
      • 🔥Auto Sniper
      • 🔥Auto TP/SL
      • 💰Opening Sell
      • 💰Dev Sell
      • 💰Auto Buy
      • 💹Multi-wallet buy/sell
      • 🚨Security Alert
      • 📌Token Multisender
      • 💵Token Collection
      • 💥Token Burner
      • 💡Template Settings
      • 🌎Multi Language
    • 🤖Telegram Bot (Alert)
      • Single-Wallet Monitoring
      • Multi-Wallet Monitoring
    • 🤖Telegram Bot (Group)
  • Discord Bot
    • 🤖Discord Bot (Group)
  • DBot Free Tools
    • 📈DEX Simulator
    • 📌Token Multisender (free/no limit)
    • 💵Token Collection (free/no limit)
    • 💥Token Burner (Solana)
    • 👛Wallet Transfer(only gas fee)
    • 💰Smart Money Monitoring
  • DBot Developer
    • Automated DEX API
    • DBot APIs
      • Wallet Management API
        • Wallet Import (POST)
        • Wallet Delete (DELETE)
        • Wallet Info (GET)
      • Task Management API
        • Create Task
          • Fast Buy/Sell (POST)
          • (Muti)Fast Buy/Sell (POST)
          • Create Copy Trading (POST)
          • Create Limit Order (POST)
          • Create Opening Sell (POST)
          • Create Dev Sell (POST)
          • Create Auto Sniper (POST)
        • Edit Task
          • Edit Copy Trading (POST)
          • Edit Limit Order (PATCH)
          • Edit Trailing Stop (PATCH)
          • Edit Opening Sell (PATCH)
          • Edit Dev Sell (PATCH)
        • Enable/Disable Task
          • Disable Copy Trading (PATCH)
          • Disable Limit Order (PATCH)
          • Disable Trailing Stop (PATCH)
          • Disable Opening Sell (PATCH)
          • Disable Dev Sell (PATCH)
          • Disable Auto Sniper (PATCH)
          • (Multi)Disable Copy Trading (PATCH)
          • Disable Trailing Stop Tasks (PATCH)
          • Disable Dev Sell Tasks (PATCH)
          • Disable Auto Snipers (PATCH)
          • Disable Opening Sell Tasks (PATCH)
        • Delete Task
          • Delete Copy Trading (DELETE)
          • Delete Limit Order (DELETE)
          • Delete Limit Orders (POST)
          • Delete All Limit Orders (DELETE)
          • Delete Trailing Stop (DELETE)
          • Delete Trailing Stop Tasks (POST)
          • Delete All Trailing Stop (DELETE)
          • Delete Opening Sell (DELETE)
          • Delete Dev Sell (DELETE)
          • Delete Auto Sniper (PATCH)
        • Group
          • Create Group (POST)
          • Edit Group (PATCH)
          • Delete Group (DELETE)
          • Group Info (GET)
      • Transaction Info API
        • Query Task
          • Swap Order Info (GET)
          • Copy Trading Tasks (GET)
          • Limit Orders (GET)
          • Auto Sniper Tasks (GET)
          • Opening Sell Tasks (GET)
          • Dev Sell Tasks (GET)
          • TP/SL Tasks-Fast Buy/Sell (GET)
          • TP/SL Tasks (copy trading) (GET)
          • Trailing Stop Tasks (GET)
        • Query Trading Record
          • Trading Records (GET)
          • Copy Records (GET)
          • Fast Buy & Sell Records (GET)
      • Simulator API
        • Simulator Auto Sniper (POST)
        • Simulator Copy Trading (POST)
        • Simulator Limit Order (POST)
        • Simulator Fast Buy / Sell (POST)
        • Simulator Account Info (GET)
      • Batch Tool API
        • Token Multisender (POST)
        • Token Collection (POST)
      • Enterprise API
        • Wallet Assets (GET)
        • Pool Info (SOL) (GET)
        • Pool Info (EVM) (GET)
    • DBot WebSocket
      • Trade WebSocket
        • Subscribe to trade results (WS)
        • Fast buy/sell success alert (WS)
        • Fast buy/sell failure alert (WS)
    • API KEY
    • API Whitelist IPs
  • DBot Cobuild
    • 🤝Contact Us
    • 😎Join Alpha
Powered by GitBook
On this page
  • What is slippage? What is slippage tolerance?
  • How to set slippage?
  • Slippage FAQ
  1. FAQ
  2. Help

About Slippage

PreviousAbout Copy Trading/SnipingNextAbout Pump

Last updated 7 months ago

What is slippage? What is slippage tolerance?


Slippage: determines the price when buying and selling, and the deviation between the price of the smart wallet

  • When buying, the slippage price is calculated as 1/(1-slippage)

eg. If you set a 20% slippage, if the smart wallet buy price is 1, you can accept a maximum of 1.25 buy; if you set a 50% slippage, you can accept a maximum of 2 buys;

  • When selling, the slippage price is calculated as 1-slippage

eg. If you set 20%, if the smart wallet sell price is 1, you can accept a minimum of 0.8 sell; if you set a 50% slippage, you can accept a minimum of 0.5 sell.

In the DBot settings, [Slippage Tolerance] refers to: the difference between the actual transaction price and the expected price, the difference multiple = 1/(1-slippage)

eg. If you set a slippage of 50%, you can accept a maximum of 2 times the price difference, and 100% means no limit on the price difference

How to set slippage?


It is recommended to set the slippage within a reasonable range. 50% slippage means that you can accept a 2x price to buy, and 100% means that you can accept any price to buy. The price calculation method for slippage tolerance is 1/(1-slippage). This depends on your copy trading needs and risk preference.

Unless it is a popular coin or a very optimistic token, we do not recommend setting a huge slippage. We have also strengthened the risk warning in this part.

The situation on the chain is complicated. It is recommended to set the slippage reasonably according to your personal needs, the style of the smart wallet (the popularity of the token), and other factors. It is not recommended to set too high slippage for large-amount purchases. It is recommended to use the Anti-MEV mode for large-amount and high-slippage transactions.

Note: Due to the contract mechanism of Pump & Moonshot, transactions and follow-ups are carried out according to the number of tokens. Therefore, slippage may cause the actual consumption of SOL to be more/less than the filled purchase amount (the default limit of the maximum slippage is 50%). The limit can be lifted in "Settings-General Settings"

Slippage FAQ


Why does it still fail after setting 10% slippage?

10% slippage means that only 11% price fluctuations are accepted. For example, if a pin triggers a sell, the subsequent price may fall for a short period of time, which may lead to failure. It is recommended to make adjustments in time according to the feedback of copy order failure and personal trading needs.

Why did the Pump & Moonshot transaction fail even though the slippage was set to 100%?

The transaction method of Pump & Moonshot is to fix the number of tokens purchased and adjust the number of SOL consumed. The upper limit of the actual consumed SOL is: SOL / (1-slippage). If 1 SOL is filled in and the slippage is 20%, the upper limit is 1/(1-0.2)=1.25 SOL. If the slippage is 100%, it means that there is no upper limit, which may exhaust all the SOL in the wallet.

To ensure the safety of user funds, we have limited the maximum slippage of Pump & Moonshot related transactions (including copy orders, limit orders, and fast buy and sell) to 50%. You can go to "Settings-General Settings" to lift this limit.

❓
💡