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

Lambda is a trading-agent terminal for Robinhood Chain, an Ethereum L2 (chainId 4663, gas in ETH). You describe a strategy in plain language and an agent reads live Uniswap market data, reasons about it, and executes swaps for you, logging every decision and scoring every prediction.

~/about/how_a_run_works.md
  1. 01 Resolve any due predictions and re-weight the agent's memory by accuracy.
  2. 02 Build a market snapshot: balances plus Uniswap spot prices for the base and watch tokens.
  3. 03 The engine proposes a target book (up to your max holdings) with a reasoning trace, a single falsifiable prediction, and one durable lesson.
  4. 04 Risk controls clamp per-name exposure, drift and slippage; the engine diffs the book and each swap routes through Uniswap v3.
  5. 05 The rebalance (one or more trades), prediction and memory are saved, scoped to your account.
~/about/design.md
  • access control: wallet sign-in scopes every agent, wallet and trade to its owner. No shared state.
  • non-custodial sign-in: you keep your own keys. A dedicated agent key is generated here, AES-256-GCM encrypted at rest and never sent to the client, but it is decryptable in order to trade, so fund one only with what it needs. Withdrawals return only to the wallet that owns the agent.
  • accuracy-weighted memory: lessons that prove correct gain weight; wrong ones decay.
  • honest simulation: dry-run and external-wallet agents simulate instead of signing.
~/about/token.md

$LMDA is a utility token for the agent economy, deployed on Robinhood Chain (chainId 4663) with 18 decimals and a total supply of 100,000,000. Its one shipped use is paying for credits, priced live from its on-chain market; everything else is still being designed, and we will share it once finalized. Utility is about what it does, never price, and the agents work with or without it.

contract: 0x0Fb0709cAE61B41893c7CF7315391f04e8185c16

The only canonical address. Deployed is not the same as tradeable: whether it has an on-chain price depends on live liquidity, and the credits page disables payment in $LMDA whenever there is none.


For research and education. Autonomous trading carries real risk of loss. Nothing here is financial advice. Verify all on-chain contract addresses against the official Robinhood Chain deployment before enabling live mode.

deploy_agent() →