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

# Gachapon

<CardGroup cols={2}>
  <Card title="View Repository" icon="github" href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/gachapon" iconType="duotone">
    Explore the source code and implementation
  </Card>
</CardGroup>

***

<video autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/magicblock-42/T7BT3rRBbd4TCr_U/images/template_images/gachapon.mp4?fit=max&auto=format&n=T7BT3rRBbd4TCr_U&q=85&s=8f2bf86aa4489bf468c7b9d6b79f69fb" controls data-path="images/template_images/gachapon.mp4" />

## Overview

Mint Metaplex NFTs through a gachapon-style machine powered by MagicBlock VRF. This template requests verifiable randomness to select the prize outcome, then mints the matching NFT so each pull is unpredictable, auditable, and suitable for games or collectible drops.

***

## Related Products

<CardGroup cols={2}>
  <Card title="Verifiable Randomness" icon="dice" href="/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    Learn why verifiable randomness matters
  </Card>

  <Card title="VRF Quickstart" icon="rocket" href="/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    Get started with verifiable randomness
  </Card>

  <Card title="Best Practices" icon="shield-check" href="/pages/verifiable-randomness-functions-vrfs/how-to-guide/best-practices" iconType="duotone">
    Learn VRF implementation best practices
  </Card>

  <Card title="Metaplex NFTs" icon="gem" href="https://www.metaplex.com/docs/nfts" iconType="duotone">
    Explore Metaplex NFT standards and tooling
  </Card>
</CardGroup>
