# PRIVATE_KEY is required for identity registration; other values are pre-configured from setup. # Agent Identity (ERC-8004) # Required. Your agent's domain (configured during setup). AGENT_DOMAIN=agent.example.com # Required. Wallet private key for on-chain registration and signing domain proofs. PRIVATE_KEY= # Blockchain Configuration # Optional. RPC endpoint for Ethereum mainnet. RPC_URL=https://eth.llamarpc.com # Optional. Chain ID for Ethereum mainnet. Change both RPC_URL and CHAIN_ID to use a different network. CHAIN_ID=1 # Agent HTTP Configuration # Optional. Port that Bun will listen on locally (default: 3000). # PORT=3000 # Payments (x402) # Pre-configured from setup. Change these to update payment settings. # Payment facilitator endpoint. FACILITATOR_URL=https://facilitator.daydreams.systems # Receivable address (address that receives payments). PAYMENTS_RECEIVABLE_ADDRESS=0xYourPaymentAddress # Payment network identifier (e.g. ethereum, base, base-sepolia). NETWORK=ethereum # Default price in base units when no entrypoint price is set. DEFAULT_PRICE=1000