# Introduction To Digital Assets

Digital Assets represent anything that can be saved or tagged on the blockchain supported with a traceable and **unique** identifier. This in practice translates to many use-cases that can be seen in different industries (identity management, supply chain,  digital trading cards and collectibles, loyalty cards and fan tokens, proof of completion/ownership and many more).&#x20;

Non-Fungible Tokens (NFTs) enable new types of collectible digital assets and a new infrastructure for blockchain-based unique items. **Non-Fungible tokens allow anyone to digitalize ownership of any arbitrary data**, while drastically increasing the design space and usability aspects of blockchain solutions \[[1](https://education.district0x.io/general-topics/understanding-ethereum/erc-721-tokens/)]. The biggest differentiator of Non-Fungible tokens versus "regular" tokens is that each one is tied to a different identifier, **making each token unique to its owner**.\
\
To support different industries and their use-cases we have developed a set of NFT-Core plugins and applications that enable us to quickly adapt and scale in related industry verticals.&#x20;

![Protokol plugins that enable NFT Functionality](https://1710125006-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M5_sCsXzWPdZcDzdm5q%2F-M9Hr0L0YOFXi_A54MVH%2F-M9Ht4T9jZfuTwUWg6BB%2FNFT-PROTOKOL.png?alt=media\&token=f876e6c6-abef-48f7-8f39-54c4be4bc938)

{% hint style="success" %}
All of the mentioned functionalities and content is licensed under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
{% endhint %}

### Why Use Blockchain Together With Digital Asset (NFTs) Management?&#x20;

* Digital Assets (NFTs) enable the creation of rare & unique items that can’t be destroyed, replicated or forged&#x20;
* NFTs can be tracked on the blockchain, providing an immutable history of the assets&#x20;
* NFTs cannot deteriorate over time. So when utilized in applications such as digital collectibles they do not deteriorate like their physical counterpart
* Peer-to-peer, secure trading enabled by blockchain technology&#x20;
* NFTs can be sold, and traded / exchanged back into Fiat

## Overview Of Digital Asset Management Process&#x20;

We developed a set of ARK Core plugins and SKDs that fully support Digital Asset management process,  from the creation and ownership to the interaction and trading part of digital assets. The diagram below shows the actors and top-level processes associated with Digital Asset management functionalities.

![Digital Asset Management Process Overview](https://1710125006-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M5_sCsXzWPdZcDzdm5q%2F-MA_E_VDk9HFC3jbk2TU%2F-MA_EdVVPqP5OWY8o_KH%2FNFT\(5\).svg?alt=media\&token=5da3b5bf-889a-4cc3-a547-33f62e82a28a)

## Next Steps

Learn how to create and trade digital assets here:

{% content-ref url="tutorials/crypto-examples" %}
[crypto-examples](https://docs.protokol.com/developers/tutorials/crypto-examples)
{% endcontent-ref %}

{% content-ref url="tutorials/how-to-trade-digital-assets" %}
[how-to-trade-digital-assets](https://docs.protokol.com/developers/tutorials/how-to-trade-digital-assets)
{% endcontent-ref %}


---

# 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://docs.protokol.com/developers/master.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.
