> ## 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.

# Random Character Generator

<CardGroup cols={2}>
  <Card title="Demo" icon="play" href="https://mb-vrf.vercel.app/" iconType="duotone">
    Try the live application
  </Card>

  <Card title="View Repository" icon="github" href="https://github.com/magicblock-labs/starter-kits/tree/main/vrf-demo" iconType="duotone">
    Explore the source code and implementation
  </Card>

  <Card title="Blog Post" icon="newspaper" href="https://www.magicblock.xyz/blog/true-onchain-randomness" iconType="duotone">
    Learn more about verifiable randomness
  </Card>
</CardGroup>

***

<img src="https://mintcdn.com/magicblock-42/Pp-opuWd18lgBq2L/images/template_images/vrf.png?fit=max&auto=format&n=Pp-opuWd18lgBq2L&q=85&s=8e42b1b19c0b9623a6f418bf7753512f" alt="VRF Random Character Generator" width="1940" height="1208" data-path="images/template_images/vrf.png" />

## Overview

Generate unique characters using verifiable randomness on-chain. This demo showcases how to leverage VRFs (Verifiable Random Functions) to create provably fair and unpredictable character attributes for gaming and NFT applications.

***

## Related Products

<CardGroup cols={2}>
  <Card title="Verifiable Randomness" icon="stars" href="/pages/verifiable-randomness-functions-vrfs/introduction/why-verifiable-randomness-onchain" 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="Technical Details" icon="gear" href="/pages/verifiable-randomness-functions-vrfs/introduction/technical-details" iconType="duotone">
    Understand how VRF works under the hood
  </Card>
</CardGroup>
