Skip to main content

Chromia protocols

Chromia offers a set of protocols that help manage accounts, tokens, and communication between blockchains on the network. These protocols work together to create a robust and versatile foundation for your digital assets:

  • FT4 (Flexible Tokens, version 4): The backbone of account and token management in Chromia.
  • Originals: Chromia's feature-rich protocol for minting composable and mutable NFTs.
  • ICMF (Interchain Messaging Facility): Allows message broadcasting and subscription across different blockchains.
  • ICCF (Interchain Confirmation Facility): Allows a dapp, with its blockchain, to verify that a transaction has been confirmed on a different blockchain.

Let's look at each of these in more detail.

FT4 protocol

The FT4 protocol governs account creation and management, token registration, ownership, and transfers. It supports both fungible tokens and simple non-fungible tokens. One of its significant features is cross-chain transfer capability, which allows the movement of tokens across dapps and blockchains on the Chromia network.

Asset and account management

FT4 ensures secure asset (token) registration and account management. Users can register assets with unique identifiers and properties, enabling precise control over digital assets. The protocol also facilitates comprehensive account management, linking accounts to specific assets and managing user sign-up through a flexible authentication server.

FT4 user accounts can be identified with EVM account addresses, meaning that dapp developers can allow users to authenticate using an existing EVM wallet, such as MetaMask. Alternatively, Chromia provides a native wallet solution, the Chromia Vault.

Secure transfers and cross-chain capabilities

Asset transfers in FT4 are streamlined and secure. The protocol offers tools for minting, verifying, and transferring assets. Assets can be transferred between accounts on the same blockchain, or across blockchains on the Chromia network. They can also be bridged to and from EVM chains external to the Chromia network using Chromia's bridging framework.

For more detailed information, visit the Chromia FT4 documentation.

Originals protocol

The FT4 protocol allows you to register both fungible and non-fungible token assets, but the data you can associate with a pure FT4 NFT is limited. This is where the Originals protocol comes in. Originals builds on top of FT4 and allows you to register and mint NFTs with extensive metadata, mutability, and composability.

NFTs are unique digital assets widely used for digital art and collectibles. Ethereum's ERC-721 and ERC-1155 are the prevailing standards for NFTs. Still, they have limitations, such as high on-chain data storage costs and reliance on centralized services for hosting metadata and images.

Chromia offers a solution by enabling more extensive metadata and on-chain storage of NFT files. While FT4 manages ownership of tokens, Originals defines the characteristics of those tokens. Originals NFTs can be compared to classes in object-oriented programming; they can have multiple data properties, own other Original NFTs, and have methods that allow them to change over time in a secure and structured way. Everything associated with an Original (including images and other files) is stored on-chain. This ensures complete decentralization, making NFTs on Chromia self-reliant.

Cross-chain communication protocols

Finally, Chromia has two protocols for seamless cross-chain communication, namely Interchain Messaging Facility (ICMF) and Interchain Confirmation Facility (ICCF). ICMF enables message broadcasting and subscription across different blockchains, while ICCF provides the necessary proof construction and verification, enhancing the interoperability and functionality of the Chromia network.

By combining these robust protocols – FT4 for token management, Originals for asset description, and the cross-chain communication tools – Chromia has created a comprehensive and versatile foundation for secure digital ownership and interaction.

Next up

Next, we'll look at the Chromia token bridge and explore its inner workings, including the EIF Rell module, Originals NFT protocol, FT4 protocol, and the unique pegged bridge system.