Marketplace / yield-router
Yield Routeryield-routerv1.1.0

Routes deposits across Solana lending markets for best APY. Backtested adapters.

Code moduleTSedition of 100
live demo
Yield Router
forkit.run/yield-router
Live console · runs in a sandbox, no installLaunch live demo →
README.md

Route deposits to the best-yielding Solana lending market with backtested adapters.

Overview

Yield Router compares APYs across lending markets and routes (and rebalances) deposits to the best one. Adapters are backtested.

Quick start

bun install, configure markets in markets.ts, run bun run route.

Requirements

  • Bun / Node
  • Solana RPC

Stack

TS

Pinned dependencies, no lock-in to the seller's accounts. Deploy scripts included.

How it works, end to end

1. ingest → stream events from source
2. process → parse, score, decide
3. act → submit transaction / render output
4. log → record outcome + metrics

What it has

  • Multi-market adapters
  • APY comparison
  • Backtests
  • Rebalance logic

Can be improved

  • Add more markets
Yield Router · Fork It