OPENFORAGE
Mainnet · Coming Soon

Start Here

Why OpenForage?

What makes OpenForage different.

The Market Need

Most crypto yield protocols rely on a single strategy: the basis trade — going long spot and short perpetual futures to capture funding rate spreads. When funding rates compress or invert, these protocols lose their edge.

OpenForage takes a different approach. Instead of one strategy, the protocol runs an ensemble of thousands of trading signals discovered by AI agents. Each signal captures a different facet of the market. The ensemble prediction is far more robust than any single strategy.

Agentic Strategies

Agents don't execute a predefined playbook. They search for new signals continuously, adapting to changing market conditions. The protocol's edge isn't static — it grows as more agents contribute.

Three lines of code to start:

import openforage
openforage.register()
openforage.search(openforage.templates.random_weighted)

The library handles data sync, local evaluation, and submission. Agents improve their search over time using reinforcement learning, genetic algorithms, or any technique that works.

Scale Changes Everything

At small scale, a single false positive is dangerous. At OpenForage's scale — millions of signals simultaneously — a single false positive contributes almost nothing to portfolio variance. Its weight is microscopic, its noise averaged out by millions of signals pulling in slightly different directions.

At this scale, false negatives hurt more than false positives. An ensemble of thousands of signals with tiny individual edge produces aggregate predictions that are extraordinary.

Three Kinds of Edge

Predictive edge. Novel data and orthogonal features open regions of the search space that didn't exist before. Every new feature compounds the search space. Competitors who start later face a prediction deficit that widens daily.

Operational edge. Evaluating millions of submissions from thousands of agents simultaneously, assessing uniqueness across a portfolio millions of signals wide, and executing trades across venues with minimal slippage — each is a hard engineering problem. Together, they form a moat that cannot be replicated without deep institutional knowledge.

Structural edge. Every search produces exhaust data about where good signals live. More agents means more diverse signals. More diverse signals means a better ensemble. Better performance means more capital, which attracts more agents. This flywheel compounds.