(function(){
var COOKIE_NAME = 'menthorq_utm_params';
var LS_KEY = 'menthorq_utm_params';
var UTM_KEYS = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','utm_id'];
var CLICK_ID_KEYS = ['gclid','fbclid','msclkid','ttclid'];
var COOKIE_DAYS = 30;// Read UTM parameters and click IDs from current URL
var params = new URLSearchParams(window.location.search);
var trackingData = {};
var hasData = false;
var allKeys = UTM_KEYS.concat(CLICK_ID_KEYS);
for (var i = 0; i < allKeys.length; i++) {
var val = params.get(allKeys[i]);
if (val) {
trackingData[allKeys[i]] = val;
hasData = true;
}
}if (hasData) {
// Fresh tracking data found in URL — store it (overwrites previous attribution)
trackingData.captured_at = new Date().toISOString();
setCookie(COOKIE_NAME, JSON.stringify(trackingData), COOKIE_DAYS);
try { localStorage.setItem(LS_KEY, JSON.stringify(trackingData)); } catch(e) {}
return;
}// No tracking params in URL — check if cookie exists
if (getCookie(COOKIE_NAME)) return;// Cookie is missing (expired or first visit) — try to restore from localStorage
try {
var stored = localStorage.getItem(LS_KEY);
if (stored) {
var parsed = JSON.parse(stored);
if (parsed && (parsed.utm_source || parsed.gclid || parsed.fbclid || parsed.msclkid || parsed.ttclid)) {
setCookie(COOKIE_NAME, stored, COOKIE_DAYS);
}
}
} catch(e) {}// Helper: set cookie
function setCookie(name, value, days) {
var expires = new Date(Date.now() + days * 864e5).toUTCString();
var cookie = name + '=' + encodeURIComponent(value) + ';expires=' + expires + ';path=/;SameSite=Lax';
if (location.protocol === 'https:') cookie += ';Secure';
document.cookie = cookie;
}// Helper: get cookie value (returns empty string if not found)
function getCookie(name) {
var match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
return match ? decodeURIComponent(match[1]) : '';
}
})();
var breeze_prefetch = {"local_url":"https://menthorq.com","ignore_remote_prefetch":"1","ignore_list":["/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
Silver’s action this past week was a masterclass in how quickly a “can’t lose” story can snap. Thursday pushed to fresh record highs near $122, and everything looked lined up for more: supply tightness, industrial demand, inflation-hedge chatter, and retail FOMO all feeding the same trade.
The move felt clean, inevitable, even easy. Then Friday hit, and silver didn’t just pull back… it collapsed into the mid-$80s, a ~25%+ one-day wipeout that erased gains faster than most traders could even reprice risk.
The dollar firmed up and the market started rethinking the Fed path, sure, and that’s never great for metals. But if we’re being real, the headline wasn’t the driver, the positioning was. When a market goes vertical, it gets packed with late buyers, the real bid gets thinner than people realize, stops pile up just beneath the breakout, and once price slips, those stops turn into gasoline.
Liquidity that looked “fine” on the way up suddenly vanishes on the way down because the same thin order book that helped it rip higher becomes the reason it falls so fast.
How to understand risk ahead of the event
The MenthorQ Team is Live on X and YouTube daily to provide coverage and market insights.
Last Monday we covered the move on Silver and the Risk on the asset. We were analyzing Silver Volatility (VXSLV) and saw an outlier. The Vol of Silver was at all time high and looking back in the chart this only happened in two occasions over the past 6 years: in 2021 and during Covid.
Gold and Silver: a $7 trillion wipeout of the market 5
Want to see Full Coverage?Watch our Live from last week
Now the next sessions matter: does silver stabilize and base in the $80–$90 area (reset within an uptrend), or do bounces get sold as the unwind continues, especially if the dollar stays bid and yields refuse to ease?
Either way, the takeaway is simple: don’t confuse momentum with structure, when structure breaks, volatility becomes the strategy. And Friday wasn’t a pullback… it was the market reminding everyone who’s in charge.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.