Tokenized index exposure · Robinhood Chain
SPY Token
SPDR S&P 500 ETF on Robinhood Chain.
The fund behind pSPY trades 6.5 hours a day. Its token trades all of them. Parallax is the front end for that gap — swap, stake and bridge the token, and watch it drift against the reference price in real time.
- Market cap
- $21.64M 27,935 pSPY circulating
- 24h volume
- $55.21M Across 3 venues
- Staked
- 38.4% 10,720 pSPY in pools
- Bridged out
- $6.02M Base, Arbitrum, Ethereum
The app
Buy SPY Token on Robinhood Chain
Swap, stake and bridge sit on the same page and share the same balance strip, so nobody has to learn a second navigation to move a position. Every figure below is demo data.
- Rate
- 1 pSPY = 774.50 USDC
- Price impact
- 0.04%
- Route
- Parallax AMM · single hop
- Network fee
- $0.02
- Rewards paid in
- USDC, streamed per block
- Est. rewards / year
- $210.00
- Est. rewards / month
- $17.50
- Unlocks
- Any time
Rewards come from protocol fees, not from the fund. Demo numbers.
- You receive
- 3.9980 pSPY
- Bridge fee
- 0.05% + $0.40
- Estimated time
- 2 min 40 s
- Proof
- Light-client attestation
Transfers are one-way per step and can be resumed if a step stalls.
Pool health
Staking pool
- Total staked
- 10,720 pSPY
- Value
- $8.30M
- Fees to stakers · 30d
- $96,400
- Average lock
- 64 days
Where rewards come from
A 4 bp swap fee and the bridge fee are split: 70% to stakers, 20% to the liquidity backstop, 10% to the treasury. No yield is generated by the underlying fund, and dividends follow the token issuer's own rules.
Analytics
The token against its reference
The chart everyone actually opens: what the token did onchain, drawn against the fund's reference price, with the overnight gap left visible instead of smoothed away.
pSPY vs reference price
Demo series · reference flat while the NYSE is closed
Onchain volume
Daily, last 14 days · demo data
Holders
- Addresses holding pSPY
- 12,480
- New this week
- +846
- Median position
- 0.42 pSPY
- Top 10 share
- 21.8%
| Time | Side | Size | Price |
|---|---|---|---|
| 12:04:51 | Buy | 18.40 | 774.52 |
| 12:04:33 | Sell | 3.12 | 774.38 |
| 12:03:58 | Buy | 96.70 | 774.61 |
| 12:03:12 | Buy | 1.05 | 774.44 |
| 12:02:40 | Sell | 41.28 | 774.19 |
Why it would rank
Built to be crawled, not just connected
Most token front ends are one empty div until a wallet loads, so search engines index nothing. The fix is boring: render the numbers on the server, give every question its own address, and keep the pages fast enough to crawl often.
/Hub — price, actions, links out to everything below/t/pspyAsset page, server-rendered, revalidated every 60 s
/t/pspy/holdersHolder distribution — deep, linkable, cached 5
min/swap/usdc-pspyOne page per pair, prerendered at build
/bridge/robinhood-chain-to-baseOne page per route, with fees in the
HTML/stake/pspyAPR tiers and pool stats as text, not canvas
/learn/what-is-a-tokenized-etfEvergreen explainers that earn the
long tail/market/2026-09-22Daily recap, generated from the same data the
charts use<!-- /t/pspy — in the server response, before any wallet code -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Tokens", "item": "/t" },
{ "@type": "ListItem", "position": 2, "name": "pSPY", "item": "/t/pspy" }
]
},
{
"@type": "Dataset",
"name": "pSPY onchain price and volume",
"description": "Trades, holders and staking for pSPY on Robinhood Chain.",
"temporalCoverage": "2026-01-01/..",
"license": "https://parallax.example/terms",
"isAccessibleForFree": true
},
{
"@type": "FAQPage",
"mainEntity": [
{ "@type": "Question", "name": "Does pSPY pay dividends?", "acceptedAnswer":
{ "@type": "Answer", "text": "Distributions follow the token issuer's terms..." } }
]
}
]
}
</script>
Questions
What people ask first
Is this site real?
No. It is a design concept for a token front end, built to show layout and flows. The numbers are invented, the contracts do not exist, and no wallet can connect.
Why does the token price differ from the fund's?
The token trades around the clock while the fund's reference price only moves during exchange hours. Overnight, the token is the market's guess about the next open, so a premium or discount is normal — the concept shows that spread instead of hiding it.
What backs the token?
In this concept, the issuer holds the underlying shares and publishes an attestation. A real product would need that attestation linked from every page, with the custodian and the audit cadence named in plain text.
Where does staking yield come from?
Protocol fees — a slice of swap and bridge revenue — not from the fund. Any front end that implies the index itself pays a double-digit APR is misleading, which is why the pool card spells out the split.
What happens to dividends?
They follow the issuer's terms, so the page states them rather than guessing: either reflected in the token price or distributed on a schedule.
Is bridging reversible?
Each transfer is one way, but the reverse route exists and a stalled step can be resumed from the same page. The status timeline is kept on screen so nobody has to hunt for a transaction hash.