> For the complete documentation index, see [llms.txt](https://hyperlynx.gitbook.io/hyperlynx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperlynx.gitbook.io/hyperlynx-docs/trading/tokenized-stocks.md).

# Tokenized Stocks

Hyperlynx lists **tokenized stocks** — onchain tokens that track equities — alongside crypto pairs. They trade the same way as any other token: pick the pair, enter a size, confirm.

## How they trade

* They appear in **Discover** and in the token picker like any other asset.
* You can fire a one-tap, pre-filled trade straight from a stock row.
* They settle on-chain, in your wallet, self-custodial — same as every other Hyperlynx trade.

## What to know

* **Hours and pricing** follow the tokenized asset's design. Onchain liquidity can differ from the reference market, so check price impact before sizing up.
* **You hold a token**, not a brokerage position. It lives in your wallet and you can trade it any time the pool is liquid.

{% hint style="warning" %}
Tokenized stocks are crypto assets that reference equities. They are not the underlying security and carry their own risks. Understand what you're trading and check local rules before you trade. Nothing here is financial advice.
{% endhint %}

## Bringing Ondo tokenized stocks to HyperEVM

Most of the tokenized equities you'll trade on Hyperlynx come from **Ondo Global Markets** — tokenized US stocks and ETFs (SPY, QQQ, NVDA, TSLA, GOOGL, NFLX, and more). Ondo bridges these to HyperEVM over a **LayerZero** cross-chain bridge, so once they're on HyperEVM you can trade them on Hyperlynx like any other token.

{% hint style="info" %}
The bridge is operated by **Ondo, not Hyperlynx.** Always follow the steps in Ondo's own official app and use only their official bridge. Hyperlynx simply trades whatever lives on HyperEVM.
{% endhint %}

### The flow

{% stepper %}
{% step %}
**Get the Ondo tokenized stock.** Two ways:

* **From Ondo directly** — via Ondo Global Markets (subject to **Ondo's own eligibility, KYC, and jurisdiction rules** — see the caution below).
* **From the open market** — buy it on a DEX where it already trades: **Uniswap on Ethereum mainnet**, or **PancakeSwap on BNB Chain.**
  {% endstep %}

{% step %}
**Bridge it to HyperEVM** using Ondo's official bridge — [**app.ondo.finance/bridge**](https://app.ondo.finance/bridge) — and select **HyperEVM** as the destination. It moves over LayerZero; confirm you receive the HyperEVM representation in your wallet.
{% endstep %}

{% step %}
**Trade on Hyperlynx.** The bridged token now lives on HyperEVM. Open it on Hyperlynx — swap it, or provide liquidity for it — the same as any other pair. See [Spot swaps](broken://pages/7ceb16c1abfb1a2e10ecec14898677c5b0317346) and [Provide liquidity](broken://pages/d36217ba179c7578817d64283ee6495f16fbb386).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Ondo controls access and eligibility, not Hyperlynx.** Ondo Global Markets has its own KYC and jurisdiction restrictions, and tokenized stocks may be unavailable to you depending on where you are. Bridging is handled by Ondo over LayerZero; cross-chain transfers take time, cost fees, and are irreversible once submitted. The official bridge is **app.ondo.finance/bridge** — check the URL character-for-character before connecting; scammers clone bridge sites. None of this is financial advice; see [Risk Disclosure](broken://pages/fffd0f283296cd3bdcfd2c27b08724fb5c9924f4).
{% endhint %}

## Earning in The Hunt

Tokenized stocks plug into [The Hunt](broken://pages/530219b226c20c61f8b86bb6f85a2866a8302bf0):

* **Providing liquidity** to a tokenized-stock (or commodity) pool paired with a stable or HYPE — e.g. NVDA/USDC, SPY/HYPE — earns the **1.2×** on your LP points. Seed the depth on a stock market and get more points.
* **Trading** a tokenized stock earns like any spot swap — fee-weighted, no per-asset bonus (×1.0). The 1.2× is a *liquidity* boost, not a trading boost.

See [How to earn](broken://pages/8d90f686c29172497848f068c7ba46609b8270c2) for the full multiplier table.

## Why it matters

Onchain equity exposure, traded next to your crypto, on one HyperEVM venue — without leaving self-custody. It's a reason to look here first.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hyperlynx.gitbook.io/hyperlynx-docs/trading/tokenized-stocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
