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

# Microset

> A non-custodial prediction market on Solana — security and transparency documentation.

<div className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title="Start here" icon="shield-check" href="/security/introduction">
      What Microset is, the on-chain program, and official links.
    </Card>

    <Card title="Security overview" icon="list-checks" href="/security/review-summary">
      A concise summary of Microset's behavior and risk posture for reviewers.
    </Card>

    <Card title="Program & contracts" icon="file-code" href="/security/contracts">
      Program IDs, instructions, access control, custody, and events.
    </Card>

    <Card title="User flow" icon="wallet" href="/security/user-flow">
      Exactly what a user connects, signs, and receives.
    </Card>
  </div>
</div>
