Table of Contents

Q-Assets (Native Tokens on the Qortal Chain)

While not extremely well-known (as the focus on assets for Qortal has not been typically a priority given the extensive additional functionality provided by the core network and primary protocols), Qortal has the ability to create NATIVE ASSETS on the chain.

Unlike the 'tokens' of EVM-chains, Qortal's assets are actually native assets, treated exactly the same way that QORT is. (In fact, QORT itself is simply asset ID #0!) See output from the Qortal API - https://api.qortal.org/assets/info?assetId=0 (if on a local node - http://localhost:12392/assets/info?assetId=0) :

{
  "assetId": 0,
  "owner": "QdSnUy6sUiEnaN87dWmE92g1uQjrvPgrWG",
  "name": "QORT",
  "description": "QORTAL coin",
  "quantity": 0,
  "isDivisible": true,
  "data": "{}",
  "isUnspendable": false,
  "creationGroupId": 0
}

QORT - Asset 0 - Created By Consensus

While yes, QORT itself is technically just an asset on the Qortal Chain, there is one key difference… QORT is created BY CONSENSUS.

While issuance of additional assets on Qortal can be accomplished by a single account simply issuing a certain ISSUE ASSET transaction, QORT is not created in this fashion. Instead, QORT is created by consensus, and was issued at Genesis with 0 QORT on the chain, and minted from there by the Qortal Community of MINTERS. (MINTING on Qortal is NOT the same as you may be used to on EVM chains either, read about that HERE it is a completely unique consensus model that rewards CONTRIBUTION OVER TIME. 1))

QORT is the 'primary asset' of the Qortal Chain, and it is utilized to 'power' the Qortal Network. All transactions that are not feeless, require QORT in order to be issued on the network. Publishing data to QDN via an 'ARBITRARY' transaction, issuing the necessary AT transactions to create a true cross-blockchain trade, and tipping your favorite Q-Tube content creator for their content, are a few examples.

Since QORT is an asset layer0 of its own native blockchain, QORT is considered a 'true coin'. Since QORT is also required to enact the major and legitimate DECENTRALIZED FUNCTIONALITY provided by the network, it is also considered a SERVICE COIN. For without QORT, none of the primary features of the network would be possible.

Now that we've cleared up any potential misunderstandings, let's continue gaining an understanding of Assets on Qortal.

Key Asset Details

As shown above, assets (including QORT) have a set of basic parameters that are given them upon their issuance. Unlike QORT, that was created at genesis, additional assets on the Qortal Chain are created by USERS. (At least with the current asset model that was part of the platform at Genesis and continues until the time of this writing in June of 2025.)

Let's break down the parameters for a better understanding:

(This page is being actively updated, more information will be published soon.)

1)
As opposed to someone simply issuing a command to the Ethereum network and magically creating more fake tokens kept track of by 'contracts'…