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.

See the data
Onchain market open · 24/7 NYSE closed until 09:30 ET
pS pSPY · S&P 500 index token Robinhood Chain · 18 decimals
+1.30% 24h
Onchain · now $774.50 Last trade 4 s ago · simulated feed
Reference · last close $773.81 Underlying ETF, 16:00 ET close
Premium to reference +0.09%
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.

Balance 12,400.00 USDC
USDC
≈ $5,000.00
You receiveBalance 0.00 pSPY
6.4557 pSPY
≈ $4,999.94
Rate
1 pSPY = 774.50 USDC
Price impact
0.04%
Route
Parallax AMM · single hop
Network fee
$0.02

Pool health

Staking pool

Staked 38.4%Liquid 61.6%
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

pSPY onchain Reference price

Onchain volume

Daily, last 14 days · demo data

$55.21M yesterday

Holders

Addresses holding pSPY
12,480
New this week
+846
Median position
0.42 pSPY
Top 10 share
21.8%
Latest trades · demo
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
<1.8sLCP target on 4G
<0.02CLS — price slots reserved
90KBJS budget per asset page
60sRevalidation window
<!-- /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>
Price in the HTML. Crawlers never connect a wallet — the server ships the last trade, supply and APR as text, then the client takes over.
One question, one URL. "pSPY price", "bridge pSPY to Base" and "pSPY staking APR" are three intents, so they get three pages that link to each other.
Fresh without churn. Sitemap split by route type with honest lastmod; the daily recap gives crawlers a reason to come back.
No layout shift. Ticking numbers sit in fixed-width tabular slots, so the price updating never pushes the page around.
Charts that are also tables. Every chart has a table view underneath — good for screen readers, and it is text a crawler can read.

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.