> ## Documentation Index
> Fetch the complete documentation index at: https://magicblock-42-dode-check-links.mintlify.site/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-example" iconType="duotone">
    ソースコードと実装を見る
  </Card>
</CardGroup>

***

<video autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/magicblock-42-dode-check-links/55-Nm4Mvt46obfoV/images/template_images/gachapon.mp4?fit=max&auto=format&n=55-Nm4Mvt46obfoV&q=85&s=688f111a0327d28c14de78339b59ad49" 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>
