Installation
Download the source code by cloning it:
Initial Setup: Run JupGrid for the first time to create the necessary user configuration files:
This will generate a
.env
file where you will fill in your secure data.Configuration: Open the
.env
file in a text editor and input your Phantom wallet Private Key and the URL to your RPC connection.Encryption: Start JupGrid again:
This time, you will be prompted to enter a password to locally encrypt your private key and RPC connection.
Start JupGrid: Start JupGrid a third time:
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.
Last updated