Spaces:
Sleeping
Sleeping
| { | |
| "agents": { | |
| "gig": { | |
| "platforms": { | |
| "freelancer": { | |
| "enabled": true, | |
| "target_daily": 10.0, | |
| "account_email": "agent_gig1@inboxkitten.com", | |
| "account_password": "SecurePass123!" | |
| }, | |
| "upwork": { | |
| "enabled": true, | |
| "target_daily": 10.0, | |
| "account_email": "agent_upwork@inboxkitten.com", | |
| "account_password": "SecurePass123!" | |
| }, | |
| "fiverr": { | |
| "enabled": true, | |
| "target_daily": 10.0, | |
| "account_email": "agent_fiverr@inboxkitten.com", | |
| "account_password": "SecurePass123!" | |
| }, | |
| "toptal": { | |
| "enabled": true, | |
| "target_daily": 10.0, | |
| "account_email": "agent_toptal@inboxkitten.com", | |
| "account_password": "SecurePass123!" | |
| }, | |
| "peopleperhour": { | |
| "enabled": true, | |
| "target_daily": 10.0, | |
| "account_email": "agent_pph@inboxkitten.com", | |
| "account_password": "SecurePass123!" | |
| } | |
| }, | |
| "locations": [ | |
| { | |
| "name": "US East", | |
| "timezone": "America/New_York", | |
| "locale": "en-US", | |
| "country": "US" | |
| }, | |
| { | |
| "name": "US West", | |
| "timezone": "America/Los_Angeles", | |
| "locale": "en-US", | |
| "country": "US" | |
| }, | |
| { | |
| "name": "UK", | |
| "timezone": "Europe/London", | |
| "locale": "en-GB", | |
| "country": "GB" | |
| } | |
| ], | |
| "break_pattern": { | |
| "min_minutes": 5, | |
| "max_minutes": 15, | |
| "after_every": 3 | |
| } | |
| }, | |
| "trading": { | |
| "strategies": { | |
| "trend": { | |
| "enabled": true, | |
| "allocation_percent": 40, | |
| "sources": ["coinmarketcap", "dexscreener", "messari"], | |
| "cmc_api_key": "YOUR_COINMARKETCAP_KEY" | |
| }, | |
| "reversion": { | |
| "enabled": true, | |
| "allocation_percent": 30, | |
| "sources": ["tradingview", "coingecko", "glassnode"] | |
| }, | |
| "memecoin": { | |
| "enabled": true, | |
| "allocation_percent": 30, | |
| "sources": ["dextools", "dexscreener", "twitter_trends"], | |
| "risk_level": "high" | |
| } | |
| }, | |
| "wallets": { | |
| "follow_count": 50, | |
| "min_followers": 1000, | |
| "performance_threshold": 2.5, | |
| "update_interval_hours": 6 | |
| }, | |
| "x_accounts": { | |
| "create_per_agent": true, | |
| "username_prefix": "CryptoAgent_", | |
| "bio_template": "Autonomous trading bot tracking 📈 Follow for real-time insights" | |
| }, | |
| "risk_management": { | |
| "max_position_size_percent": 2, | |
| "stop_loss_percent": 5, | |
| "daily_loss_limit_percent": 6, | |
| "max_consecutive_losses": 3, | |
| "memecoin_allocation_percent": 10, | |
| "portfolio_allocation_per_coin": 1.5 | |
| }, | |
| "binance": { | |
| "api_key_env": "BINANCE_API_KEY", | |
| "api_secret_env": "BINANCE_SECRET", | |
| "testnet": false | |
| } | |
| }, | |
| "editor": { | |
| "audit_interval_minutes": 60, | |
| "emily_communication": { | |
| "enabled": true, | |
| "channel": "system_events" | |
| }, | |
| "improvement_cycle": { | |
| "enabled": true, | |
| "auto_fix": true, | |
| "weekly_review": true | |
| } | |
| } | |
| }, | |
| "deployment": { | |
| "platform": "huggingface", | |
| "space_id": "wairiah/OpenClawClean", | |
| "runtime": "docker", | |
| "hardware": "cpu-basic", | |
| "persistence": "24/7", | |
| "access_url": "https://huggingface.co/spaces/wairiah/OpenClawClean" | |
| }, | |
| "secrets": { | |
| "hf_token_set": true, | |
| "groq_key_set": true, | |
| "binance_keys_set": false | |
| } | |
| } |