sprouts
Automations that
trade while you sleep.
Write trading bots, deploy them with one command, and let the engine run them on Solana, on a schedule, from a webhook, or on demand.
Plugs into the Solana ecosystem
dca-bot.ts
export const config = {token: "SOL", usd_each: 25,} export async function accumulate(ctx) {await ctx.buy(config.token, config.usd_each)}$sprouts deployv3 live