Prediction Market Volume Rebounds Above $10 Billion as Politics Surges Ahead of NFL Season

2026-8-11 20:25

Prediction market activity rebounded this week after three consecutive weeks of declines. Combined comparable trading volume on Kalshi and Polymarket Global increased 5.8% from the previous week, reaching $10.30 billion.

Kalshi remained the clear market leader, accounting for 81.3% of combined comparable volume, while Polymarket Global posted its first weekly increase in a month.

One trend stood out: comparable trading volume increased even as the number of recorded transactions declined. Average notional per transaction rose 8.4%, suggesting that larger trades drove much of the week’s rebound.

Political trading also jumped sharply on US-based platforms, while economic trading on Polymarket Global dropped by more than 90%.

MetricKalshiPolymarket GlobalPolymarket USCombined / ShareComparable Notional Volume (USD)$8,382,009,522$1,921,736,483Unavailable$10,303,746,005WoW+6.2%+4.1%N/A+5.8%Native Headline Volume8.07B displayed contracts$1.92B USD notional846.2M DMR contractsNon-additiveNative Volume WoW-4.1%+4.1%-2.4%N/ATransactions56,509,43919,087,508N/A75,596,947Open Interest (Snapshot)$728,977,722$343,638,22631,372,787 contractsNon-additiveActive Markets76,756133,598N/ANon-additive

Metric note: The native headline metrics are not additive. Kalshi’s displayed contract volume, Polymarket Global’s USD notional and Polymarket US’s official DMR contract volume use different venue-native semantics. Category volume comparisons below use a separate DefiRate USD-notional decomposition across the three platforms.

.dr-fig{ --dr-ink:#111827; --dr-axis:#9CA3AF; --dr-xlab:#4B5563; --dr-body:#4B5563; --dr-grid:#EFF1F3; --dr-rule:#E8EAED; --dr-kalshi:#6BCFA5; --dr-poly:#6E2CE0; --dr-orange:#F0632B; --dr-blue:#38A0E8; background:#FFFFFF; border:1px solid var(--dr-rule); border-radius:14px; box-shadow:0 1px 2px rgba(16,24,40,.04); padding:28px 30px 22px; margin:0 0 32px; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; color:var(--dr-ink); line-height:1.55; -webkit-font-smoothing:antialiased; } .dr-fig *{box-sizing:border-box;} .dr-fig .dr-title{ font-size:25px;line-height:1.22;margin:0 0 18px; font-weight:700;letter-spacing:-.02em;color:var(--dr-ink); } .dr-fig .dr-rule{height:1px;background:var(--dr-rule);margin:0 0 18px;} .dr-fig .dr-stand{ margin:0 0 18px;color:var(--dr-body);font-size:14px;max-width:70ch; } .dr-fig .dr-canvas{position:relative;height:360px;width:100%;} .dr-fig .dr-legend{ display:flex;flex-wrap:wrap;gap:22px;align-items:center; margin:16px 0 0;font-size:14px;font-weight:500;color:var(--dr-ink); } .dr-fig .dr-key{display:inline-flex;align-items:center;gap:8px;} .dr-fig .dr-box{width:15px;height:15px;border-radius:3px;display:inline-block;} .dr-fig .dr-readout{ margin:20px 0 0;padding-top:18px;border-top:1px solid var(--dr-rule); font-size:14.5px;color:var(--dr-body);max-width:72ch; } .dr-fig .dr-source{ font-size:11.5px;color:var(--dr-axis);margin:12px 0 0;line-height:1.5; } .dr-fig .dr-source a{color:var(--dr-axis);text-decoration:underline;} @media (max-width:600px){ .dr-fig{padding:20px 16px 16px;margin-bottom:24px;border-radius:10px;} .dr-fig .dr-title{font-size:20px;margin-bottom:14px;} .dr-fig .dr-rule{margin-bottom:14px;} .dr-fig .dr-stand{font-size:13.5px;margin-bottom:14px;} .dr-fig .dr-canvas{height:300px;} .dr-fig .dr-legend{gap:14px;font-size:13px;} .dr-fig .dr-readout{font-size:13.5px;} } @media (max-width:380px){ .dr-fig .dr-canvas{height:265px;} }

Kalshi share of comparable notional volume

Kalshi as a percentage of combined Kalshi and Polymarket comparable USD notional, by week ending.

Kalshi held between 72% and 76% of the two-venue total for four straight weeks, then stepped up to 81.0% in the week ending Aug 2 and held 81.4% through Aug 9. The move came from Polymarket contracting 38.8% in the Aug 2 week rather than from Kalshi expanding.

Source: DeFi Rate aggregation, Kalshi Trade API and Polymarket on-chain activity · defirate.com/prediction-markets/

(function(){ var SRC = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js'; function boot(){ if (window.drFigShareDrawn) { return; } window.drFigShareDrawn = true; draw(); } function load(){ if (window.Chart) { boot(); return; } var existing = document.querySelector('script[data-dr-chartjs]'); if (existing) { existing.addEventListener('load', boot); return; } var s = document.createElement('script'); s.src = SRC; s.setAttribute('data-dr-chartjs','1'); s.onload = boot; document.head.appendChild(s); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', load); } else { load(); } function draw(){ var el = document.getElementById('drShareChart'); if (!el) { return; } var ink='#111827', axis='#9CA3AF', xlab='#4B5563', grid='#EFF1F3'; var kalshi='#6BCFA5', poly='#6E2CE0', orange='#F0632B', blue='#38A0E8'; var labels=['Jul 5','Jul 12','Jul 19','Jul 26','Aug 2','Aug 9']; function mq(q){ return !!(window.matchMedia && window.matchMedia(q).matches); } var narrow = mq('(max-width: 600px)'); var reduce = mq('(prefers-reduced-motion: reduce)'); var sans = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif"; Chart.defaults.font.family = sans; Chart.defaults.font.size = narrow ? 12 : 13; Chart.defaults.color = axis; Chart.defaults.animation = reduce ? false : { duration: 550 }; function xAxis(){ return { grid:{ display:false }, border:{ display:false }, ticks:{ color:xlab, font:{ family:sans, size: narrow ? 11 : 13, weight:'500' }, maxRotation:0, autoSkip:false, padding:6 } }; } function yAxis(min, max, fmt, opts){ var o = { min:min, max:max, grid:{ color:grid, drawTicks:false, lineWidth:1 }, border:{ display:false }, ticks:{ color:axis, font:{ family:sans, size: narrow ? 11 : 13 }, padding: narrow ? 6 : 10, maxTicksLimit: narrow ? 5 : 7, callback: fmt } }; if(opts){ for(var k in opts){ o[k]=opts[k]; } } return o; } function marker(color){ return { pointRadius: narrow ? 4 : 5.5, pointHoverRadius: narrow ? 6 : 7.5, pointBackgroundColor:'#FFFFFF', pointBorderColor:color, pointBorderWidth:2.5 }; } function tip(fmt){ return { enabled:true, backgroundColor:'#111827', titleFont:{family:sans,size:13,weight:'600'}, bodyFont:{family:sans,size:13}, padding:10, cornerRadius:6, displayColors:true, callbacks:{ label: fmt } }; } new Chart(el, { type:'line', data:{ labels:labels, datasets:[Object.assign({ label:'Kalshi share', data:[72.81,72.42,73.93,75.14,81.04,81.35], borderColor:kalshi, backgroundColor:'rgba(107,207,165,0.16)', borderWidth:3, tension:0.35, fill:true }, marker(kalshi))]}, options:{ responsive:true, maintainAspectRatio:false, layout:{ padding:{ top:6, right:6 } }, plugins:{ legend:{ display:false }, tooltip: tip(function(c){ return 'Kalshi ' + c.parsed.y.toFixed(2) + '% of combined notional'; }) }, scales:{ x:xAxis(), y:yAxis(70, 84, function(v){ return v + '%'; }) } } }); } })(); US political trading surges ahead of the next round of primaries

Politics was one of the biggest stories of the week. Total political trading across the three platforms reached about $105.7 million.

But the platforms moved in very different directions:

Kalshi: $33.7 million, up 118.9% Polymarket US: $17.9 million, up 81.0% Polymarket Global: $54.0 million, down 26.8%

On Kalshi, the increase was led by Michigan’s Democratic Senate primary, where Haley Stevens and Abdul El-Sayed contracts generated about $7.5 million combined. Polymarket US activity was more mixed: Florida Republican governor-primary contracts accounted for about $5.9 million, while the Clacton by-election and Michigan Senate margin markets were also major contributors.

Economic prediction markets generated about $55.2 million during the week. Kalshi performed well in this category:

Kalshi: $47.3 million, up 10.6% Polymarket Global: $5.2 million, down 91.2% Polymarket US: $2.7 million, down 69.0%

Much of the huge drop on Polymarket Global reflects the prior week’s roughly $50.1 million of activity in the July Federal Reserve decision market, which fell out after the meeting was resolved. Once that event was over, much of the trading activity disappeared.

Sports remains dominant as NFL trading begins to accelerate

Sports continued to be the biggest source of trading activity across all three sites. Across Kalshi, Polymarket Global and Polymarket US, sports-related markets generated about $2.64 billion in the category-level USD-notional decomposition.

Kalshi: $2.01 billion, down 9.2% Polymarket US: $329.3 million, down 27.6% Polymarket Global: $299.2 million, down 1.2%

Kalshi accounted for roughly 76% of sports trading volume across the three platforms on that basis.

Esports and Middle East markets drive Polymarket Global activity

Polymarket Global had a particularly interesting mix of markets this week.

Markets related to the Strait of Hormuz and tensions involving Iran attracted significant attention. The market asking whether Strait of Hormuz traffic would return to normal by Aug. 31 saw its trading volume increase 119.1%, reaching $5.37 million.

A shorter-term version of the same question, with an Aug. 15 deadline, increased 398.4% to $3.84 million. Another market asking whether the US would invade Iran before 2027 generated $3.54 million in volume.

Another major source of activity was esports.

Six of Polymarket Global’s 10 biggest individual markets were esports matches.

A Dota 2 match between 1win and BetBoom Team generated $4.98 million in trading volume. Several League of Legends matches generated more than $18 million combined.

Baseball leads as NFL game markets begin to take over

The US platforms were heavily focused on sports, especially baseball. Kalshi’s biggest markets included individual MLB games.

For example:

White Sox vs. Red Sox: $18.73 million in volume Boston vs. Los Angeles Dodgers: $12.74 million Several tennis markets also generated more than $23.8 million combined.

The Carolina-Arizona NFL preseason winner market generated $11.52 million; Kalshi’s broader public game-page volume across every direct market attached to the matchup reached 21.18 million displayed contracts.

Polymarket US was even more concentrated on baseball. All 10 of its biggest markets were MLB game-winner markets. The White Sox vs. Red Sox market had 8.51 million contracts traded, while Dodgers vs. Diamondbacks had 6.09 million.

What the trading data tells us

Combined comparable notional volume on Kalshi and Polymarket Global increased 5.8%, but the number of recorded transactions fell 2.4%. Average notional per recorded transaction therefore increased about 8.4%, from $125.78 to $136.30. That means the increase in overall comparable notional was associated with higher average transaction value, not a larger transaction count.

.dr-fig{ --dr-ink:#14181C; --dr-axis:#7C8792; --dr-xlab:#4A5560; --dr-body:#4A5560; --dr-grid:#DCE0DE; --dr-rule:#DCE0DE; --dr-kalshi:#0F6E5C; --dr-poly:#5B4BB7; --dr-pmus:#B07514; background:#FFFFFF; border:1px solid var(--dr-rule); border-radius:14px; box-shadow:0 1px 2px rgba(16,24,40,.04); padding:28px 30px 22px; margin:0 0 32px; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; color:var(--dr-ink); line-height:1.55; -webkit-font-smoothing:antialiased; } .dr-fig *{box-sizing:border-box;} .dr-fig .dr-title{ font-size:25px;line-height:1.22;margin:0 0 18px; font-weight:700;letter-spacing:-.02em;color:var(--dr-ink); } .dr-fig .dr-rule{height:1px;background:var(--dr-rule);margin:0 0 18px;} .dr-fig .dr-stand{ margin:0 0 18px;color:var(--dr-body);font-size:14px;max-width:70ch; } .dr-fig .dr-canvas{position:relative;height:360px;width:100%;} .dr-fig .dr-legend{ display:flex;flex-wrap:wrap;gap:22px;align-items:center; margin:16px 0 0;font-size:14px;font-weight:500;color:var(--dr-ink); } .dr-fig .dr-key{display:inline-flex;align-items:center;gap:8px;} .dr-fig .dr-box{width:15px;height:15px;border-radius:3px;display:inline-block;} .dr-fig .dr-readout{ margin:20px 0 0;padding-top:18px;border-top:1px solid var(--dr-rule); font-size:14.5px;color:var(--dr-body);max-width:72ch; } .dr-fig .dr-source{ font-size:11.5px;color:var(--dr-axis);margin:12px 0 0;line-height:1.5; } .dr-fig .dr-source a{color:var(--dr-axis);text-decoration:underline;} @media (max-width:600px){ .dr-fig{padding:20px 16px 16px;margin-bottom:24px;border-radius:10px;} .dr-fig .dr-title{font-size:20px;margin-bottom:14px;} .dr-fig .dr-rule{margin-bottom:14px;} .dr-fig .dr-stand{font-size:13.5px;margin-bottom:14px;} .dr-fig .dr-canvas{height:300px;} .dr-fig .dr-legend{gap:14px;font-size:13px;} .dr-fig .dr-readout{font-size:13.5px;} } @media (max-width:380px){ .dr-fig .dr-canvas{height:265px;} }

Average notional per recorded transaction

Weekly comparable notional divided by recorded transactions, in US dollars, for each venue and the two-venue combined series.

Combined Kalshi Polymarket

Average transaction value fell for four consecutive weeks, from $175.09 in the week ending Jul 5 to $125.78 in the week ending Aug 2, then rose 8.4% to $136.30. Both venues moved the same direction in the final week: Kalshi from $138.29 to $148.33 and Polymarket from $90.71 to $100.68. Polymarket’s average has recovered roughly a fifth of its four-week decline; Kalshi’s has recovered about a third.

Source: DeFi Rate aggregation, Kalshi Trade API and Polymarket on-chain activity · defirate.com/prediction-markets/

(function(){ var SRC = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js'; function boot(){ if (window.drFigTicketDrawn) { return; } window.drFigTicketDrawn = true; draw(); } function load(){ if (window.Chart) { boot(); return; } var existing = document.querySelector('script[data-dr-chartjs]'); if (existing) { existing.addEventListener('load', boot); return; } var s = document.createElement('script'); s.src = SRC; s.setAttribute('data-dr-chartjs','1'); s.onload = boot; document.head.appendChild(s); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', load); } else { load(); } function draw(){ var el = document.getElementById('drTicketChart'); if (!el) { return; } var ink='#14181C', axis='#7C8792', xlab='#4A5560', grid='#DCE0DE'; var kalshi='#0F6E5C', poly='#5B4BB7', pmus='#B07514'; var labels=['Jul 5','Jul 12','Jul 19','Jul 26','Aug 2','Aug 9']; function mq(q){ return !!(window.matchMedia && window.matchMedia(q).matches); } var narrow = mq('(max-width: 600px)'); var reduce = mq('(prefers-reduced-motion: reduce)'); var sans = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif"; Chart.defaults.font.family = sans; Chart.defaults.font.size = narrow ? 12 : 13; Chart.defaults.color = axis; Chart.defaults.animation = reduce ? false : { duration: 550 }; function xAxis(){ return { grid:{ display:false }, border:{ display:false }, ticks:{ color:xlab, font:{ family:sans, size: narrow ? 11 : 13, weight:'500' }, maxRotation:0, autoSkip:false, padding:6 } }; } function yAxis(min, max, fmt, opts){ var o = { min:min, max:max, grid:{ color:grid, drawTicks:false, lineWidth:1 }, border:{ display:false }, ticks:{ color:axis, font:{ family:sans, size: narrow ? 11 : 13 }, padding: narrow ? 6 : 10, maxTicksLimit: narrow ? 5 : 7, callback: fmt } }; if(opts){ for(var k in opts){ o[k]=opts[k]; } } return o; } function marker(color){ return { pointRadius: narrow ? 4 : 5.5, pointHoverRadius: narrow ? 6 : 7.5, pointBackgroundColor:'#FFFFFF', pointBorderColor:color, pointBorderWidth:2.5 }; } function softMarker(color){ return { pointRadius: narrow ? 2.75 : 3.5, pointHoverRadius: narrow ? 5 : 6, pointBackgroundColor:'#FFFFFF', pointBorderColor:color, pointBorderWidth:1.75 }; } function tip(fmt){ return { enabled:true, backgroundColor:'#14181C', titleFont:{family:sans,size:13,weight:'600'}, bodyFont:{family:sans,size:13}, padding:10, cornerRadius:6, displayColors:true, callbacks:{ label: fmt } }; } new Chart(el, { type:'line', data:{ labels:labels, datasets:[ Object.assign({ label:'Combined', data:[175.09,174.88,159.86,143.82,125.78,136.30], borderColor:ink, borderWidth:2.25, tension:0.4, fill:false }, softMarker(ink)), Object.assign({ label:'Kalshi', data:[179.67,177.63,166.02,151.23,138.29,148.33], borderColor:kalshi, borderWidth:1.75, tension:0.4, fill:false }, softMarker(kalshi)), Object.assign({ label:'Polymarket', data:[163.89,168.07,144.65,125.26,90.71,100.68], borderColor:poly, borderWidth:1.75, tension:0.4, fill:false }, softMarker(poly)) ]}, options:{ responsive:true, maintainAspectRatio:false, layout:{ padding:{ top:6, right:6 } }, interaction:{ mode:'index', intersect:false }, plugins:{ legend:{ display:false }, tooltip: tip(function(c){ return c.dataset.label + ': $' + c.parsed.y.toFixed(2); }) }, scales:{ x:xAxis(), y:yAxis(80, 190, function(v){ return '$' + v; }) } } }); } })();

Polymarket Global alone saw its number of recorded transactions fall 6.2% to 19.1 million.

Polymarket US’s open positions fell from 62.88 million contracts to 31.37 million, a 50.1% decline. Expiring and settled contracts likely contributed, with open positions closing faster than new open interest accumulated during the week. The snapshot data does not establish the full cause.

Polymarket Global had 133,598 active market records, compared with 76,756 on Kalshi.

The saved listing count shows more active market records on Polymarket Global, although differences in contract structure and counting methodology limit a direct breadth comparison between the two platforms.

.dr-fig{ --dr-ink:#14181C; --dr-axis:#7C8792; --dr-xlab:#4A5560; --dr-body:#4A5560; --dr-grid:#DCE0DE; --dr-rule:#DCE0DE; --dr-kalshi:#0F6E5C; --dr-poly:#5B4BB7; --dr-pmus:#B07514; background:#FFFFFF; border:1px solid var(--dr-rule); border-radius:14px; box-shadow:0 1px 2px rgba(16,24,40,.04); padding:28px 30px 22px; margin:0 0 32px; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; color:var(--dr-ink); line-height:1.55; -webkit-font-smoothing:antialiased; } .dr-fig *{box-sizing:border-box;} .dr-fig .dr-title{ font-size:25px;line-height:1.22;margin:0 0 18px; font-weight:700;letter-spacing:-.02em;color:var(--dr-ink); } .dr-fig .dr-rule{height:1px;background:var(--dr-rule);margin:0 0 18px;} .dr-fig .dr-stand{ margin:0 0 18px;color:var(--dr-body);font-size:14px;max-width:70ch; } .dr-fig .dr-canvas{position:relative;height:360px;width:100%;} .dr-fig .dr-legend{ display:flex;flex-wrap:wrap;gap:22px;align-items:center; margin:16px 0 0;font-size:14px;font-weight:500;color:var(--dr-ink); } .dr-fig .dr-key{display:inline-flex;align-items:center;gap:8px;} .dr-fig .dr-box{width:15px;height:15px;border-radius:3px;display:inline-block;} .dr-fig .dr-readout{ margin:20px 0 0;padding-top:18px;border-top:1px solid var(--dr-rule); font-size:14.5px;color:var(--dr-body);max-width:72ch; } .dr-fig .dr-source{ font-size:11.5px;color:var(--dr-axis);margin:12px 0 0;line-height:1.5; } .dr-fig .dr-source a{color:var(--dr-axis);text-decoration:underline;} @media (max-width:600px){ .dr-fig{padding:20px 16px 16px;margin-bottom:24px;border-radius:10px;} .dr-fig .dr-title{font-size:20px;margin-bottom:14px;} .dr-fig .dr-rule{margin-bottom:14px;} .dr-fig .dr-stand{font-size:13.5px;margin-bottom:14px;} .dr-fig .dr-canvas{height:300px;} .dr-fig .dr-legend{gap:14px;font-size:13px;} .dr-fig .dr-readout{font-size:13.5px;} } @media (max-width:380px){ .dr-fig .dr-canvas{height:265px;} }

Polymarket US volume against open positions

Official Daily Market Report trade volume against the week-close open interest snapshot, both in millions of contracts.

Trade volume Open interest

Trade volume fell 36.4% across the six weeks and has been close to flat since the week ending Jul 26, moving from 869.5 million to 846.2 million contracts. Open positions fell 66.6% over the same period, from 94.1 million to 31.4 million contracts, with more than half the decline landing in the final week. Weekly turnover therefore ran at roughly 27 times the closing open interest by Aug 9, against 14 times in early July.

Source: Official Polymarket US Daily Market Reports · defirate.com/prediction-markets/

(function(){ var SRC = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js'; function boot(){ if (window.drFigPmusDrawn) { return; } window.drFigPmusDrawn = true; draw(); } function load(){ if (window.Chart) { boot(); return; } var existing = document.querySelector('script[data-dr-chartjs]'); if (existing) { existing.addEventListener('load', boot); return; } var s = document.createElement('script'); s.src = SRC; s.setAttribute('data-dr-chartjs','1'); s.onload = boot; document.head.appendChild(s); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', load); } else { load(); } function draw(){ var el = document.getElementById('drPmusChart'); if (!el) { return; } var ink='#14181C', axis='#7C8792', xlab='#4A5560', grid='#DCE0DE'; var kalshi='#0F6E5C', poly='#5B4BB7', pmus='#B07514'; var labels=['Jul 5','Jul 12','Jul 19','Jul 26','Aug 2','Aug 9']; function mq(q){ return !!(window.matchMedia && window.matchMedia(q).matches); } var narrow = mq('(max-width: 600px)'); var reduce = mq('(prefers-reduced-motion: reduce)'); var sans = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif"; Chart.defaults.font.family = sans; Chart.defaults.font.size = narrow ? 12 : 13; Chart.defaults.color = axis; Chart.defaults.animation = reduce ? false : { duration: 550 }; function xAxis(){ return { grid:{ display:false }, border:{ display:false }, ticks:{ color:xlab, font:{ family:sans, size: narrow ? 11 : 13, weight:'500' }, maxRotation:0, autoSkip:false, padding:6 } }; } function yAxis(min, max, fmt, opts){ var o = { min:min, max:max, grid:{ color:grid, drawTicks:false, lineWidth:1 }, border:{ display:false }, ticks:{ color:axis, font:{ family:sans, size: narrow ? 11 : 13 }, padding: narrow ? 6 : 10, maxTicksLimit: narrow ? 5 : 7, callback: fmt } }; if(opts){ for(var k in opts){ o[k]=opts[k]; } } return o; } function marker(color){ return { pointRadius: narrow ? 4 : 5.5, pointHoverRadius: narrow ? 6 : 7.5, pointBackgroundColor:'#FFFFFF', pointBorderColor:color, pointBorderWidth:2.5 }; } function softMarker(color){ return { pointRadius: narrow ? 2.75 : 3.5, pointHoverRadius: narrow ? 5 : 6, pointBackgroundColor:'#FFFFFF', pointBorderColor:color, pointBorderWidth:1.75 }; } function tip(fmt){ return { enabled:true, backgroundColor:'#14181C', titleFont:{family:sans,size:13,weight:'600'}, bodyFont:{family:sans,size:13}, padding:10, cornerRadius:6, displayColors:true, callbacks:{ label: fmt } }; } new Chart(el, { type:'bar', data:{ labels:labels, datasets:[ { type:'bar', label:'Trade volume', yAxisID:'yVol', data:[1331.53,1309.43,1228.81,869.46,866.85,846.23], backgroundColor:'rgba(176,117,20,0.22)', borderColor:pmus, borderWidth:1, borderRadius:0, barPercentage:0.66, categoryPercentage:0.74, order:2 }, Object.assign({ type:'line', label:'Open interest', yAxisID:'yOI', data:[94.06,89.51,62.33,60.23,62.88,31.37], borderColor:pmus, borderWidth:3, tension:0.35, fill:false, order:1 }, marker(pmus)) ]}, options:{ responsive:true, maintainAspectRatio:false, layout:{ padding:{ top:6 } }, interaction:{ mode:'index', intersect:false }, plugins:{ legend:{ display:false }, tooltip: tip(function(c){ return c.dataset.label + ': ' + c.parsed.y.toFixed(2) + 'M contracts'; }) }, scales:{ x: xAxis(), yVol: yAxis(0, 1400, function(v){ return v + 'M'; }, { position:'left' }), yOI: yAxis(0, 100, function(v){ return v + 'M'; }, { position:'right', grid:{ display:false }, border:{ display:false } }) } } }); } })(); What to watch this week

As the NFL preseason continues, early signs suggest activity is building much faster than it did a year ago. Kalshi’s direct game-winner basket had already reached roughly 394,000 contracts by Aug. 4, about 7.2 times the comparable point last season.

The Carolina-Arizona opener then showed what happens when live-game boards replace preseason futures as the center of activity. Kalshi’s broader game winner market reached $21.18 million, while Polymarket Global added about $409,000 in event-level USDC notional and Polymarket US reported 3.40 million contracts.

Growth through the NFL season will not look the same on every platform. About 74% of tracked Kalshi NFL volume was already tied to game markets, compared with only about 4% on Polymarket Global, where roughly 96% remained in futures. That points to a likely next phase in which Kalshi and Polymarket US accelerate as more live matchup markets open, while Polymarket Global may remain more futures-driven until game liquidity deepens.

The next question is whether last week’s US-platform surge was a one-event spike or the start of a broader primary-season build. Michigan was an important driver, but the pipeline is not empty: upcoming Wisconsin, Minnesota and South Carolina contests on Aug. 11 and Florida primaries on Aug. 18 give traders another sequence of scheduled events.

The clearest sign of sustained growth would be volume rotating quickly from resolved Michigan markets into those upcoming contests. If that happens, political volume could remain elevated; if not, last week’s jump may prove temporary.

The post Prediction Market Volume Rebounds Above $10 Billion as Politics Surges Ahead of NFL Season appeared first on DeFi Rate.

origin »

Bitcoin price in Telegram @btc_price_every_hour

Market.space (MASP) на Currencies.ru

$ 0 (+0.00%)
Объем 24H $0
Изменеия 24h: 0.00 %, 7d: 0.00 %
Cегодня L: $0 - H: $0
Капитализация $0 Rank 99999
Доступно / Всего 0 MASP

billion prediction season markets ahead nfl surges

billion prediction → Результатов: 126


Bitcoin price prediction: BTC faces critical resistance at $78,000 as ETF outflows mount

Bitcoin ETFs posted $1. 25 billion in weekly net outflows. BTC must clear $78,152 to sustain bullish momentum. Strategy paused Bitcoin purchases despite holding 843,738 BTC. Bitcoin (BTC) continued to trade near the $77,000 level on Monday amid growing institutional outflows against improving macro sentiment and rising demand from spot buyers.

2026-5-25 12:16


Фото:

WLFI Price Prediction: Why World Liberty Financial Just Approved a 4.5B Token Burn While Pepeto Lines Up 100x Before Listing

The crypto tape gets noisier every session, and any WLFI price prediction now hangs on one fresh catalyst, the Trump-backed protocol just put a 4. 5 billion token burn on the table tied to a 62. 3 billion token unlock vote per CoinDesk, an overhaul that resets the entire supply structure right as the broader market flips […] The post WLFI Price Prediction: Why World Liberty Financial Just Approved a 4.

2026-4-20 23:30


Фото:

Ethereum Price Prediction Targets $10,000 as ETH/BTC Ratio Breaks Higher: Whales Already Building Positions in Pepeto

The Ethereum price prediction got its strongest signal of the year on April 15. The ETH/BTC ratio climbed to 0.0313, a three-month high, per CoinDesk. Network data matched the move: quarterly new users rose 82%, stablecoin supply on Ethereum hit a record $180 billion, and Fundstrat’s Tom Lee now targets $10,000 for ETH by year-end […] The post Ethereum Price Prediction Targets $10,000 as ETH/BTC Ratio Breaks Higher: Whales Already Building Positions in Pepeto appeared first on CaptainAltcoin.

2026-4-18 10:30