Duration: 3 minutes Audience: Avalanche Build Games judges
"SENQ is a prediction market built on Avalanche C-Chain. It uses a smart contract with JPYC — a JPY-pegged ERC20 stablecoin — to create a trustless, verifiable betting platform."
Show: Homepage with market listings
"Traditional prediction markets use complex AMM pricing. SENQ uses parimutuel betting instead — simple pool-based payouts where winners share proportionally. This fits naturally with EVM's architecture and makes JPY-denominated prediction markets accessible."
Show: Architecture diagram
"Let's place a bet. First, I connect my MetaMask wallet."
Action: Click Connect → MetaMask popup → Approve connection
"I'll bet on the Miyagi governor election prediction market."
Action: Navigate to market detail page
"I'll bet 1,000 JPYC on 村井嘉浩. The system calls the SENQMarket contract: first approve JPYC spending, then place the bet."
Action: Enter amount → Click 予測する → Sign two transactions in MetaMask (approve + bet)
"My bet is now recorded on Avalanche C-Chain. Let's verify on the explorer."
Action: Click tx link → Show Snowtrace with contract interaction
"Bets use JPYC — a JPY-pegged stablecoin. Users approve the SENQMarket contract, which pulls JPYC into the pool via ERC20 transferFrom."
"SENQMarket holds all JPYC in escrow. It enforces deadlines, tracks bets per outcome, and executes payouts — all on-chain with no operator custody."
"When the market closes, a 2-of-3 committee resolves the outcome. This prevents any single party from manipulating results."
Show: Resolution transaction on explorer
"When the market resolves, winners claim their proportional share of the pool directly from the contract. A 2% protocol fee supports the platform."
Show: Payout formula: Your Bet / Total Winning Bets × Total Pool
"SENQ demonstrates how Avalanche's EVM — ERC20 tokens, smart contracts, and multi-sign governance — can power a complete JPY-denominated prediction market. All data is verifiable on-chain."
Show: GitHub repo + live deployment URL
- Avalanche C-Chain — Fast, low-fee EVM execution
- JPYC Integration — JPY-pegged stablecoin, removes crypto volatility for users
- SENQMarket Contract — Fully on-chain bet management, payouts, and cancellations
- Multi-Sign Governance — No single point of manipulation
- Parimutuel Over AMM — Simple, fair, no impermanent loss
If demo fails:
- Walk through contract code (
contracts/src/SENQMarket.sol) - Show pre-recorded happy path video
- Highlight ERC20 approve/transferFrom pattern and on-chain payout logic
If time remaining:
- Show weighted betting system (user attributes multiply bet effectiveness)
- Explain 2% protocol fee and cancel/refund mechanism
- Discuss future features (yield on locked JPYC, secondary trading)