★ RESOLVED: Will Bitcoin hit $100k before March? · YES ✓ ★ ACTIVE: Will MrBeast hit 300M subs before July? · YES 67% · NO 33% ★ ACTIVE: Will Real Madrid win Champions League? · YES 58% · NO 42% ★ NEW: Will ETH flip BTC in market cap this year? · YES 31% · NO 69% ★ RESOLVED: Will Bitcoin hit $100k before March? · YES ✓ ★ ACTIVE: Will MrBeast hit 300M subs before July? · YES 67% · NO 33% ★ ACTIVE: Will Real Madrid win Champions League? · YES 58% · NO 42% ★ NEW: Will ETH flip BTC in market cap this year? · YES 31% · NO 69%
FlashCast
FLASHCAST SDK
Embeddable Markets
For Creators
FlashCast

If you can tweet it, you can forecast it

Data decides. Not debates

Fast
Markets created in a flash. Resolved in a flash.
01 · How it works
EMBED IN THREE STEPS
No backend required. No resolution logic to write. Data decides.
01
CREATE THE MARKET
Use the wizard on FlashCast.social or call the API directly. Pick your question, your data source, and when it closes.
02
EMBED THE WIDGET
Paste one script tag anywhere — your stream overlay, your website, your Discord. The widget handles everything.
03
DATA RESOLVES IT
When the market closes, FlashCast queries the source automatically. No human decides. Points go to winners instantly.
02 · The Widget
ONE SCRIPT TAG. FULLY INTERACTIVE.
Fans predict with points. No money involved. Just bragging rights.
Live market
⚡ FLASHCAST ⏱ 23:47
WILL BITCOIN HIT
$150K THIS YEAR?
👥 4,821 PREDICTIONS CLOSES IN 23:47
Compact overlay
⚡ WILL REAL MADRID WIN CL?
2,103 predictions · ⏱ 06:22
Resolved state
★ PREDICTION LOCKED RESOLVED
I CALLED IT.
YES WON · 67% PREDICTED CORRECTLY
VERIFIED BY COINGECKO API
BTC PRICE: $151,203 ✓
DATA PULLED · MON MAR 2 · 10AM CT
03 · Data Sources
CURATED SOURCES. AUTOMATIC RESOLUTION.
Pick a source. FlashCast queries it when the market closes. No manual resolution ever.
YOUTUBE API
Subscriber counts, view counts, like counts on any public channel or video.
"Will MrBeast hit 300M subs?"
KICK API
Live viewer counts, follower milestones, stream duration and activity on any Kick channel.
"Will xQc hit 200k viewers tonight?"
🎮
RIOT API
Match outcomes, player stats for League of Legends, Valorant, and TFT.
"Will T1 win Worlds?"
+
MORE COMING
GitHub, Jira, Spotify and custom sources in future releases.
Request a source →
04 · For Developers
DEV MODE. FULL CONTROL.
Enable Dev Mode in the wizard — get the exact API call to automate from your own system.
Wizard → Dev Mode
⚡ CREATE MARKET
DEV MODE
QUESTION
Will Bitcoin hit $150k this year?
SOURCE
coingecko · bitcoin · usd
SETTLEMENT
price >= 150000
DURATION
365 days
TypeScript SDK
@flashcast/sdk · npm install @flashcast/sdk
import { FlashcastSDK } from '@flashcast/sdk'
const sdk = new FlashcastSDK({ apiKey: 'fc_sk_...' })
const market = await sdk.markets.create({
question: "Will BTC hit $150k?",
duration: 365 * 24 * 60 * 60,
source: { type: 'coingecko', coinId: 'bitcoin' },
settlement: { field: 'price', operator: 'gte', value: 150000 }
})
// market.id → use it anywhere_
Rust SDK
flashcast-sdk · cargo add flashcast-sdk
use flashcast_sdk::{FlashcastClient, Source, Settlement, Operator};
let client = FlashcastClient::new("fc_sk_...");
let market = client.markets()
.create("Will BTC hit $150k?")
.source(Source::coingecko("bitcoin", "usd"))
.settlement(Settlement::new("price", Operator::Gte, 150_000))
.send().await?;
05 · Stream Integration
KICK CHAT. LIVE PREDICTIONS.
Widget floats over the stream. Chat goes wild. Data resolves it.
LIVE
👁 142,831
[ STREAM CONTENT ]
GAME / VIDEO / IRL
⚡ FLASHCAST LIVE
WILL xQc HIT
200K VIEWERS?
12,841 predictions ⏱ 08:14
🔊 2:14:08 / LIVE
xQ
xQcOW
VALORANT
road to radiant 🎯 !fc predictions live
CHAT ● LIVE
Kappa123: LUL he's never hitting 200k
fc_watcher: ⚡ voted YES on flashcast!
clutchKing: bro peaks every stream
doubter42: NO is easy money rn
xQcFan: ⚡ I predicted YES!
06 · Business Model
CREATORS PAY. FANS PLAY FREE.
Fans bet with points — no money, no gambling. Creators pay a monthly subscription for the infrastructure.
🎮
FAN
Signs up on FlashCast.social. Bets with TP (points). Wins more points. No money ever changes hands.
📡
CREATOR
Pays a monthly plan. Gets API access and widget. Creates markets in 30 seconds via wizard or programmatically via SDK.
FLASHCAST
Hosts the markets. Queries the data sources. Settles automatically. No human decides anything.
FREE
$0
/month
  • 10 markets/mo
  • 100 predictions
  • Basic widget
  • FC branding
ENTERPRISE
CUSTOM
/month
  • White-label
  • SLA
  • Custom sources
  • Dedicated support