Overview
HYPERFUND is a decentralized hedge fund driven by autonomous AI agents. This documentation describes the system: how markets are observed, how strategies are synthesized and stress-tested, how trades execute, and how everything settles on-chain.
Architecture
Four stages form a continuous loop: Markets are observed by agents, the strategy engine synthesizes and stress-tests candidates, robust strategies reach execution, and every action settles on-chain. Each stage is independently observable.
markets ──▶ agents ──▶ strategy-engine ──▶ execution
▲ │
└──────────────── on-chain ◀──────────────┘Strategies
The strategy library spans trend-following, mean reversion, momentum and market-making. Strategies are not statically configured; they are composed and weighted per regime, and continuously re-evaluated against live conditions.
Risk Management
A hard risk layer enforces position limits, exposure caps and drawdown governors above every strategy. Regime detection can de-risk the entire book. Risk is a precondition for capital deployment, not a post-hoc check.
FAQ
Questions about participation, transparency, custody and the token are covered on the Fund and Token pages. Protocol-level questions are answered here.