> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hedera.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tokenization on Hedera

## Overview

Tokens on Hedera represent digital assets that users can create, manage, and transfer through the Hedera Token Service (HTS). HTS supports both fungible tokens (e.g., stablecoins, loyalty points) and non-fungible tokens (NFTs) for collectibles, real-world assets (RWAs), and more. Built on Hedera’s high-performance hashgraph, tokens benefit from low, predictable fees, built-in compliance features, and cross-chain interoperability, making them ideal for enterprise and web3 applications.

## Tokenization Models

Hedera supports three tokenization approaches, allowing developers to choose the best fit for their use case:

<Columns cols={3}>
  <Card title="HTS Native" href="/learn/core-concepts/tokens/hts-overview" arrow img="https://mintcdn.com/hedera-0c6e0218/h9jV0CleNbqsy3H_/images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-4.png?fit=max&auto=format&n=h9jV0CleNbqsy3H_&q=85&s=1e9a9634ae5374d5f1598c7d6fa6cd1c" width="490" height="490" data-path="images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-4.png" />

  <Card title="ERC/EVM" href="/evm/hedera-services/hybrid/erc-compatibility" arrow img="https://mintcdn.com/hedera-0c6e0218/h9jV0CleNbqsy3H_/images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-5.png?fit=max&auto=format&n=h9jV0CleNbqsy3H_&q=85&s=8f25a592e40e19ba946a5a8bbeb53925" width="490" height="490" data-path="images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-5.png" />

  <Card title="Hybrid (HTS + EVM)" href="/evm/hedera-services/hybrid" arrow img="https://mintcdn.com/hedera-0c6e0218/h9jV0CleNbqsy3H_/images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-6.png?fit=max&auto=format&n=h9jV0CleNbqsy3H_&q=85&s=778d32aa9de18b87adf0de732d7d258b" width="490" height="490" data-path="images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-6.png" />
</Columns>

### Tokenization Quick Reference Summary

<table><thead><tr><th>Feature</th><th align="center">HTS Native Tokenization</th><th align="center">ERC/EVM Tokenization</th><th align="center">Hybrid Tokenization</th></tr></thead><tbody><tr><td><strong>Smart Contracts Required</strong></td><td align="center">No</td><td align="center">Yes</td><td align="center">Optional (HTS + EVM)</td></tr><tr><td><strong>Cost Efficiency</strong></td><td align="center">Low fees, fixed-cost transactions</td><td align="center">Higher gas fees</td><td align="center">Lower fees than full EVM, utilizes HTS efficiencies</td></tr><tr><td><strong>Compliance & Security</strong></td><td align="center">Built-in compliance tools (KYC, freeze, pause)</td><td align="center">No built-in compliance, requires smart contract logic</td><td align="center">HTS tokens act as ERC-20/ERC-721 (via HIP-218 & HIP-376)</td></tr><tr><td><strong>Flexibility</strong></td><td align="center">Limited customization</td><td align="center">Highly customizable with Solidity</td><td align="center">Combines benefits of both models</td></tr><tr><td><strong>Use Cases</strong></td><td align="center">Enterprise solutions, regulated assets, fast transactions</td><td align="center">DeFi, dApps, token standards (ERC-20, ERC-721, ERC-3643)</td><td align="center">Interoperability, scalable token solutions, cost-effective DeFi</td></tr></tbody></table>

***

### 1. Hedera Token Service (HTS) - Native Tokenization

HTS provides a high-performance, native tokenization framework that operates directly on Hedera’s core consensus layer. Unlike smart contract-based tokenization, HTS offers faster transactions and reduced costs by eliminating the need for Solidity smart contracts.

<Frame caption="Native Tokenization Key Features">
  <img src="https://mintcdn.com/hedera-0c6e0218/h9jV0CleNbqsy3H_/images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-1.png?fit=max&auto=format&n=h9jV0CleNbqsy3H_&q=85&s=a494286abf80af7835f45cce78a150fe" width="1384" height="524" data-path="images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-1.png" />
</Frame>

**Best for: Stablecoins, loyalty programs, micropayments, and enterprise solutions.**

<Card title="Hedera Token Service Hts Native Tokenization" href="/learn/core-concepts/tokens/hts-overview" />

***

### 2. ERC/EVM Tokenization (EVM-Compatible Standards)

This model allows developers to deploy standard ERC-20, ERC-721, and ERC-1155 tokens using smart contracts within Hedera’s EVM implementation environment. This model is ideal for EVM-based projects migrating to Hedera or developers who prefer Solidity-based token logic.

<Frame caption="ERC/EVM-Based Tokenization Key Features">
  <img src="https://mintcdn.com/hedera-0c6e0218/h9jV0CleNbqsy3H_/images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-2.png?fit=max&auto=format&n=h9jV0CleNbqsy3H_&q=85&s=bda28aa43d656aa633264edfb6d08761" width="1384" height="440" data-path="images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-2.png" />
</Frame>

**Best for DeFi protocols, NFT marketplaces, and EVM-native projects.**

<Card title="Erc Evm Tokenization Evm Compatible Standards" href="/evm/hedera-services/hybrid/erc-compatibility" />

***

### 3. Hybrid Tokenization – Combining HTS with EVM Smart Contracts

The hybrid model combines the speed and cost efficiency of HTS with the programmability of EVM smart contracts. Developers can perform basic token operations (minting, transfers, burning) using HTS while leveraging smart contracts for complex logic, such as governance, interoperability, and multi-signature transactions.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/h9jV0CleNbqsy3H_/images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-3.png?fit=max&auto=format&n=h9jV0CleNbqsy3H_&q=85&s=8387fa8b44c744130be7b3e41c989af8" width="1384" height="438" data-path="images/core-concepts/tokens/tokenization-on-hedera/tokenization-on-hedera-3.png" />
</Frame>

**Best for DeFi, security tokens, and asset tokenization requiring smart contract logic.**

#### **Key Features**

* **HTS handles core operations** – Minting, burning, and transfers at low cost
* **Smart contracts add flexibility** – Custom governance, multi-signature approvals
* **Balances cost & programmability** – Reduces gas fees while maintaining EVM flexibility
* **Interoperability-ready** – Works with existing EVM infrastructure

<Card title="Hybrid Hts + Evm Tokenization" href="/evm/hedera-services/hybrid" />

***

## Tokenomics & Fee Structure

Hedera's tokenization framework prioritizes low costs, predictability, and flexibility, making it ideal for developers and businesses issuing and managing digital assets at scale. The **fixed fee** model ensures that transaction fees remain low, stable, and predictable, as they are denominated in USD and paid in HBAR. The transaction fees are not impacted by network demand and congestion like other chains. This eliminates volatility and makes transaction costs easy to estimate.

#### Built-In Custom Fees

The Hedera Token Service (HTS) extends beyond standard transaction fees by offering a custom fee schedule that enables automated fee distribution for token transactions, revenue sharing, and royalty payments, all without requiring smart contracts. These fees are enforced programmatically at the token level, ensuring predictability, efficiency, and scalability. By integrating fixed network fees with customizable fee structures, Hedera provides a developer-friendly, cost-effective solution for managing digital assets at scale.

<Card title="Custom Fee Schedule" href="/learn/core-concepts/tokens/custom-fees" />

<iframe width="768" height="432" src="https://www.youtube.com/embed/YnEQ6ZmBG7A" title="Tokenization Unleashed: Exploring HTS, EVM, & Hybrid Models on Hedera | HederaCon 2025 | Tech Stage" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

***

## Additional Resources

* [**HTS x EVM - Part 1: How to Mint NFTs \[Tutorial\]**](/evm/tutorials/hedera/hts-evm/part1-mint-nfts)
* [**HTS x EVM - Part 2: KYC & Update \[Tutorial\]**](/evm/tutorials/hedera/hts-evm/part2-kyc-update)
* [**HTS x EVM - Part 3: How to Pause, Freeze, Wipe, and Delete NFTs \[Tutorial\]**](/evm/tutorials/hedera/hts-evm/part3-pause-freeze-wipe)
