> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NFT Studio

> NFT Studio is a free, open-source toolkit for creating, analyzing, and managing NFTs on the Hedera Network with verifiers, validators, and analytics tools.

## Introduction to NFT Studio

NFT Studio is a free, open-source toolkit that makes it easier to create and manage NFTs on the Hedera network. Whether you’re creating, checking, analyzing, or organizing NFTs, NFT Studio offers a set of tools to help you through every step of the process. The Hedera network ensures that NFTs are secure, can scale as needed, and are cost-effective, making it a great choice for developers and creators at any point in their NFT projects.

<Columns cols={3}>
  <Card title="Try NFT Studio" href="https://nft-studio.hashgraph.com/" arrow>
    Open the live demo and experiment with every tool directly.
  </Card>

  <Card title="Hedera NFT SDK" href="https://github.com/hashgraph/hedera-nft-sdk" arrow>
    The open-source TypeScript SDK behind every tool in the studio.
  </Card>

  <Card title="Video Demos" href="https://youtube.com/playlist?list=PLry5QWQDs-uJm_nzdO8S5RzdsFNeMtioA&si=H3Xdllhlnw9mN-M-" arrow>
    Walkthroughs and tutorials covering each NFT Studio tool.
  </Card>
</Columns>

***

## How NFT Studio Works

NFT Studio operates through a powerful [TypeScript SDK](https://github.com/hashgraph/hedera-nft-sdk) that provides programmatic access to various tools for managing NFTs. It’s designed to support developers across every stage of the NFT lifecycle with specialized key features:

* Mint NFTs and validate metadata for [HIP-412](https://hips.hedera.com/hip/hip-412) compliance.
* Calculate rarity, assess risk, and ensure NFT security.
* Compile token holder lists, verify airdrops, and manage your community.

<iframe width="560" height="315" src="https://www.youtube.com/embed/bSieqIRfyl8?si=GnWW-PYp5YOsgFwG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

***

## Overview of the NFT Studio Tools

NFT Studio's tools are designed to enhance every aspect of your NFT creation and management.

<Columns cols={3}>
  <Card title="Airdrop List Verifier" img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/2Gnw1XaWYBffjdbe/images/open-source-solutions/nft-studio/airdrop-list-verifier/airdrop-list-verifier-2.png?fit=max&auto=format&n=2Gnw1XaWYBffjdbe&q=85&s=0d10be7a603d519d92f130462d303a29" href="/solutions/tokenization/nft-studio/airdrop-verifier" arrow width="750" height="750" data-path="images/open-source-solutions/nft-studio/airdrop-list-verifier/airdrop-list-verifier-2.png">
    Check which accounts are eligible to receive a specified token through an airdrop.
    [Open Tool](https://nft-studio.hashgraph.com/airdrop-list-verifier/) · [View Source](https://github.com/hedera-dev/airdrop-verifier)
  </Card>

  <Card title="Metadata Validator" img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/2Gnw1XaWYBffjdbe/images/open-source-solutions/nft-studio/metadata-validator/metadata-validator-6.png?fit=max&auto=format&n=2Gnw1XaWYBffjdbe&q=85&s=f6c78ed3d262a1cb42deff13177c8a14" href="/solutions/tokenization/nft-studio/metadata-validator" arrow width="490" height="490" data-path="images/open-source-solutions/nft-studio/metadata-validator/metadata-validator-6.png">
    Validate NFT metadata against [HIP-412](https://hips.hedera.com/hip/hip-412) standards.
    [Open Tool](https://nft-studio.hashgraph.com/metadata-validator/) · [View Source](https://github.com/hedera-dev/metadata-validator)
  </Card>

  <Card title="NFT Rarity Inspector" img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/2Gnw1XaWYBffjdbe/images/open-source-solutions/nft-studio/nft-studio-3.png?fit=max&auto=format&n=2Gnw1XaWYBffjdbe&q=85&s=28fc0982ef30b5743cf421f68d22321c" href="/solutions/tokenization/nft-studio/rarity-inspector" arrow width="490" height="490" data-path="images/open-source-solutions/nft-studio/nft-studio-3.png">
    Analyze unique traits within NFT collections to generate rarity scores and insights.
    [Open Tool](https://nft-studio.hashgraph.com/nft-rarity-inspector/) · [View Source](https://github.com/hedera-dev/rarity-inspector)
  </Card>

  <Card title="Token Holders List Builder" img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/aza5bebLv1xevuM1/images/open-source-solutions/nft-studio/nft-token-holders-list-builder/nft-token-holders-list-builder-7.png?fit=max&auto=format&n=aza5bebLv1xevuM1&q=85&s=6d70bb9d5382c8fac4d8ae95814ff68b" href="/solutions/tokenization/nft-studio/token-holders-list" arrow width="750" height="750" data-path="images/open-source-solutions/nft-studio/nft-token-holders-list-builder/nft-token-holders-list-builder-7.png">
    Compile account lists by token holdings and ownership duration.
    [Open Tool](https://nft-studio.hashgraph.com/token-holders-list-builder/) · [View Source](https://github.com/hedera-dev/token-holders-list-builder)
  </Card>

  <Card title="NFT Risk Calculator" img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/2Gnw1XaWYBffjdbe/images/open-source-solutions/nft-studio/nft-risk-calculator/nft-risk-calculator-6.png?fit=max&auto=format&n=2Gnw1XaWYBffjdbe&q=85&s=2444df87b5b1caa591a224b0886bc379" href="/solutions/tokenization/nft-studio/risk-calculator" arrow width="750" height="750" data-path="images/open-source-solutions/nft-studio/nft-risk-calculator/nft-risk-calculator-6.png">
    Evaluate token risk on the Hedera network based on properties like Admin Key and KYC Key.
    [Open Tool](https://nft-studio.hashgraph.com/nft-risk-calculator/) · [View Source](https://github.com/hedera-dev/risk-calculator-for-hedera-tokens)
  </Card>

  <Card title="Token Balance Snapshot" img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/aza5bebLv1xevuM1/images/open-source-solutions/nft-studio/token-balance-snapshot/token-balance-snapshot-4.png?fit=max&auto=format&n=aza5bebLv1xevuM1&q=85&s=2f11047138675ce14a86acd07cfbb315" href="/solutions/tokenization/nft-studio/balance-snapshot" arrow width="500" height="500" data-path="images/open-source-solutions/nft-studio/token-balance-snapshot/token-balance-snapshot-4.png">
    Capture and filter token distribution snapshots for holders.
    [Open Tool](https://nft-studio.hashgraph.com/snapshot-tool/) · [View Source](https://github.com/hedera-dev/balance-snapshot)
  </Card>
</Columns>
