> For the complete documentation index, see [llms.txt](https://docs.ojolabs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ojolabs.xyz/contracts/example-markets.md).

# Example Markets

This is an absolutely non-comprehensive list of markets that have used our Risk Engine strategies. We do not advoate for any particular strategy or market, and all of these were set up by external teams. These are strictly provided as examples.

<table><thead><tr><th>Platform</th><th>Chain</th><th>Market</th><th data-type="content-ref">Link</th><th>Risk Engine Type</th></tr></thead><tbody><tr><td>Morpho</td><td>Ethereum</td><td>PT-slvlUSD-25SEP2025/USDC</td><td><a href="https://app.morpho.org/ethereum/market/0x4005ba6eb7d2221fe58102bd320aa6d83c47b212771bc950ab71c5074d9ab0ec">https://app.morpho.org/ethereum/market/0x4005ba6eb7d2221fe58102bd320aa6d83c47b212771bc950ab71c5074d9ab0ec</a></td><td>Pendle Risk Engine</td></tr><tr><td>Morpho</td><td>Ethereum</td><td>PT-cUSDO-20NOV2025/USDT</td><td><a href="https://app.morpho.org/ethereum/market/0x7fd694cd13880ce994c61e8f8991ce0c9e321e3d50f548dd62a1b6e610d29f32">https://app.morpho.org/ethereum/market/0x7fd694cd13880ce994c61e8f8991ce0c9e321e3d50f548dd62a1b6e610d29f32</a></td><td>Pendle Risk Engine</td></tr><tr><td>Morpho</td><td>Arbitrum</td><td>gtWETH/USDC</td><td><a href="https://app.morpho.org/arbitrum/market/0x35f0fef6845f40cc154f965125bd4f83f44c6a713ca0bc973d9283dbc548f86b/gtweth-usdc">https://app.morpho.org/arbitrum/market/0x35f0fef6845f40cc154f965125bd4f83f44c6a713ca0bc973d9283dbc548f86b/gtweth-usdc</a></td><td>Yield Risk Engine V2 + ERC-4626 Adapter</td></tr><tr><td>Morpho</td><td>Unichain</td><td>sUSDC/USDC</td><td><a href="https://app.morpho.org/unichain/market/0x6ed31ca6215391480422cda29a2a04408d155ec6c5ba866ab2676ea69b521d9c/susdc-usdc">https://app.morpho.org/unichain/market/0x6ed31ca6215391480422cda29a2a04408d155ec6c5ba866ab2676ea69b521d9c/susdc-usdc</a></td><td>ERC-4626 Adapter</td></tr><tr><td>Hyperbeat (MorphoBeat)</td><td>HyperEVM</td><td>hbUSDT/USDT0- 91.50% LLTV</td><td><a href="https://app.hyperbeat.org/dapp/morphobeat/borrow/0x8eb8cfe3b1ac8f653608ae09fb099263fa2fe25d4a59305c309937292c2aeee9">https://app.hyperbeat.org/dapp/morphobeat/borrow/0x8eb8cfe3b1ac8f653608ae09fb099263fa2fe25d4a59305c309937292c2aeee9</a></td><td>Yield Risk Engine V2</td></tr><tr><td>Hyperbeat (MorphoBeat)</td><td>HyperEVM</td><td>hbUSDT/USDT0- 86.00% LLTV</td><td><a href="https://app.hyperbeat.org/dapp/morphobeat/borrow/0x7268244d330f1462f77ded7a14e2f868893e86e76e8b8eaa869405d588aff6ce">https://app.hyperbeat.org/dapp/morphobeat/borrow/0x7268244d330f1462f77ded7a14e2f868893e86e76e8b8eaa869405d588aff6ce</a></td><td>Yield Risk Engine V2</td></tr><tr><td>Morpho</td><td>Arbitrum</td><td>weETH/WETH</td><td><a href="https://app.morpho.org/arbitrum/market/0xccc686b651cfedfbfc5e92b6a1953fc1c738e360634a48394f2ba7a704ac3cec/weeth-weth">https://app.morpho.org/arbitrum/market/0xccc686b651cfedfbfc5e92b6a1953fc1c738e360634a48394f2ba7a704ac3cec/weeth-weth</a></td><td>Yield Risk Engine V2</td></tr></tbody></table>


---

# 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://docs.ojolabs.xyz/contracts/example-markets.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.
