# Ondo Tokenized Stock

For Ondo tokenized assets (e.g., AAPLon), the oracle price is derived by combining two components. The first is the underlying asset’s price — sourced from Chainlink’s Tokenized Equity Feed, which tracks the real-world stock price (e.g., AAPL). The second is the Synthetic Shares multiplier (sValue) — fetched from Ondo’s `SyntheticSharesOracle` contract on BSC and Ethereum, which reflects accumulated adjustments such as dividend reinvestments or stock splits. The final oracle price is simply the product of these two: `Oracle Price = Chainlink Underlying Price × sValue`. This ensures that the on-chain price of each Ondo token accurately reflects both the current market price of the underlying stock and any share-equivalent adjustments that have accrued over time.

**SyntheticSharesOracle**

* Ethereum: [0x9BC39DB6fbB44B91a48b8D5A6C208B82B1741bE6](https://etherscan.io/address/0x9BC39DB6fbB44B91a48b8D5A6C208B82B1741bE6#readContract)
* BNB: [0xF4Fd8a1B412633e10527454137A29Db7Aa35F15e](https://bscscan.com/address/0xF4Fd8a1B412633e10527454137A29Db7Aa35F15e)

**Chainlink Oracles**: <https://data.chain.link/feeds?categories=Equity>


---

# Agent Instructions: 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:

```
GET https://docs.ts.finance/technical-details/oracles/oracle-setup/ondo-tokenized-stock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
