The data layer for portfolios on Robinhood Chain
Pond is a portfolio data API. Developers use it to read positions, Stock Token exposure, performance, P&L, corporate actions, risk, and transaction history for any wallet on Robinhood Chain.
Robinhood already publishes Stock Token metadata, prices, and corporate-action information on chain. Reading it well is the hard part: decoding events, matching dividends and splits to the wallets that held the token, and keeping cost basis right over time. Pond does that work once, for chain 4663, and serves the result from a single endpoint. No team has to run its own indexer or maintain a decoding pipeline.
Sandbox keys are free, the schema is the same one production returns, and the first call takes an address and nothing else.