Turn on-chain positions into real portfolio products

One API for wallet positions, Stock Token exposure, performance, P&L, corporate actions, and risk on Robinhood Chain.

How tokenized equities change portfolio data

Read the brief

The data layer behind every Robinhood Chain portfolio

Robinhood publishes Stock Token metadata, prices, and corporate actions on chain. Pond reads them, reconciles them to each wallet, and hands back a priced portfolio.

See what Pond returns
NNVDAs

Position revalued · $12,480

PPond

Dividend posted · $18.40

TTSLAs

3-for-1 split applied

The part of a portfolio nobody wants to rebuild

Decoding transfers, matching a dividend to the wallets that held the token, restating basis after a split, pricing a position at a past timestamp. Pond ships that as an API so your team can ship the product.

1 API

for positions, performance, risk, and history

<300ms

median response for a full portfolio

24 mo

of decoded transaction history per wallet

4663

one chain, and no indexer for you to run

Want every position?
We've got the API keys.

You build the experience. We'll handle the chain.

/positions/getPython
1request = PositionsGetRequest(address=address, chain_id=4663)
2response = client.positions_get(request)
3symbol = response['positions'][0]['token']['symbol']
4quantity = response['positions'][0]['quantity']
5unrealized = response['positions'][0]['pnl']['unrealized']

Start building on Robinhood Chain

Let's get started

When you connect a wallet with Pond, access is read-only and revocable. You stay in control of who can see your positions.

Manage your wallet connections in Pond Portal »