File size: 3,647 Bytes
ddc8283
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
  "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
  }
}