AI Semiconductor Unwind Thesis Remains Internally Inconsistent
This memo was produced by Attevia. Every metric, weight, thesis stance, and hash on the public page matches the bytes that were signed. If any character had been edited after signing, this check would fail.
The canonical message below is a deterministic JSON of the run id, creation time, thesis sha256, strategy spec, sorted weights, and all key backtest metrics. It is stable across servers, so any third party holding the public key can verify the memo offline.
{
"v": 1,
"runId": "4fe3d402-eba8-41ca-bee8-0dbca67d23d0",
"createdAt": 1782929597165,
"thesisSha256": "f576f346fb03608c71d42aa61a72127646cf4e39c846db5d1bcd4586289545d2",
"strategy": {
"name": "Quarterly Equal Weight Bubble Basket",
"allocation": "equal_weight",
"rebalance": "quarterly",
"benchmark": "SPY",
"universe": [
"NVDA",
"QQQ",
"SMH",
"TLT"
]
},
"weights": [
[
"NVDA",
0.245719
],
[
"QQQ",
0.256911
],
[
"SMH",
0.278031
],
[
"TLT",
0.219339
]
],
"metrics": {
"sharpe": 1.0673,
"sortino": 1.0629,
"annualReturn": 0.3499,
"annualVolatility": 0.2682,
"maxDrawdown": -0.4577,
"cvar95": -0.0373,
"winRate": 0.5497,
"totalReturn": 7.1291,
"startDate": "2019-07-01",
"endDate": "2026-07-01"
},
"memo": {
"title": "AI Semiconductor Unwind Thesis Remains Internally Inconsistent",
"recommendation": "hold",
"conviction": 3
}
}Drop this snippet on your firm's site or in a research note to show clients the memo is signed and live. The badge re-checks every 60 seconds, so a revocation propagates automatically.
Default
Dark theme
<a href="https://attevia.vercel.app/verify/4fe3d402-eba8-41ca-bee8-0dbca67d23d0" target="_blank" rel="noopener">
<img src="https://attevia.vercel.app/api/v1/audit/badge/4fe3d402-eba8-41ca-bee8-0dbca67d23d0" alt="Attevia verified" />
</a>[](https://attevia.vercel.app/verify/4fe3d402-eba8-41ca-bee8-0dbca67d23d0)Fetch the Attevia public key at /pubkey, take the canonical message above, and run crypto.verify(null, msg, publicKey, signature) in Node, or use any WebCrypto Ed25519 verifier.