# SpendOS Environment Variables # Copy to .env and fill in your values # ── Required ────────────────────────────────────── OWS_IMPORT_MNEMONIC=your twelve word mnemonic phrase here OWS_PASSPHRASE=your-vault-passphrase SPENDOS_ADMIN_TOKEN=generate-with-openssl-rand-hex-32 DEPLOYER_PRIVATE_KEY=0x...your-deployer-private-key # ── x402 Payments (Base mainnet) ────────────────── CDP_API_KEY_ID=your-cdp-key-id CDP_API_KEY_SECRET=your-cdp-key-secret X402_FACILITATOR_URL=https://api.cdp.coinbase.com/platform/v2/x402 X402_NETWORK=eip155:8453 # ── On-chain Audit ──────────────────────────────── SPENDOS_CHAIN=mainnet SPENDOS_AUDIT_CONTRACT=0xF74b481c9f196b5988cAA28Fb1452338597670B6 # SPENDOS_RPC_URL=https://base.gateway.tenderly.co/YOUR_KEY # ── Paths ───────────────────────────────────────── OWS_VAULT_PATH=/data/ows SPENDOS_DATA_DIR=/data/spendos PORT=3030 # ── Optional ────────────────────────────────────── # ZERION_API_KEY=your-zerion-key # VENICE_API_KEY=your-venice-key # OPENCLAW_GATEWAY_TOKEN=your-gateway-token # OPENCLAW_GATEWAY_TOKEN_OVERRIDE=your-gateway-token