> For the complete documentation index, see [llms.txt](https://teos-docs.coreledger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teos-docs.coreledger.net/white-label-management-tool/user-guide/manage-asset-asset-details-asset-operations/create-units.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
