camel-strategy
Installation
SKILL.md
🐫 CAMEL v1.0 — Carry Hedge Fund
Camel runs two concurrent strategy wallets that harvest funding
carry — it takes the side that collects the funding payment, on names
where the crowded trade is exhausting so price doesn't fight the carry.
One producer script (camel-producer.py) serves both; the CAMEL_LEG
env var selects which book a given daemon is.
The edge is carry, not direction. On Hyperliquid, positive funding means longs pay shorts; negative means shorts pay longs. Camel systematically takes the collecting side of the most extreme funding, gated to crowds that are rolling over (shorts) or capitulating (longs). Funding is a recurring, structural inefficiency — income that compounds.
| Book | Style | Wallet env | Runtime | Scanner |
|---|---|---|---|---|
harvest |
Short the most-positive-funding names (short collects) | CAMEL_HARVEST_WALLET |
runtime-harvest.yaml |
camel_harvest_signals |
payout |
Long the most-negative-funding names (paid to hold) | CAMEL_PAYOUT_WALLET |
runtime-payout.yaml |
camel_payout_signals |