> ## Documentation Index
> Fetch the complete documentation index at: https://docs.microset.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> What Microset is, and the context for this security review.

<Info>
  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.
</Info>

## What is Microset

Microset is a decentralized **prediction market** built on **Solana** using the
[Anchor](https://www.anchor-lang.com/) 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.

<Frame caption="The Microset app — real-time cricket predictions">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/arcane-93e4e22c/images/app-home.png" alt="Microset app home — real-time cricket prediction markets" />
</Frame>

> **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.

<Note>
  **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](/security/contracts).
</Note>

## Intended users

<CardGroup cols={2}>
  <Card title="Users" icon="users">
    Users who connect a Solana wallet to stake on event outcomes and claim
    winnings.
  </Card>

  <Card title="Reviewers" icon="shield-check">
    Blockaid, Phantom, and other wallet/risk teams evaluating the dApp.
  </Card>
</CardGroup>

## 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](https://www.privy.io/), 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](https://explorer.solana.com/address/B6nzqfZfxJ2UyAGD7ko3zSa2QLF8aWNjHqjkDqh1dzsC?cluster=devnet) |

The Microset web app (`app.microset.io`) and backend both use this single program.
See [Program & Contracts](/security/contracts) for the full technical reference.

## Official links

<Warning>
  Treat only the links below as official. Any other site, domain, or social
  account claiming to be Microset should be considered unaffiliated.
</Warning>

| Resource                  | Link                                                                                                                                                                                               |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| App                       | [https://app.microset.io](https://app.microset.io)                                                                                                                                                 |
| Website                   | [https://microset.io](https://microset.io)                                                                                                                                                         |
| API                       | [https://testapi.microset.io](https://testapi.microset.io)                                                                                                                                         |
| Solana explorer (program) | [https://explorer.solana.com/address/B6nzqfZfxJ2UyAGD7ko3zSa2QLF8aWNjHqjkDqh1dzsC?cluster=devnet](https://explorer.solana.com/address/B6nzqfZfxJ2UyAGD7ko3zSa2QLF8aWNjHqjkDqh1dzsC?cluster=devnet) |
| Support email             | [tech@microset.io](mailto:tech@microset.io)                                                                                                                                                        |
| Security review           | Internal security audits and vulnerability testing completed                                                                                                                                       |
