Robinhood Chain trading tools

Robinhood copy trading, sniper, bundler, and Pons trading tools.

Open-source TypeScript SDK for Pons on Robinhood Chain. Launch indexer, copy trading bot research, and the data layer for a future Robinhood sniper bot and Robinhood bundler. Built on viem. Node.js 20+.

This package is read-only. It does not sign transactions, hold keys, or execute trades. The Robinhood copy trading bot path is research-only. The Robinhood sniper bot and Robinhood bundler are not implemented. This is a client for Pons on Robinhood Chain, not Pons Network or the Pons microkernel SDK.

Real trading is not implemented. If it is added later, use a paid RPC such as Alchemy or QuickNode — not the public Robinhood Chain endpoint.

View on GitHub Read the README

Install

pnpm add pons-sdk

Quickstart

import { PonsClient } from "pons-sdk";

const pons = new PonsClient();
const launches = await pons.getLaunches({
  fromBlock: 8_991_118n,
  toBlock: "latest",
});

Robinhood copy trading bot, sniper bot, and bundler