wu/docs
← Home
Integrations

Robinhood Chain

Native adapters for Robinhood Chain: spot swaps, liquidity provisioning, and passive market-making.

Spot swap

python
from wu_bot.chain import router

quote = router.quote(pair="ETH/USDC", size="0.5 ETH")
if quote.price_impact < 0.002:
    router.swap(quote, slippage_bps=15)

MM preset

bash
wu-bot new mm-eth-usdc --template chain/mm
wu-bot backtest --from 2025-01-01 --to 2025-06-30