ARB Protocol
  • โ™ป๏ธARB Protocol
  • ๐Ÿค–Arbitrage Bot
    • โš™๏ธSetup
      • Preperation
      • Installation
      • Running the bot
    • ๐ŸŽ๏ธOptimization
      • Connection / RPC
      • Jupiter API
      • Configuration
      • Additional Tips
  • ๐Ÿ—๏ธJupGrid
    • ๐Ÿ‘‹Introduction
    • ๐Ÿ› ๏ธInstallation
    • ๐ŸงฎConfiguration
    • ๐Ÿƒโ€โ™‚๏ธUsage
  • References
    • ๐Ÿ’ฑArbitrage
    • ๐Ÿ“V2 Config
    • ๐Ÿ“V2 Env
  • ๐ŸŒŽSocials
    • X (Twitter)
    • Discord
  • ๐Ÿช™ARB
    • Jupiter Swap
    • Birdeye
    • CoinGecko
Powered by GitBook
On this page
  1. JupGrid

Installation

  1. Download the source code by cloning it:

    git clone https://github.com/ARBProtocol/jupgrid
    npm install
  2. Initial Setup: Run JupGrid for the first time to create the necessary user configuration files:

    node .

    This will generate a .env file where you will fill in your secure data.

  3. Configuration: Open the .env file in a text editor and input your Phantom wallet Private Key and the URL to your RPC connection.

  4. Encryption: Start JupGrid again:

    node .

    This time, you will be prompted to enter a password to locally encrypt your private key and RPC connection.

  5. Start JupGrid: Start JupGrid a third time:

    node .

    You will then be prompted to enter the password you previously set. You will then see the start-up prompts, which allow you to modify the following parameters:

    • Token A:

    • Token B:

    • Infinity Target Value: (Maximum $ value of Token B you want to hold - Donโ€™t set this higher than your Token A + B value!)

    • Spread: (% difference from current market price to orders)

    • Stop Loss: ($ value for BOTH Token A and Token B - If your wallet hits this value, the script will stop for safety)

    • Delay: (Used to prevent rate-limiting by the Jupiter API. JupGrid is a โ€œslowโ€ bot and doesnโ€™t need information every second)

    JupGrid will then place one buy and one sell order based on the parameters you have set.

PreviousIntroductionNextConfiguration

Last updated 10 months ago

๐Ÿ—๏ธ
๐Ÿ› ๏ธ