| ANTHROPIC_API_KEY | Yes | Anthropic Claude API key for the agent |
| STELLAR_AGENT_SECRET | Yes | Agent wallet secret key. Signs tool purchases and refunds. |
| FX_SERVER_WALLET | Yes | Stellar address that receives marketplace payments |
| STELLAR_NETWORK_PASSPHRASE | Yes | Public Stellar network passphrase used for native XLM signing and verification |
| HORIZON_URL | Yes | Stellar Horizon API endpoint |
| PORTFOLIO_WORKER_URL | Yes | Worker URL (default: http://127.0.0.1:8787) |
| PORTFOLIO_INTERNAL_SECRET | Yes | Shared secret between web app and worker |
| FX_HMAC_SECRET | No | Enables HMAC signing on FX quotes for SP1 attestation. Generate with openssl rand -hex 32 |