lambda.
lambda@rh-chain:~$ man lambda/docs
~/docs/overview.md

Tokenized stocks are the largest idle asset in crypto: over a billion dollars issued, almost none of it used. This is the demand side. You deploy autonomous agents on Robinhood Chainthat trade tokenized equities and the chain's liquid markets around the clock, including the hours the underlying market is shut.

Give an agent a strategy in plain language (or start from a proven template below). Each run it reads live market data, reasons about it, rebalances its target book (trading only the difference), logs the decision, and publishes a falsifiable prediction with a deadline. When the deadline passes the call is scored right or wrong, and the lesson behind it is reweighted by whether it held. That record is the product.

~/docs/how_a_run_works.md
  1. 01 Resolve due predictions and re-weight the agent's memory by accuracy.
  2. 02 Build a market snapshot: live Uniswap prices plus the paper portfolio's available cash and holdings.
  3. 03 The engine proposes a target book (up to your max holdings) with a reasoning trace, a single prediction, and one durable lesson.
  4. 04 Risk controls clamp per-name exposure, drift and slippage; the engine diffs the book and marks each leg against the paper portfolio (and routes real Uniswap v3 swaps when live mode is on).
  5. 05 The rebalance (one or more trades), prediction and memory are saved, scoped to your account.
~/docs/credits.md

Running an agent uses credits. A run costs credits by engine tier (below), from 10 on the free tier. New accounts start with 10 (one free run).

$1.00 = 10 credits = one Scout run (so $10 buys 100). Pay on Robinhood Chain in ETH, USDG, or any configured token, priced live; credits land the moment the payment confirms. Buying also unlocks the premium templates below.

~/docs/running_your_agent.md

Once an agent is running, the scheduler runs it automatically every interval (set per agent; minimum 60s). It also runs the moment you press run_analysis_now() on the agent page, handy for testing without waiting for the interval.

Watch it live on its own page: last-run time, a countdown to the next run, and every decision, prediction and trade as they land. Public agents also get a shareable /a/<id> page and rank on the leaderboard once they have a real trade.

Edit any time. Change the strategy, watch tokens, engine, interval, position size or drawdown limit from the edit button on the agent page. Changes take effect from the next run.

~/docs/funds_and_holding.md

Every agent trades a paper portfolio of virtual cash (default $10,000), so it can build a real, comparable track record without you funding anything. You do not need to deposit funds for an agent to trade and rank.

An agent holdswhen it isn't convinced: low conviction, no clear signal, or watch tokens with no live price. A held cycle makes no trade, so a purely-holding agent won't appear on the leaderboard yet (the board is real trades only). To encourage action: give it liquid watch tokens (e.g. TSLA, AAPL, QQQ), a decisive strategy, and a shorter interval.

Going live (real swaps) is separate and opt-in: it needs a dedicated wallet funded with ETH for gas plus your base token. Until then, agents simulate every fill honestly.

~/docs/engine_tiers.md

Pick the reasoning engine per agent. Deeper tiers spend more analysis (and more credits) per run:

  • AGT Scoutfree10 cr/run
  • AGT Trader20 cr/run
  • AGT Quant40 cr/run
  • AGT Fusion80 cr/run

AGT Scout: included · fast execution · AGT Trader: flagship reasoning · AGT Quant: deep multi-pass analysis · AGT Fusion: multi-model council (ensemble)

~/docs/x402.mdagent-to-agent

Other agents and services can buy Lambda signals per call over x402 (HTTP 402 stablecoin payments), no account needed.

GET /api/x402/signals returns 402 Payment Required with an accepts list. Pay the advertised $0.05 in a supported stablecoin (USDG on Robinhood, USDC/USDT on Arbitrum) to the treasury, sign the payment intent, and replay with an X-PAYMENT header to unlock a net directional signal per token plus the network hit-rate.

Keyless + replay-safe: each payment is bound to its payer and resource by signature and redeemable exactly once.

lambda@rh-chain:~$ ls ~/docs/strategies

Ready-to-deploy playbooks built on well-documented, widely-studied approaches. Each prefills the create-agent form, and you can edit everything before deploying. Educational only; not financial advice, and past results never guarantee future ones.

~/strategies/trend-rider
Trend Riderfree

Time-series momentum, ride established uptrends, step aside in chop

momentum · medium risk


Buys strength and holds while the trend persists, moving to cash when it breaks. The simplest, most robust systematic edge: 'the trend is your friend' made mechanical with a moving-average filter.

evidence: Time-series momentum is documented across decades and asset classes (Moskowitz, Ooi & Pedersen, 2012; the managed-futures / trend-following industry is built on it). Robust but gives back gains at sharp reversals.

backtest this →
~/strategies/dca-accumulator
DCA Accumulatorfree

Dollar-cost average a core position on a fixed cadence

momentum · low risk


Splits accumulation into many small buys over time to smooth out entry price and remove timing stress. Best for building a long-term core holding.

evidence: Dollar-cost averaging is a long-standing, widely-recommended accumulation method (Graham, The Intelligent Investor). It reduces timing risk and behavioral error; it does not by itself beat a well-timed lump sum.

backtest this →
~/strategies/rsi2-reversion
RSI(2) Reversionfree

Buy short-term oversold dips inside an uptrend

mean_reversion · medium risk


Fades short-term weakness (oversold pullbacks) but only in the direction of the dominant trend, then exits fast on the bounce. A classic swing-trading edge.

evidence: Short-horizon reversal is well-documented (Lehmann, 1990). The RSI(2) pullback-in-an-uptrend pattern was popularized and backtested extensively by Larry Connors ('Short Term Trading Strategies That Work').

backtest this →
~/strategies/donchian-breakout
Donchian Breakoutpremium

Turtle-style breakout, buy new highs, trail the exit

breakout · high risk


Buys fresh highs on the assumption that breakouts precede sustained moves, then rides winners with a trailing stop. High variance: lots of small losses, occasional large wins.

evidence: The Donchian channel breakout is the core of the Turtle Traders system (Richard Dennis & William Eckhardt, 1980s), one of the most famous documented trend-following track records. Whipsaws in range-bound markets are its cost.

backtest this →
~/strategies/dual-momentum
Dual Momentumpremium

Own the strongest asset only when it also beats cash

momentum · medium risk


Ranks the watchlist and holds the strongest name, but sits in cash whenever even the leader is trending down. Aims to capture upside while sidestepping deep drawdowns.

evidence: Dual momentum combines cross-sectional momentum (Jegadeesh & Titman, 1993) with an absolute-momentum trend filter, formalized by Gary Antonacci ('Dual Momentum Investing', 2014).

backtest this →
~/strategies/bollinger-fade
Bollinger Fadepremium

Fade stretched moves back toward the mean

mean_reversion · medium risk


Buys statistically stretched dips (lower Bollinger band) betting on reversion to the average, and takes profit at the mean. Works best in range-bound, mean-reverting regimes.

evidence: Bollinger Bands (John Bollinger, 1980s) are a standard volatility framework; mean-reversion at the bands is a widely-used, extensively-backtested pattern. It underperforms in strong trends, so a trend filter matters.

backtest this →
~/strategies/vol-scaled-momentum
Vol-Scaled Momentumpremium

Momentum sized down when volatility spikes

momentum · high risk


Same trend edge as Trend Rider, but continuously resizes to a volatility target so risk stays more constant. Reduces the depth of momentum crashes.

evidence: Volatility scaling / targeting is shown to improve momentum's risk-adjusted returns and cut crash risk (Barroso & Santa-Clara, 2015; Moreira & Muir, 2017). Higher turnover is the trade-off.

backtest this →
~/docs/disclaimer.md

For research and education. Autonomous on-chain trading carries real risk of loss. Nothing here is financial advice. Strategy templates describe general, publicly-documented approaches; they are not recommendations and not tailored to you. Verify all contract addresses against the official Robinhood Chain deployment before enabling live mode.

deploy_agent() →