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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/tokenization",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Tokenization

> Deploy, manage, mint, and burn custom tokenized on-chain assets securely using the Fireblocks API

# What is Tokenization?

The Fireblocks asset tokenization platform is a secure and compliant way to digitalize assets and build blockchain-based applications. Our REST API provides powerful capabilities for automating tasks like creating, redeeming, managing, and issuing tokens, such as stablecoins or security tokens.

[Start developing on Fireblocks today](https://www.fireblocks.com/developer-sandbox-sign-up/?gl=1*19mlzew*_ga*MTY4ODc5Mjc3Ni\[%E2%80%A6]_ga_D39L1D2ZX2*MTY4Nzg2MTQwOS4xNi4xLjE2ODc4Njc3OTMuMjcuMC4w).

# Launch your tokenization project with Fireblocks API

You can use our Fireblocks API for tokenization in different ways:

* Tokenize any asset, including fiat currencies, securities, and other illiquid assets
* Mint new tokens
* Manage smart contracts and whitelisting approval
* Execute any smart contract function
* Secure custody of your tokens
* Trade your tokens on exchanges or through peer-to-peer (P2P) transactions
* Burn tokens that are no longer needed to manage the token supply
* Integrate with other DeFi applications

With the Fireblocks asset tokenization platform, you can use our API to automate minting and token issuance 24/7. You can also manage your daily token operations using our easy-to-use dashboard.

Learn about [our turnkey solution](https://www.fireblocks.com/platforms/tokenization/).

# Guides

## Raw Message Signing

Support more chains and actions. Generate ECDSA and EdDSA signatures to [sign any transaction type or message](/docs/raw-signing).

## Typed Message Signing

Allows you to [sign messages using specific standard formats](/docs/typed-message-signing-1) that prefix the message with a magic string. For ETH\_MESSAGE and EIP712 messages.

## Creating Vaults and Wallets

[Generate Fireblocks vault accounts and asset wallets](/docs/creating-vaults-and-wallets) at scale for both account-based and UTXO asset wallet types using the Fireblocks API and SDKs.

## Whitelisting External Wallets

Use API calls and endpoints that [whitelist external wallet addresses](/docs/whitelisting-external-wallets) so that you can send transactions from wallets that exist outside your Fireblocks Vault.

## Minting an NFT

[Mint and verify Non-Fungible Tokens (NFT)](/reference/mint-an-nft) for your NFT collection using the Fireblocks Hardhat Plugin or Web3 Provider.

## Ethereum Smart Contract Development

Smart contract development frameworks to [develop, test, and deploy smart contracts on EVM-based blockchains](/reference/hardhat-plugin) easily. Four different ways to deploy your contracts.

# Developer Community

Want to learn more from Fireblocks knowledge experts and other developers? [Join our developer community today](https://community.fireblocks.com/)!
