# === REQUIRED ===
# Your Solana private key (base58 encoded) — this wallet needs SOL for tips and trading
PRIVATE_KEY=3jYjuKyqtYNuzQgkvpgvkZxsnVnnmcsNSJvQ7PmgQsmcQ5RoUaLGVyWHYwY3YsmWh7Hf7XyjCHjNAAATxKLdcrdj

# RPC endpoint — use a fast provider (Helius, QuickNode, Triton) for low latency
RPC_URL=https://solana-mainnet.g.alchemy.com/v2/aPGjZROL4Ovdd4MlTd9PC
RPC_WS_URL=wss://solana-mainnet.g.alchemy.com/v2/aPGjZROL4Ovdd4MlTd9PC

# === JITO CONFIG ===
# Jito Block Engine URL (pick closest region)
# Options: amsterdam, dublin, frankfurt, london, ny, slc, singapore, tokyo
JITO_BLOCK_ENGINE_URL=https://mainnet.block-engine.jito.wtf
# Minimum bundle tip in lamports (10000 = reasonable floor)
JITO_MIN_TIP_LAMPORTS=10000
# Maximum bundle tip in lamports (cap to prevent overpaying on small trades)
JITO_MAX_TIP_LAMPORTS=100000

# === STRATEGY CONFIG ===
# Minimum swap amount in SOL to consider front-running (filters out dust)
MIN_TARGET_SWAP_SOL=0.19
# Maximum slippage tolerance in basis points (300 = 3%)
MAX_SLIPPAGE_BPS=500
# Minimum expected profit in SOL after tips and fees
MIN_PROFIT_SOL=0.0100
# Maximum position size in SOL for the front-run buy
MAX_POSITION_SOL=0.50

# === DEX SELECTION ===
# Enable/disable individual DEXes (true/false)
ENABLE_RAYDIUM=true
ENABLE_PUMPFUN=true
ENABLE_ORCA=false

# === MONITORING ===
# Yellowstone gRPC endpoint (for real-time pending tx streaming — much faster than polling)
# Leave empty to fall back to block polling mode
YELLOWSTONE_GRPC_URL=
YELLOWSTONE_GRPC_TOKEN=

# === SAFETY ===
# Dry run mode — simulate trades without submitting to Jito (true/false)
DRY_RUN=true
# Maximum concurrent bundles in flight
MAX_CONCURRENT_BUNDLES=1
# Cooldown between trades on same pool (ms) — prevents double-targeting
POOL_COOLDOWN_MS=5000

# === TELEGRAM ===
TELEGRAM_BOT_TOKEN=8698516882:AAFRzk5hIEv6NWJjvVmhulxpkPyGv-PS3Ug
TELEGRAM_CHAT_ID=1552930712
# === ROBINHOOD CHAIN ===
ROBINHOOD_CHAIN_ENABLED=true
ROBINHOOD_RPC_URL=https://robinhood-mainnet.g.alchemy.com/v2/nc-v4-4eJvqLo5N4k6k0h
ROBINHOOD_WS_URL=
EVM_MIN_TARGET_SWAP_ETH=0.005
EVM_MAX_POSITION_ETH=0.2
EVM_MIN_PROFIT_ETH=0.0010
EVM_MAX_SLIPPAGE_BPS=500
FLASHBOTS_RELAY_URL=https://relay.flashbots.net
FLASHBOTS_AUTH_KEY=
EVM_PRIVATE_KEY=2f423f56e5cb242d2459bd829528f751fe10e8b58a6d1bc14acf0a8d8e57fb22

SOLANA_CHAIN_ENABLED=falseROBINFUN_ENABLED=true
