# Only PRIVATE_KEY is required to launch the agent; everything else falls back to defaults. # Agent HTTP configuration # Optional. Port that Bun will listen on locally. PORT=8787 # Optional. Base URL surfaced in the agent manifest for absolute links. API_BASE_URL=http://localhost:8787 # Chain configuration # Optional. RPC endpoint used for ERC-8004 trust interactions. RPC_URL= # Optional. Set to true to auto-register the agent identity at startup. REGISTER_IDENTITY=false # Optional. Payment network identifier (e.g. ethereum, base, base-sepolia). NETWORK=ethereum # Optional unless monetization is enabled. Facilitator API base URL. FACILITATOR_URL=https://facilitator.daydreams.systems # Payments (optional) # Optional. Address that receives x402 payments. PAYMENTS_RECEIVABLE_ADDRESS=0xb308ed39d67D0d4BAe5BC2FAEF60c66BBb6AE429 # Optional. Default price (in base units) when no entrypoint price is set. DEFAULT_PRICE=0.1 # Secrets # Required. Used to sign payment requests with the agent wallet. PRIVATE_KEY= # Required for AXLLM - but can be ignored OPENAI_API_KEY=THIS-WILL-NOT-BE-USED