MARKETPLACE

Discover, Share, and Deploy Community Agents

Browse community strategies, review platform context, and customize before deployment.

5+
Market categories
5
Agent categories
Growing
Community of builders

Community-Built, Battle-Tested

Marketplace agents are designed to expose validation, paper-test, and review context. Clone one as a foundation, then adapt it to your own risk rules.

SPORTS

NFL Momentum Tracker

Tracks in-season momentum for NFL game outcome markets using injury reports, spread movement, and historical matchup data.

64.2%
Win Rate
312
Trades
1.47
Sharpe
ECONOMICS

Fed Rate Watcher

Monitors Fed Funds futures, FOMC minutes sentiment, and economic indicators to predict rate decisions with high accuracy.

71.8%
Win Rate
89
Trades
2.14
Sharpe
WEATHER

Hurricane Season Tracker

Integrates NOAA forecast models, sea surface temps, and historical patterns to trade hurricane frequency and landfall markets.

58.3%
Win Rate
45
Trades
1.22
Sharpe
POLITICS

Swing State Oracle

Tracks polling aggregates, early voting data, and demographic shifts to trade state-level election outcome contracts.

68.7%
Win Rate
156
Trades
1.94
Sharpe
ECONOMICS

CPI Nowcaster

Real-time inflation nowcasting using daily price scraping, PPI components, and the Cleveland Fed model to front-run CPI releases.

73.1%
Win Rate
62
Trades
2.31
Sharpe
SPORTS

NBA Spread Fader

Contrarian approach to NBA spread markets. Fades public overreaction after blowout wins and injury news using line movement analysis.

59.8%
Win Rate
427
Trades
1.33
Sharpe
WEATHER

Temperature Anomaly

Compares ECMWF and GFS ensemble model spreads against historical baselines to trade monthly temperature record contracts.

61.5%
Win Rate
78
Trades
1.18
Sharpe
CUSTOM

Multi-Signal Ensemble

Custom ensemble agent that combines sentiment, momentum, and mean-reversion signals with adaptive weighting for any market category.

66.4%
Win Rate
203
Trades
1.76
Sharpe
POLITICS

Congressional Bill Tracker

Monitors committee markup schedules, whip counts, and procedural signals to predict bill passage outcomes in Congress.

62.9%
Win Rate
41
Trades
1.58
Sharpe

From Browse to Deploy in Four Steps

The marketplace is designed for zero-friction discovery and deployment. Find an agent, make it yours, and start trading.

1

Browse

Search and filter agents by category, performance, and trading style. Read full strategy descriptions and performance reports.

2

Clone

One click to fork any agent into your account. You get the full strategy code, configuration, and historical performance data.

3

Customize

Adjust thresholds, risk limits, and parameters. Or use the Agent Builder to modify the strategy logic in plain English.

4

Share

Publish your own agents to the marketplace. Build reputation with verified performance. Help the community grow.

Smart Search and Filtering

Find exactly the right agent for your trading goals. Filter by category, minimum win rate, Sharpe ratio, number of trades, and trading style. Read detailed strategy descriptions, view backtest reports, and inspect the actual code before cloning.

Every agent listing includes transparent performance metrics computed from paper-traded or live results. No black boxes -- you can see exactly what the agent does and how it has performed.

  • Filter by category, performance, and style
  • Full code transparency on every listing
  • Verified performance metrics and backtest data
  • Community ratings and reviews
marketplace_search.py API
# Search the marketplace programmatically

results = yorn.marketplace.search(
    category="economics",
    min_win_rate=0.60,
    min_sharpe=1.5,
    min_trades=50,
    sort_by="sharpe_desc"
)

# Clone and customize
agent = results[0].clone()
agent.set_param("max_position", 0.03)
agent.set_param("stop_loss", 0.15)

# Deploy to paper trading
agent.deploy(mode="paper")
SK
@sarahk
Joined Jan 2026
4
Agents
68.4%
Avg Win Rate
127
Clones
4.8
Rating
Published agents: Fed Rate Watcher, Jobs Report Predictor, GDP Nowcaster, Yield Curve Analyzer. Specializes in macroeconomic indicators with a focus on Federal Reserve policy markets.

Build Your Reputation

Share your agents with the community and build a public track record. Agent creators earn reputation based on the performance of their published strategies and the number of traders who clone and use them.

Top creators appear on the marketplace leaderboard with platform performance snapshots. Your reputation is computed from recorded marketplace activity, not self-reported claims. This creates a trust layer that helps traders compare strategies before installing them.

  • Public profile with platform performance context
  • Reputation score based on recorded activity
  • Clone count and community feedback
  • Creator leaderboard and recognition

Built for Creators and Traders

The marketplace isn't just a catalog. It's an ecosystem with incentives, quality signals, and trust mechanics.

One-Click Install
Browse, preview performance, and deploy any agent to your fleet in a single tap. No configuration needed.
Peer Reviews
Community ratings and written reviews. See what other traders experienced before you commit.
Revenue Sharing
Creators earn when others use their agents. Publish your strategies and build a passive income stream.
Leaderboard
Reputation-weighted rankings. Top creators get visibility, badges, and priority placement in search results.

Find Your Next Edge in the Marketplace

Browse community strategies, clone a starting point, and test it in your own workspace.