🦀 ClawHub
DISTRICT9
by @pearl799
Autonomous meme token launcher on BNB Chain — sense trends, generate concepts, create logos, deploy tokens on-chain
⚙️ Configuration
cd {baseDir}
uv sync
Set environment variables:
export OPENCLAW_WALLET_KEY=0x_your_private_key
export OPENAI_API_KEY=sk-or-v1-your_openrouter_key
Initialize config:
cd {baseDir} && uv run openclaw init
Edit ~/.openclaw-agent/config.yaml:
agent:
name: MyAgent
chain: bnb
wallet:
private_key_env: OPENCLAW_WALLET_KEYstrategy:
sources: [crypto, news]
style: cultural
risk_level: medium
max_daily_launches: 3
llm:
provider: openrouter
model: anthropic/claude-haiku-4.5
api_key_env: OPENAI_API_KEY
base_url: https://openrouter.ai/api/v1
launch:
platform: district9
initial_buy: '0.001'
auto_generate_logo: true
runtime:
scan_interval: 1800
testnet: false
TERMINAL
clawhub install district9