This page is the fastest way to understand Microset’s behavior and risk
posture. Each claim links to a more detailed page elsewhere in this
documentation, and can be independently verified against the source code and
on-chain data.
At a glance
Microset is a non-custodial Solana prediction market. Users connect their own Solana wallet, and every on-chain action — placing a prediction or claiming winnings — requires a transaction the user explicitly signs. Stakes are held in program-controlled vault PDAs and paid out only according to on-chain rules.Why Microset is safe to use
Non-custodial by design
Non-custodial by design
Users sign their own Solana transactions. The program cannot move a user’s
funds without that user’s signature. See Wallet Interactions.
Transparent, rule-based settlement
Transparent, rule-based settlement
Market reserves live in program-derived vault accounts and pay out by fixed
on-chain parimutuel formulas. See Contracts
and Transaction Safety.
Reviewable, open instructions
Reviewable, open instructions
Every program instruction, its access rules, and the events it emits are
documented in Contracts and verifiable in the source.
Independent, data-driven resolution
Independent, data-driven resolution
Outcomes are not set by Microset. Markets are resolved using trusted
third-party data APIs (such as the Roanuz Sports API), tying settlement to
real-world results.
What Microset does NOT do
| Behavior | Status |
|---|---|
| Request seed phrase or private keys | ❌ Never |
| Execute hidden or background transfers | ❌ Never — funds move only via signed instructions |
| Use deceptive or blind signature requests | ❌ Never — sign-in message and transactions are explicit |
| Take custody of user funds off-chain | ❌ Never (non-custodial; reserves held in on-chain PDAs) |
| Use Ethereum / EVM contracts | ❌ Solana-only |
Security checklist
- No seed phrase / private key requests — Confirmed by design
- No hidden transfers — Confirmed: funds move only through documented instructions
- No blind/deceptive signatures — Confirmed by design
- All actions user-initiated and user-signed — Confirmed by design
Contact details
| Field | Value |
|---|---|
| Project | Microset |
| Website | https://microset.io |
| Support email | tech@microset.io |
| Security / abuse contact | tech@microset.io |