Learn more about Chromia from our blog Here!

in progress

Chromia Mainnet Launch

When all of the necessary components are completed, tested, and audited, the Chromia mainnet will be launched. Mainnet operation will be continuously optimized and upgraded moving forward into the future.

in progress

Testnet Expansion Phase

The primary focus of 2023, this phase will build out the Chromia testnet and ecosystem in preparation for mainnet. Due to the unpredictable nature of software development, we have no set timeline for the completion of this phase. When the Testnet is fully functional, stable, and secure, an official mainnet launch date will be set and the countdown to mainnet launch will begin. For full details, check out this overview.

Done

Chromia Testnet Mark 2

The Mark2 Testnet establishes a single cluster network on a preliminary group of provider nodes and provides the ability to stake CHR tokens (ERC-20 or BEP-20) to register a dapp on the testnet. Initially, dapp features are limited. More advanced features will become available during the Testnet Expansion Phase.

in progress

FT4 Token Standard

Chromia’s “Flexible Token” (FT) standard supports all fungible and non fungible assets as well native CHR tokens. After collecting feedback from our internal team and ecosystem partners regarding FT3, work has begun on FT4. This new version will introduce Metamask compatibility and improve security by implementing built-in spending policies that allow more precise access delegation.

In progress

Hierarchical Anchoring

Chromia nodes are arranged in clusters which run blockchains. Hierarchical Anchoring allows the headers of all the blockchains within a cluster to be serialized and committed to an anchor chain, which can then itself be committed to a system level anchoring chain or further to an external blockchain such as Ethereum. This solution allows our anchoring to scale to an almost unlimited number of clusters.

Awaiting Integration

Hardened Bridge (H-Bridge)

The hardened bridge will be built on top of EIF and allow for the secure bridging of assets between the Chromia Network and Ethereum, as well as other EVM chains.

Awaiting integration

ICMF (Interchain Messaging Facility)

ICMF enables more direct cross-chain communication based on pub-sub architecture, facilitated by block producer nodes and validated on the blockchain level. The end result is robust communication between chains on the Chromia Network, which can take place in an automated fashion without relying on end users to initiate events and transactions.

Done

Directory Chain

The Directory Chain is responsible for coordination of the Chromia network as a whole. It stores all information needed to run the network, such as a list of providers and nodes, and configurations (code) of all blockchains on Chromia network. The ability to look up in the directory chain enables secure cross-chain interactions.

done

Ethereum Interoperability Framework (EIF)

The base set of L2 functionality in Chromia consists of a number of facilities including:

  • account state snapshots
  • event commitment
  • external chain event injection
  • Chromia data validation in EVM

done

Containerized resource management for dapps

Framework for resource management for dapps across provider nodes, enabling decentralized resource allocation.

done

Block hooks

This feature makes it possible for any Chromia blockchain to automatically perform an action at the beginning or end of any block.

While this may seem like a minor feature, the lack of it can create issues for dapp developers. For example, Maker CDPs can go bad if there is no mechanism to trigger liquidation, while on Chromia you can make it fully automatic and independent of outside actors.

done

Postchain synchronization system overhaul

Adding the possibility to sync a blockchain from any node which has a copy of it, and increasing the robustness of the synchronization subsystem. Previously it was only possible to sync from current block producers.

done

Explorer

The Chromia Explorer is a decentralized blockchain explorer, possibly the first of its kind in the world.

done

Vault

The Chromia Vault is our wallet software and dapp portal. It allows for token management and decentralized authentication to dapps running on other chains. It is itself a decentralized application.

done

Postchain managed mode

Managed mode allows a Postchain network to infer its own configuration (signers, validators, observers, pruning, historic configurations) from another blockchain. This abstracts the maintenance and updating of nodes from the node operator, allowing update operations to be safely coordinated in a decentralized way.

done

Postchain 3 release

Postchain 3 was the third major release of Postchain, the relational blockchain technology which underpins the Chromia platform. Postchain 3 featured a mature transaction scheme (GTX) with a full value serialisation model (GTV), and proof extractor.

done

Blockchain dependencies

Blockchain dependencies were a key milestone on the road to the hierarchically interconnected blockchain networks which support Chromia’s massive scale. Allowing one blockchain to pull data from another means not just greater efficiency, but also the ability to use decentralized governance to update configurations and parameters for dependent blockchains.

done

FT3 & SSO

Flexible Tokens is the Chromia token standard, supporting fungible and non-fungible tokens of arbitrary complexity, as well as implementing Chromia SSO, a decentralized authentication scheme which allows seamless login to dapps without exposing the root keypair.

done

Rell 0.7: the first Rell runtime with full interpreter

Rell continues to evolve with every passing day, but the first version with a fully implemented interpreter was a major milestone. That was when Rell became a full-fledged blockchain programming language.

done

Consensus system: EBFT

Our consensus method is based on PBFT, but is our own custom implementation from the ground up. It is robust and flexible, built for Chromia’s massive horizontal scale.