This is the security and transparency documentation for Microset. It explains
what the dApp does, how users interact with it, the on-chain program it uses,
and its security and privacy practices. It is written to be useful to end users
as well as wallet security teams, automated risk engines, and integration
partners.
What is Microset
Microset is a decentralized prediction market built on Solana using the Anchor framework. Users stake on the outcomes of real-world events (for example, cricket matches). It is parimutuel: all stakes for a market are pooled, and when the market resolves, everyone who picked the winning outcome shares the pool, minus a protocol fee.
Primary purpose: A non-custodial, on-chain parimutuel prediction market — stake on event outcomes and settle based on real-world results.Microset is non-custodial: users connect their own Solana wallet, and every on-chain action requires a transaction the user signs themselves. The program holds market reserves in program-derived vault accounts (PDAs) governed entirely by on-chain rules, not by an operator who can freely move user funds.
Market resolution. Microset does not decide outcomes itself. Markets are
resolved using trusted third-party data APIs (such as the Roanuz Sports API
for cricket) — when the official data source reports a final result, that result
drives on-chain resolution. See Program & Contracts.
Intended users
Users
Users who connect a Solana wallet to stake on event outcomes and claim
winnings.
Reviewers
Blockaid, Phantom, and other wallet/risk teams evaluating the dApp.
Technology
| Layer | Technology |
|---|---|
| Smart contract | Solana program (Rust) built with Anchor |
| Market model | Parimutuel — staked SOL pooled per market, paid to winners |
| Wallet / auth | Privy, Solana-only, external wallets |
| Frontend | Expo / React Native app (app.microset.io) |
| Backend | Node/Express API (testapi.microset.io), MongoDB |
| Resolution data | Sports data provider (Roanuz Sports API for cricket) |
On-chain program
| Field | Value |
|---|---|
| Program ID | B6nzqfZfxJ2UyAGD7ko3zSa2QLF8aWNjHqjkDqh1dzsC |
| Cluster | Solana devnet |
| Explorer | View on Solana Explorer |
app.microset.io) and backend both use this single program.
See Program & Contracts for the full technical reference.
Official links
| Resource | Link |
|---|---|
| App | https://app.microset.io |
| Website | https://microset.io |
| API | https://testapi.microset.io |
| Solana explorer (program) | https://explorer.solana.com/address/B6nzqfZfxJ2UyAGD7ko3zSa2QLF8aWNjHqjkDqh1dzsC?cluster=devnet |
| Support email | tech@microset.io |
| Security review | Internal security audits and vulnerability testing completed |