Blockchain
Our tokenization solution is developed to run on the below blockchains:
Blockchain | Nexus internal code |
---|---|
Algorand | ALGO |
Stellar | XLM |
Ethereum | ETH |
Polygon | POL |
Ecosystems
Nexus supports two types of ecosystems:
- Closed loop ecosystem: The token can only be held by whitelisted consumers, service providers and devices through strict access control, reducing regulatory burden for service providers. This is accomplished by enabling the Authorization Required token setting when creating the token.
- Open ecosystem: The token can be held by any account on the blockchain. For stablecoins, the token is offered as a digital alternative to traditional money that is more efficient, secure, and accessible. Possible applications range from cross-border payments to trading liquidity and decentralized finance (DeFi) solutions.
Which Blockchain should you use
We generally recommend the Algorand blockchain, particularly for closed ecosystems. However, the choice of blockchain is yours, and multiple blockchains can be used simultaneously. Below are some important considerations:
Algorand | Stellar | Ethereum | Polygon | |
---|---|---|---|---|
Minting | Fixed | Unlimited | Unlimited | Unlimited |
Grouped payments | 16 | 100 | 1 | 1 |
Consensus protocol | Proof-of-Stake (PoS) | Stellar Consensus Protocol (SCP) | Proof-of-Stake (PoS) | Proof-of-Stake (PoS) |
Cost-efficient | Fixed trx cost 0.001 ALGO | Min trx fee 0.00001 XLM | Depends on network congestion | Depends on network congestion |
Settlement time | ~3.3 seconds | ~5 seconds | ~3 minutes | ~3 minutes |
For unlimited token minting, use Stellar, Ethereum, or Polygon. Algorand requires a fixed supply defined at the time of creation, which cannot be modified later.
To group more than 15 payments atomically, use Stellar, which supports up to 100 operations per transaction. Algorand has a limit of 16 (one used for fees), while Ethereum and Polygon support only single payments.
Algorand, Ethereum, and Polygon use Proof-of-Stake (PoS) consensus, offering significantly greater energy efficiency than Proof-of-Work systems like Bitcoin. Stellar uses the Stellar Consensus Protocol (SCP), which is also energy-efficient. Among all blockchains supported in Nexus, Algorand is generally regarded as the most energy-efficient.
Algorand and Stellar are both cost-effective for transactions and account creation fees. Algorand charges a fixed fee of 0.001 ALGO per transaction and account creation, offering predictable costs, even during network congestion. Stellar's fees start at 0.000001 XLM per operation, plus the number of operations times the base fee of 0.000001 XLM. Stellar requires 1 XLM minimum balance for account creation. Both Algorand and Stellar are significantly more cost-efficient than Ethereum and Polygon, which can incur higher fees, especially under network load.
Algorand offers the fastest settlement, with a settlement time of about 3.3 seconds compared to Stellar's average of 5 seconds. While both provide near-instant finality, Ethereum and Polygon transactions usually takes around 3 minutes to be fully settled.
This guidance is primarily based on Nexus-specific requirements and technical features, not broader factors like user base or market adoption.
NOTE
The implementations of the various blockchains within Nexus sometimes differ in features provided. This is either due to the blockchain unable to support such functionality or a deliberate choice for the Nexus system to not support it (for now).
For example, there is no support for MANAGED accounts for Ethereum and Polygon, this limits customer-to-customer payments executed through Nexus and other features that require the use of managed accounts.
Order book support is only available through Stellar due to it's native support.
In general the Algorand and Stellar implementation have the most complete feature set available
Fee payers
The token operations you will carry out on behalf of your customers imply the payment of a fee on a blockchain to confirm the operation. The crypto of this blockchain, also called the native asset of the blockchain, is needed to pay the transaction fees.
Fee payers are setup by us when setting up your environment to automatically pay these fees with each operation to remove complexity.
The fee payers and their statuses and remaining crypto balances can be viewed in the portal. Their balances are monitored and the configured emails in the operational alert mail field are alerted if the fee payers' balances are low or empty.
Types of blockchain
Two main types of blockchain are currently available on the market, namely public and private ones.
Nexus allows to be connected with public blockchains, where the main crypto-currencies are exchanged (e.g. Bitcoin, Ethereum and others). These are distributed and decentralized, meaning that no single entity has control over it but the truth of the operations happening on it are in function of the agreement of the nodes in the network. These blockchains are often called permissionless, because there is no need to know the real identity of an user to execute transactions.
Private blockchains (often called permissioned) are fundamentally different from the public ones, because they rely on the verification of the identity of an user in order to assign specific grants and permissions on a platform. These blockchains are usually designed and used internally by a private company, for instance to manage the movement of value internally. Nexus is not built to support private blockchains, but Quasar (another Quantoz product) is specifically designed for this use case.