(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":["/account/","/login/","/thank-you/","/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
A silver squeeze starts when physical demand exceeds what bullion banks can deliver. Here’s what MenthorQ traders monitor to time the initial breakout:
Vault Drawdowns: Falling “registered” inventories on COMEX.
High Futures OI vs. Warehouse Stocks: Signaling more paper silver than actual metal.
Options Gamma Exposure (GEX): If deep negative GEX exists near critical strikes, dealers are short gamma. A spike higher can force them to buy silver to hedge.
Use the MenthorQ Option Matrix to scan for expiries where total GEX is deeply negative, DEX change is spiking, and volatility is rising. This identifies “shock-prone” zones.
MenthorQ’s Net GEX and DEX Change signals help you understand how much dealer hedging pressure is helping or hurting price.
Negative GEX regime (dealers short gamma): If silver breaks higher, dealers must chase, adding fuel to the move.
Gamma Flip Zones: If price crosses strikes where GEX shifts from positive to negative, volatility spikes.
Strategy Tip: Look for large expiries where GEX drops sharply (as seen in the GEX Change column). Combine that with DEX surge and falling implied vols on the way up — this is vanna/charm acceleration, ideal for initiating trades.
Don’t short into strength, you’re fading dealer reflexivity
Roll into longer-dated calls or back spreads
Use MenthorQ liquidity zones to identify blowout levels (where deltas flip fast)
Tactical Tip: If silver enters vertical acceleration, don’t sell naked premium. Use flies or capped structures only.
Conclusion: Squeezes Are Rare, But Real
Bullion banks manage their silver exposure assuming cash settlement. But when physical demand rises and vaults empty, their paper short positions become uncovered liabilities. That’s when gamma mechanics go reflexive, nd silver can move violently.
By using MenthorQ’s tools to track dealer hedging behavior, options sensitivity, and volatility regime, traders can not only anticipate the squeeze—but trade it tactically and profitably.