LoopPot

LoopPot is an addictive, chicken‑clicker‑style game that turns token burns into a high‑stakes showdown.

How It Works

  1. Deposit BLOOP – Join the round by depositing any amount of $BLOOP into the pot.

  2. Timer Resets – Each new deposit extends the countdown. Bigger deposits = longer resets (capped for fairness).

  3. Last In Wins – When the timer finally hits zero, the last depositor triggers settlement.

  4. Verifiable Randomness – Orao VRF decides your fate with a 50 % chance to be Rugged.

    • Win (50 % chance): You claim 100 % of the pot.

    • Rugged (50 % chance): You still get 5 – 15 % of the pot (randomized), and the rest is burned.

  5. Token Burn – Non‑winning BLOOP is permanently burned, tightening supply and feeding the deflation loop.

Why LoopPot Matters

  • Game‑Driven Burns – Every round destroys tokens organically, no manual intervention required.

  • Proof‑of‑Fairness – Orao VRF outputs are on‑chain and auditable by anyone.

  • Engagement Flywheel – FOMO deposits extend rounds, snowballing the pot size (and potential burn) over time.

  • No House Edge – All non‑burned BLOOP goes to players; the protocol only benefits via supply compression.

Verifiably fair - https://solscan.io/tx/3szB6dHtv5hh4R84aSFjKAifXhz45ogcakvU3FJ3VArS43coE2ihdZT2G7yfjhio3iJ4bvHH1H9jb7q7ynhsn3iB

Strategy Tips

  • Timing Is Everything – Late deposits have higher win odds but risk missing the countdown.

  • Bankroll Management – Bigger deposits reset the timer longer, but also put more BLOOP at risk of burn.

  • Watch the Block Time – Solana’s fast finality means seconds matter.

🎉 Super Rounds

Every 10th LoopPot round is a Super Round—your chance to multiply winnings up to .

  • Trigger: Automatically every 10th round (e.g., Round 10, 20, 30…).

  • Random Multiplier: At Super Round start, a multiplier from 1× – 5× is drawn via Orao VRF.

    // When a Super Round begins
    const multiplier = randomNumber(1, 5); // 1x, 2x, 3x, 4x, or 5x
    const finalWinnings = originalWinnings * multiplier;
  • Outcome: If you’re the last depositor and win, your payout is boosted by the multiplier.

  • Transparency: The multiplier value and VRF proof are logged on‑chain and displayed in History.

Tip: Watch the round counter—Super Rounds attract heavy FOMO deposits. Timing matters!

LoopPot History & Transparency

Every completed round is archived on the History page, giving players verifiable, tamper‑proof proof of outcomes. Each row includes:

Field

Description

Round ID

Incremental identifier of the game round.

Resolution Tx

Solana transaction signature that settled the round—click to view on Explorer.

VRF Seed

Input seed fed into Orao’s VRF for randomness.

VRF Signature

The cryptographic proof returned by Orao VRF.

Winner Address

Wallet that was last‑in before timeout.

Winner Payout

BLOOP amount (or percentage) awarded.

Burn Amount

BLOOP permanently destroyed in settlement.

Bonus Round

If the pot size exceeded threshold, bonus details (carry‑over or multiplier).

Timestamp / Slot

Exact on‑chain time reference for auditing.

Data is streamed directly from on‑chain events, so anyone can cross‑check the values.

Want deeper analytics? Export the table to CSV or query via our public GraphQL endpoint to build your own dashboards. (Coming soon)

Last updated