Skip to content

Commit 6f7114f

Browse files
committed
update v10 to clarify the market status of price and tokenizedprice
1 parent 5eda64a commit 6f7114f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/content/data-streams/reference/report-schema-v10.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ Chainlink Tokenized Asset Data Streams adhere to the report schema outlined belo
3838

3939
{/* prettier-ignore */}
4040
<Aside type="danger" title="Weekend Usage Disclaimer">
41-
**Users should not use these streams during weekends** due to limited exchange activity.
41+
**The `price` field does not update during weekends** because the underlying real-world equity market is closed.
4242

43-
If usage is necessary, increase fees to mitigate risks. Developers are solely responsible for monitoring and mitigating market integrity risks, as outlined in the [Developer Responsibilities](/data-streams/developer-responsibilities) documentation.
43+
However, the `tokenizedPrice` field continues to update as it reflects trading activity on centralized exchanges (CEXs). Weekend liquidity tends to be thin, so users should implement guardrails against unexpected volatility.
44+
45+
Developers are solely responsible for monitoring and mitigating market integrity risks, as outlined in the [Developer Responsibilities](/data-streams/developer-responsibilities) documentation.
4446
</Aside>
4547

4648
**Notes:**

src/content/data-streams/tokenized-asset-streams/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ import Aside from "@components/Aside.astro"
1414

1515
{/* prettier-ignore */}
1616
<Aside type="danger" title="Weekend Usage Disclaimer">
17-
**Users should not use these streams during weekends** due to limited exchange activity.
17+
**The `price` field does not update during weekends** because the underlying real-world equity market is closed.
1818

19-
If usage is necessary, increase fees to mitigate risks. Developers are solely responsible for monitoring and mitigating market integrity risks, as outlined in the [Developer Responsibilities](/data-streams/developer-responsibilities) documentation.
19+
However, the `tokenizedPrice` field continues to update as it reflects trading activity on centralized exchanges (CEXs). Weekend liquidity tends to be thin, so users should implement guardrails against unexpected volatility.
20+
21+
Developers are solely responsible for monitoring and mitigating market integrity risks, as outlined in the [Developer Responsibilities](/data-streams/developer-responsibilities) documentation.
2022
</Aside>
2123

2224
<FeedPage

0 commit comments

Comments
 (0)