FAQ
🧧 What is The House $HOUSE?
The House is a game where players can finally own a piece of the table. By collecting red envelopes ($HOUSE), players earn equity in The House. Every 20 minutes, the countdown resets — and equity holders receive revenue distributions.
⏰ How often are shareholders paid out?
One shareholder is rewarded every 20-minute cycle, while all other holders continue benefiting from value accrual.
We understand not every dividend receiver may choose to reinvest their payments, the 30% house rake ensures that The House always wins — guaranteeing sustained growth across each cycles.
🏮 What is the House rake used for?
The House rake is a 30% tax applied to all dividend payouts, designed to continuously reinvest value back into the system.
To ensure fairness and prevent front-running or arbitrage, The House operators manually execute buybacks at random intervals. All accumulated funds are used for buybacks, then burned — permanently removing tokens from supply.
This mechanism ensures one thing: The House always wins — and when it does, holders win with it.
🎲 How are shareholders chosen at random?
At the end of each 20-minute round, the winner is chosen by Chainlink VRF, ensuring a verifiably random and fair draw that anyone can audit.
The House uses Railway to fetch all token holder data from Moralis. Each holder is assigned a weight and computes a merkle root that is then published on chain to the oracle as (merkleRoot, totalWeight, id, timestamp)
.
To request trustless randomness, the oracle calls Chainlink VRF. When VRF fulfills, the oracle records randomWord
and randomIndex = randomWord % totalWeight
and emits RandomFulfilled
.
It then proceeds to determine the winner and pay out. Railway then reconstructs the cumulative holder intervals from the exact snapshot file it wrote, finds the single interval that contains randomIndex
, and gets the winner address. The function is then called to payout Winner(snapshotId, winner)
.
The House will need to collect at least 0.05% of supply in taxes each 20 minute interval to allow the games to proceed.
🧩 What providers do we use?
Railway, Moralis, and Chainlink VRF.
💸 How and when do I receive winnings?
Dividend disbursements are automatically sent to the winner's wallet at the end of each 20-minute cycle. No claim action required.
⚖️ Is this legal in my country?
It is the user's responsibility to determine whether participation is permitted under local laws. If uncertain, please consult with legal counsel before participating.