> ## 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="/cn/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    了解为什么可验证随机性很重要
  </Card>

  <Card title="VRF 快速开始" icon="rocket" href="/cn/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    开始使用可验证随机性
  </Card>

  <Card title="最佳实践" icon="shield-check" href="/cn/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>
