# Nad.fun Autonomous Trading Agent Configuration
# Copy this file to $HOME/nadfunagent/.env and fill in your values
# DO NOT commit .env to Git!

# MMIND Token Address (for profit distribution)
MMIND_TOKEN_ADDRESS=0xYourMMINDTokenAddressHere

# Monad Private Key (trading wallet - keep secure!)
MONAD_PRIVATE_KEY=0xYourPrivateKeyHere

# Monad RPC URL
MONAD_RPC_URL=https://rpc.monad.xyz

# Network (mainnet or testnet)
MONAD_NETWORK=mainnet

# Optional: Telegram Bot Token (for notifications)
TELEGRAM_BOT_TOKEN=your_bot_token_here

# Optional: Telegram User ID (for notifications)
TELEGRAM_USER_ID=your_telegram_user_id_here
