> ## 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="リポジトリを見る" icon="github" href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/gachapon" iconType="duotone">
    ソースコードと実装を見る
  </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" />

## 概要

MagicBlock VRF で動くガチャポン形式のマシンを通じて Metaplex NFT をミントします。このテンプレートは検証可能なランダム性をリクエストして賞品結果を選び、対応する NFT をミントするため、各プルは予測不能で監査可能になり、ゲームやコレクティブルのドロップに適しています。

***

## 関連プロダクト

<CardGroup cols={2}>
  <Card title="Verifiable Randomness" icon="dice" href="/jp/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    検証可能なランダム性が重要な理由を学ぶ
  </Card>

  <Card title="VRF クイックスタート" icon="rocket" href="/jp/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    検証可能なランダム性を始める
  </Card>

  <Card title="ベストプラクティス" icon="shield-check" href="/jp/pages/verifiable-randomness-functions-vrfs/how-to-guide/best-practices" iconType="duotone">
    VRF 実装のベストプラクティスを学ぶ
  </Card>

  <Card title="Metaplex NFTs" icon="gem" href="https://www.metaplex.com/docs/nfts" iconType="duotone">
    Metaplex NFT の標準とツールを見る
  </Card>
</CardGroup>
