> ## 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="/ko/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    검증 가능한 랜덤성이 왜 중요한지 알아보세요
  </Card>

  <Card title="VRF 빠른 시작" icon="rocket" href="/ko/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    검증 가능한 랜덤성 시작하기
  </Card>

  <Card title="모범 사례" icon="shield-check" href="/ko/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>
