Thanks for the replies — including the blunt ones. Let me correct two factual errors, concede one fair criticism, and then answer the objection that actually matters.
1. The fee is 12%, fixed. Not 10–20%.the platform fee is 10-20%, which is crazy
If a range is displayed anywhere on the site or in the docs, that is my error in the copy and I am correcting it.
More importantly:
Gamblers take the risk, the platform takes the lion share
This assumes the fee comes off the
total pool and that winners then split what is left. That is not how it works, and I should have explained it clearly in the OP.
The fee applies only to the
losing pool. Winners get their own stake back, plus a proportional share of the losing pool after the fee.
Worked example — YES pool $650, NO pool $350. NO is the minority, so NO wins:
- Losing pool: $650
- Platform fee: 12% of $650 = $78
- Distributed to winners: $572
- A player who staked $35 (10% of the NO pool) receives $35 back + $57.20 = $92.20
So the effective take on total volume in that round is
7.8%, not 10–20% of everyone's money. Winners do not pay out of their own stake. If anyone finds a round where the payout does not match that formula, post it here and I will refund it publicly.
2. Russlenat and Questat are right that my framing was bad.Calling it a prediction market was the wrong word, and it created exactly the confusion they described. There is no correct answer to be right or wrong about. It is a
minority game — the same structure as the El Farol Bar problem. You are not predicting an external fact; you are predicting crowd behaviour.
I am rewriting the landing copy, because if experienced people here read it as "you win by being wrong," new users will too.
3. The manipulation objection — Zwei, Hispo and Alphakilo.This is the real one, and "trust me" is not an answer to it, so I won't try.
Zwei is correct that unlike a market settling on a public event, here the settlement data is generated inside my own system. Hispo is correct that there is currently no third-party source you can check the result against. Those are accurate criticisms of the platform as it stands today.
So the only thing worth offering is verifiability, not reassurance:
- Commit–reveal on votes. Each vote is submitted as a hash of (choice + nonce) and revealed only at round close. Nobody — including me — can read the tally while the round is open, so there is no window in which I could position against it.
- Public round log. Full per-round data published to a read-only endpoint after settlement: every pseudonymous wallet, its stake, its side, the tally, the fee taken, and every payout. Anyone can recompute the result independently.
- Operator wallets excluded and published. The fee wallet address goes public so its inflows can be checked against the published round logs.
- Per-round stake caps. Alphakilo's point. A cap on any single wallet's share of the pool is the correct defence and I am implementing it.
4. On the bot farms — Hispo, I am not going to pretend this is solved.A coordinated group controlling enough of the round volume can force which side ends up in the minority. That is a structural property of any minority game with open entry, not something I can wave away. Per-round stake caps and per-wallet limits raise the cost of that attack; they do not eliminate it. Anyone considering playing should factor that in.
5. On the trust flag.My earlier service was blockchain development, not scam recovery. I understand that saying so in this thread is worth nothing, so I am not going to argue it here — I am taking it to the Reputation board, which is the right place for it.
Until that is resolved and the verifiability work above is shipped and independently checkable, I would not expect anyone here to deposit, and I am not asking anyone to.
I posted for the game theory discussion and I got much better criticism than I expected. I will come back when the round log endpoint is live, so people can audit rounds without risking anything.