Skip to main content
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

Users sign their own Solana transactions. The program cannot move a user’s funds without that user’s signature. See Wallet Interactions.
Market reserves live in program-derived vault accounts and pay out by fixed on-chain parimutuel formulas. See Contracts and Transaction Safety.
Every program instruction, its access rules, and the events it emits are documented in Contracts and verifiable in the source.
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

The following behaviors are not part of Microset. Each can be verified against the source code and on-chain data.
BehaviorStatus
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

FieldValue
ProjectMicroset
Websitehttps://microset.io
Support emailtech@microset.io
Security / abuse contacttech@microset.io