βš™οΈENV Setup

Infinity AIO ENV Guide, any values left in the ENV upon download, can generally be kept as default besides BLOCK ENGINE URL


Variable
Description
Notes

LICENSE_KEY

Your Infinity Bundler License Key

Required

SIGNER_PRIVATE_KEY

Private key of dev wallet

Must be in BASE58 format (Phantom Export Format)

DEV_ADDRESS

Wallet address of dev wallet

Public key

FUNDER_PRIVATE_KEY

Private key of funder wallet

BASE58 format; Used to fund sub wallets

SELLER_PRIVATE_KEY

Private key of seller wallet

- BASE58 format - For transfer sell mode only - Keep 0.1 SOL for fees

RPC_URL

Your RPC URL

HTTP or HTTPS format

WS

Your WebSocket URL

WSS or WS format

BLOCKENGINEURL

JITO block engine URL

See block engine list

JITO_TIP

JITO tip amount

In SOL

SELL_TIP

Sell tip amount

In SOL

DEVBUY

Amount to buy on dev wallet

In SOL

LUT_Address

Lookup table address

DO NOT EDIT - Bot managed

COMPUTE_LIMIT_PRICE

Compute limit price

- In lamports - Leave default unless experienced

COMPUTE_UNIT_PRICE

Compute unit price

- In lamports - Leave default unless experienced

CUSTOM_OCP

NO LONGER IN USE

NO LONGER IN USE

TARGET_MCAP

Target market cap for Auto Sell (OPTIONAL)

Currently PumpFun only

NEXTBLOCK_ENDPOINT

NextBlock transaction endpoint (OPTIONAL)

See endpoint list

NEXTBLOCK_API_KEY

Your NextBlock API key (OPTIONAL)

Required for NextBlock services

SLIPPAGE

Slippage for buying

Decimal format (0.05 = 5%) Default is 5%

RPC_STAGGER

Use RPC for stagger buys

true/false

FLAG_WALLETS

NO LONGER WORKS

true/false

Important Notes:

  • All private keys must be in BASE58 format (Phantom Export Format)

  • Keep default values for compute settings unless you understand the implications

  • The LUT_Address is automatically managed by the bot - do not modify

  • Ensure sufficient SOL balance in seller wallet when using transfer sell mode

  • Please overfund wallets to avoid any insufficient fund errors (ERROR GUIDE)


JITO Block Engine Endpoints

Location
Region
Endpoint

πŸ‡³πŸ‡± Amsterdam

Europe

amsterdam.mainnet.block-engine.jito.wtf

πŸ‡©πŸ‡ͺ Frankfurt

Europe

frankfurt.mainnet.block-engine.jito.wtf

πŸ‡ΊπŸ‡Έ New York

North America

ny.mainnet.block-engine.jito.wtf

πŸ‡―πŸ‡΅ Tokyo

Asia Pacific

tokyo.mainnet.block-engine.jito.wtf

πŸ‡ΊπŸ‡Έ Salt Lake City

North America

slc.mainnet.block-engine.jito.wtf

πŸ‡ΈπŸ‡¬ Singapore

Asia

singapore.mainnet.block-engine.jito.wtf


Next Block Endpoints


Selection Guide

  • Choose the endpoint closest to your physical location or server

  • Consider network latency when selecting an endpoint

  • For optimal performance, try to match your RPC location with your chosen block engine location

Last updated