PumpAndAmm-BuyConf

buyConf
  • run status:

    • on-continue execute copy trade buy

    • off-pause copy trade buy(already copied but not auto sell order will not effect by this)

  • buy mode:

    • fixed amount: your buy amount = the fixed buy amount you inputed

    • multiple: your buy amount = smart money's buy amount mul the value you selected

  • min max buy amount:

    • lower value: if your buy amount less than lower, your buy amount = lower value

      • another thing you should know is that PumpFun will migrate when reached 85SOL

      • If the bonding curve delta SOL less than the lower value, will not execute copy trade buy

    • higher value: if your buy amount greater than higher, your buy amount = higher value

  • SM's buy amount range limit:

    • If smartmoney's buy amount not in range, copy trade buy will not be executed

  • LP's SOL range:

    • After SmartMoney buyIn, if the totalLiq value not in range, copy trade buy will not execute

    • this value not means MarketCap, but means real SOL amount in TotalLiq.

  • CA create time range: if CA's create time not in range, copy trade buy will not be executed.

    • PumpFun-The CA deploy time

    • Amm-The CA migration time

  • tipFee/priorityFee(SOL):

    • tipFee: the min tipFee is 0.001SOL

    • priorityFee: the min priorityFee is 0.00008SOL, if set 0 means no priorityFee

      • If set priorityFee, and transaction not land, will cost 6~12x priorityFee

  • slippage(%)/max behind blockNum(N):

    • slippage: the min slippage is 1%

    • max behind blockNum(N):

      • On SOLANA, the theory's blockTime is about 400ms, assume smart money's trade landed on 32757660 slot, and here the value you configed 1slot.

        • If your trade land greater than 327567661, your tx will auto be rollback by TurboFire.

        • The smaller the value, the lower the land rate, the better price obtained, and the higher the requirements for software real-time performance and processing capability (and vice versa).

Last updated