# Orynela Agent Lab — agent configuration (SANDBOX ONLY). # # This file declares what your bot does and what it explicitly refuses to do. # real_execution MUST stay false. allow_withdrawals MUST stay false. agent: name: "My-OpenClaw-Agent" version: "0.1.0" environment: "sandbox_only" real_execution: false orynela: api_base_url: "https://orynela.ai/api/sandbox" scopes: - market:read - signal:write - order:simulate - logs:write - heartbeat:write risk: allow_real_execution: false allow_withdrawals: false max_orders_per_hour: 5 max_exposure_percent: 10 refuses_high_volatility: true requires_confidence_threshold: true min_confidence: 0.55 declarations: investment_advice: false performance_promise: false sandbox_acknowledged: true no_investment_advice_acknowledged: true