# Create units

When the asset was successfully created, the next step is to emit units of it or to tokenize it.

{% hint style="info" %}
Please, note if the asset units were not created, it can’t be sold, bought or traded in the WLM. Tokenizing an asset means, to split the asset into fractions. That's how the asset gets its representation in the digital world.&#x20;

In TEOS these fractions are called sparks and can be bought, sold and traded securely on the blockchain.
{% endhint %}

For the purpose of tokenizing an asset in the WLM, go to the asset overview in the web app by clicking on “Assets” on the left menu bar. You can find all created assets in the “Issued” view.

{% hint style="info" %}
Please, note that only the issuer can create units of the asset. So, please, check that Current wallet = issuer of the asset.&#x20;

The issuer can do it at any point of time if the asset is not of NFT type.
{% endhint %}

Click on the asset you want to tokenize. The detail overview of the asset opens. At the right side of the page, you can find the function “Create Units”.

![](/files/NghDn5rT71VeduueePbT)

A new form opens. You can now define how many units you want to create. You can type in the amount either in natural units or in sparks. See more about the difference [Create asset](/white-label-management-tool/user-guide/create-asset.md#units-of-measure)

![](/files/IOu0AahPMujzBOxXWI7x)

Insert the amount you want to create in the field “Create” and confirm with “Create”. This action needs your signature. Sign the transaction with the TX.Mobile app [Sign and check executed transactions](/white-label-management-tool/user-guide/sign-and-check-executed-transactions.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://teos-docs.coreledger.net/white-label-management-tool/user-guide/manage-asset-asset-details-asset-operations/create-units.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
