What Is Nexa (NEXA)? NexaPoW, UTXO Scaling & Tailstorm Explained

Nexa is a Proof-of-Work Layer 1 built for scalable payments, native tokens and smart contracts. Explore NexaPoW, its UTXO architecture, 21 trillion NEXA supply and the upcoming Tailstorm protocol.

What Is Nexa (NEXA)? NexaPoW, UTXO Scaling & Tailstorm Explained

Nexa takes a recognisable idea — a Proof-of-Work UTXO blockchain — and asks how far that architecture can be pushed without abandoning it.

Launched in June 2022 by the team behind Bitcoin Unlimited, Nexa combines Proof of Work, a Bitcoin-derived UTXO model, native tokens, programmable scripts and an approach to scaling that aims to keep significant activity on the base layer.

Its native cryptocurrency is NEXA.

The network also uses a distinctive mining system called NexaPoW and is preparing for one of its most significant protocol changes yet: Tailstorm, an upcoming architecture that combines traditional blockchain summary blocks with a directed acyclic graph of smaller Proof-of-Work subblocks.

That gives Nexa an unusual position among modern Layer 1 networks.

It inherits a substantial amount of its design philosophy from Bitcoin while experimenting with native assets, smart contracts, dynamic scaling and new approaches to Proof-of-Work block production.

For the network specifications, official resources and reviewed links, see the Nexa (NEXA) project profile on Chainquiry.

What Is Nexa (NEXA)?#

Nexa is an open-source Proof-of-Work Layer 1 blockchain designed around peer-to-peer digital transactions, programmable financial applications and large-scale on-chain processing.

The public network launched on 21 June 2022.

Nexa uses a UTXO-based transaction model descended from the Bitcoin family of protocols. Its own technical documentation describes the consensus protocol as a modification of Bitcoin Cash, which itself originated from Bitcoin.

That ancestry is important, but Nexa is not simply another Bitcoin fork.

Its developers have changed significant parts of the architecture to support features including:

  • Native fungible tokens
  • Non-fungible tokens
  • Expanded scripting and smart contracts
  • Dynamic block sizing
  • NexaPoW mining
  • High levels of parallel transaction processing
  • Future Tailstorm subblocks

Nexa is developed primarily by Bitcoin Unlimited, an organization whose history predates the Nexa blockchain itself.

The broader objective is to create a Proof-of-Work financial network that can retain the UTXO model while supporting applications and transaction volumes that would normally be associated with more programmable Layer 1 platforms.

When Did Nexa Launch?#

Nexa’s genesis block was mined on 21 June 2022 at approximately 12:00 UTC.

The project describes the launch as a fair launch.

According to Nexa’s published launch documentation, there was no premine allocated to Bitcoin Unlimited, the developers or the blockchain’s creator, and there was no developer coinbase tax.

The source code was publicly released shortly after genesis so participants could compile a node and begin mining.

This distribution model means newly issued NEXA entered circulation through Proof-of-Work mining rather than an ICO or conventional token allocation.

That does not mean every participant necessarily had equal hardware, information or economic opportunity. A fair-launch mechanism describes how the coins were initially issued; it does not by itself establish how ownership is distributed today.

What Is NEXA?#

NEXA is the native cryptocurrency of the Nexa blockchain.

It is used for transferring value, transaction fees and mining rewards.

The protocol documentation identifies NEXA as the preferred ticker, although NEX can be used where a system requires a three-character ticker.

NEXA also exists as a native part of the network rather than as a token deployed through another blockchain.

Nexa has a maximum supply of:

21,000,000,000,000 NEXA

That is 21 trillion coins.

The number is much larger than Bitcoin’s 21 million BTC limit, but the nominal number of units alone does not determine scarcity or value.

What matters for monetary policy is the relationship between maximum supply, divisibility, current issuance and the rate at which new coins enter circulation.

How Nexa’s Supply Schedule Works#

Nexa’s monetary schedule deliberately takes inspiration from Bitcoin.

New NEXA is distributed to miners through block rewards, and the maximum issuance is capped at 21 trillion NEXA.

The block reward is designed to halve approximately every four years.

Because issuance is defined through blocks rather than a fixed calendar date, the precise date of a future halving can move depending on actual block production.

The broader model therefore resembles Bitcoin’s declining Proof-of-Work issuance while operating with a much larger number of nominal NEXA units.

Nexa estimates that the full issuance process extends for roughly 140 years.

How Does Nexa Work?#

Nexa uses the UTXO, or Unspent Transaction Output, accounting model.

Instead of recording a single continuously changing balance for each account, the network tracks individual spendable outputs created by previous transactions.

A new transaction consumes existing outputs and creates new ones.

This general model will be familiar to anyone who has studied Bitcoin, DigiByte or other UTXO-based networks.

Nexa extends the model with additional primitives and scripting functionality intended to make more complex financial applications possible.

The architecture also lends itself to parallel processing.

Transactions that do not depend on the same state can potentially be validated independently rather than forcing every operation through one shared global execution state.

That design philosophy is substantially different from the account-and-global-state model commonly associated with platforms such as Ethereum.

Neither approach automatically guarantees superior scalability.

Actual network capacity depends on software implementation, hardware, bandwidth, consensus rules, workload and the requirements imposed on nodes.

What Is NexaPoW?#

Nexa is secured through Proof of Work.

Its mining system is known as NexaPoW.

Traditional Proof-of-Work algorithms generally make miners repeatedly perform a computational operation until one miner produces a result satisfying the current network difficulty target.

Nexa follows the same broad principle but uses a different computational design.

The Nexa protocol documentation describes the current Proof-of-Work process as combining SHA-256 hashing with elliptic-curve operations.

At genesis, NexaPoW incorporated Schnorr signature generation into the mining process.

That choice is connected to a broader idea behind NexaPoW.

Rather than trying to make specialized mining hardware impossible, the design explores whether the economic incentive to build mining hardware can eventually encourage development of hardware that is also useful for accelerating blockchain validation.

Signature verification and UTXO processing are computational tasks that can become important when transaction volumes increase.

NexaPoW therefore approaches the ASIC question differently from cryptocurrencies designed primarily around ASIC resistance.

Is Nexa ASIC Resistant?#

Not in the conventional sense.

Nexa’s design documentation explicitly questions the assumption that specialized mining hardware is inherently undesirable.

ASICs can make Proof-of-Work calculations dramatically more efficient than general-purpose hardware.

Some cryptocurrencies deliberately design algorithms that attempt to reduce that advantage.

Nexa instead explores whether specialized hardware development can be directed toward calculations that may also benefit blockchain validation.

That should not be interpreted as meaning every Nexa mining device automatically improves node performance.

The current mining algorithm and the longer-term hardware-acceleration strategy are related but distinct areas of development.

Mining hardware can also become concentrated among a relatively small number of manufacturers or operators, so hardware specialization creates economic considerations in addition to technical ones.

What Are Nexa Smart Contracts?#

Nexa supports programmable spending rules and smart-contract functionality while retaining its UTXO architecture.

This is not the same execution model used by Ethereum.

Ethereum uses the Ethereum Virtual Machine and maintains a global state that smart contracts can modify.

Nexa instead builds its programmable functionality around an expanded Bitcoin-style scripting environment and UTXOs.

NexScript tooling has been developed to make these capabilities more accessible to developers.

Nexa’s core repository describes its scripting system as more advanced than traditional Bitcoin scripting while deliberately not functioning as a fully general Turing-complete execution environment.

This design can allow independent transactions and contracts to be processed in parallel when they do not depend on the same outputs.

That is one reason Nexa’s UTXO model matters beyond simple payments.

It influences how applications are structured and how validation can scale.

Native Tokens on Nexa#

Another notable Nexa feature is native tokenization.

On many smart-contract platforms, a fungible token is implemented using a smart contract.

ERC-20 assets on Ethereum are a familiar example.

Nexa takes another approach.

Its group-token system makes token functionality part of the blockchain’s native transaction rules.

That means token information can exist directly inside Nexa’s UTXO structure and be validated by the network without every token needing its own ERC-20-style smart contract.

The protocol supports both fungible and non-fungible assets.

Smart contracts can still be used when an application requires additional logic, but basic token creation and transfer do not depend on deploying an independent token contract.

This distinction matters because “supports tokens” and “runs token smart contracts” are not always the same architectural choice.

How Nexa Approaches Layer 1 Scaling#

Nexa’s broader design philosophy emphasizes scaling the base blockchain.

The project website currently advertises capacity above 60,000 transactions per second.

That figure should be understood as a project-reported capacity claim rather than assuming every production workload will continuously achieve the same throughput.

Real-world blockchain throughput depends on factors including transaction complexity, node hardware, bandwidth, block configuration and network conditions.

More important than any single TPS figure is how Nexa attempts to reach higher capacity.

Its approach includes:

  • UTXO-based parallel validation
  • Larger and dynamically adjusted blocks
  • Efficient native token primitives
  • Expanded scripting
  • Software optimization
  • Hardware-acceleration research
  • Tailstorm

These components target different bottlenecks.

Increasing block capacity, for example, does not automatically increase the speed at which signatures can be verified.

Improving signature verification does not remove bandwidth limitations.

Large-scale blockchain performance therefore depends on the complete validation pipeline rather than one headline number.

What Is Tailstorm?#

Tailstorm is one of the most significant upcoming changes to Nexa.

Importantly, Tailstorm is not yet active on Nexa mainnet as of this article’s review date in September 2026.

It is being prepared for Nexa’s second major hard fork.

Under the Tailstorm design, Nexa continues to have conventional summary blocks, preserving a traditional blockchain structure.

Between those summary blocks, miners can produce smaller Proof-of-Work subblocks.

Those subblocks can reference multiple predecessors, creating a directed acyclic graph — or DAG — during the interval between summary blocks.

The summary blocks themselves remain part of a conventional blockchain.

This creates a hybrid architecture.

Instead of permanently replacing the blockchain with a DAG ledger, Tailstorm introduces a temporary DAG of subblocks that ultimately feeds into the summary-block chain.

The protocol documentation calls each collection of related subblocks a grove.

Why Does Tailstorm Use Subblocks?#

Subblocks are intended to provide miners and users with more frequent indications that transactions have been seen and included in Proof-of-Work activity.

Nexa’s traditional average block interval is approximately two minutes.

Waiting for a new full block therefore creates a relatively long gap between visible mining events.

Tailstorm divides that work into smaller Proof-of-Work units.

Recent Nexa development updates have described a planned configuration in which subblocks could arrive every few seconds.

The precise parameters should be checked when the hard fork actually activates because protocol configuration can still change during development and testing.

The important concept is not simply the interval.

It is that Proof of Work can accumulate between summary blocks rather than appearing only when the next full summary block is produced.

Does Tailstorm Turn Nexa Into a BlockDAG?#

Not in the same sense as Kaspa.

This is an important distinction.

Kaspa uses a blockDAG as the underlying structure of its live ledger and applies GHOSTDAG to order parallel blocks.

Nexa’s Tailstorm architecture retains a traditional chain of summary blocks.

Its DAG exists among temporary subblocks associated with a summary-block interval.

Those subblocks are ultimately represented through the summary structure rather than becoming an indefinitely stored blockDAG history.

So while both systems combine Proof of Work with DAG concepts, they do so in fundamentally different ways.

That makes the comparison technically interesting without making Nexa “another Kaspa.”

Tailstorm and Mining Variance#

Tailstorm is also designed to address mining variance.

Traditional Proof-of-Work mining can be unpredictable.

A miner may contribute significant work but receive nothing unless it happens to discover a valid block.

Pools partially solve this problem by aggregating mining work and distributing rewards according to their own payout mechanisms.

Tailstorm divides the work associated with a summary interval across multiple smaller Proof-of-Work solutions.

The research behind the protocol explores whether this can produce a more granular representation of mining contribution and reduce variance.

How that affects mining economics in practice will become clearer after the protocol is activated and operates under real-world network conditions.

When Will Tailstorm Launch?#

There was no announced Nexa mainnet activation date at the time this article was reviewed on 27 September 2026.

Nexa Full Node 2.2.0.0 has already been released and includes substantial preparatory work for Hard Fork 2 and Tailstorm.

The Nexa team describes that release as a major checkpoint before the hard fork.

However, the team has also stated that testing will continue before an activation date is announced.

This distinction matters.

Source code being available, a node release supporting preparatory functionality and a consensus upgrade being active on mainnet are three different stages.

Until the hard fork activates, Nexa continues operating without Tailstorm as an active mainnet consensus feature.

Bitcoin Unlimited and Nexa#

Nexa is closely connected to Bitcoin Unlimited.

Bitcoin Unlimited emerged during the debates around Bitcoin’s scaling direction and advocated increasing on-chain capacity rather than moving most transaction growth away from the base blockchain.

Members of the organization later contributed to Bitcoin Cash development.

Nexa became Bitcoin Unlimited’s primary blockchain project after the organization shifted its long-term development focus.

This history explains several recurring themes in Nexa:

  • Proof of Work
  • UTXO accounting
  • Peer-to-peer electronic cash
  • Large Layer 1 capacity
  • Flexible block sizing
  • Transaction parallelization

At the same time, Nexa incorporates functionality that goes well beyond the original Bitcoin protocol.

Native tokens, expanded scripting and Tailstorm are examples of that divergence.

Nexa is therefore better understood as a new blockchain influenced by the Bitcoin lineage rather than simply as another version of Bitcoin.

Nexa vs Bitcoin#

Nexa and Bitcoin share several fundamental concepts.

Both use Proof of Work.

Both use UTXOs.

Both issue native coins through mining.

Both define maximum supply rules.

Their implementation choices are considerably different.

Bitcoin uses SHA-256d mining and targets a block approximately every ten minutes.

Nexa uses NexaPoW and currently targets an average block interval of approximately two minutes.

Bitcoin has a maximum supply of 21 million BTC.

Nexa has a maximum supply of 21 trillion NEXA.

Bitcoin’s base scripting model is deliberately constrained.

Nexa extends its scripting environment and includes native token functionality.

The two projects also take different approaches to scaling.

Bitcoin increasingly uses additional layers and protocols for certain forms of higher-frequency activity, while Nexa’s development philosophy places much greater emphasis on increasing Layer 1 capacity.

These are architectural differences, not a ranking of which network is more secure or useful.

Nexa vs Kaspa#

Nexa and Kaspa make an especially interesting comparison because both are Proof-of-Work Layer 1 networks exploring ways to move beyond the conventional one-block-at-a-time experience.

Their approaches are different.

Kaspa’s live network uses a blockDAG and GHOSTDAG ordering.

Nexa currently operates as a conventional UTXO blockchain and plans to introduce Tailstorm subblocks through an upcoming hard fork.

With Tailstorm, temporary DAG-style structures exist between Nexa’s traditional summary blocks.

Kaspa’s DAG is fundamental to how its blockchain history is structured.

The distinction is important for anyone researching the two projects after encountering terms such as DAG, parallel Proof of Work and fast confirmation.

Similar terminology does not imply identical consensus architecture.

Nexa vs Ethereum#

Nexa and Ethereum represent very different approaches to blockchain programmability.

Ethereum is a Proof-of-Stake network built around accounts, global state and execution through the EVM.

Nexa is a Proof-of-Work network based around UTXOs and expanded scripting.

Ethereum tokens are commonly implemented using smart-contract standards such as ERC-20.

Nexa provides native token primitives at the protocol level.

Ethereum increasingly scales application activity through Layer 2 networks.

Nexa’s development strategy places greater emphasis on increasing the capabilities and throughput of the Layer 1 blockchain itself.

These differences affect application design, transaction dependencies, state management and scaling assumptions.

What Is Blitz?#

Nexa’s scaling research extends beyond software.

Bitcoin Unlimited has also been developing a hardware-acceleration project known as Blitz.

The idea is based on an observation that cryptographic verification can become one of the computational bottlenecks when a blockchain attempts to process very large transaction volumes.

Specialized hardware can potentially perform these calculations more efficiently than general-purpose processors.

Nexa’s development updates in 2026 have discussed hardware designed to accelerate signature verification and other validation work.

Blitz should currently be treated as an ongoing development effort rather than a capability that every Nexa node already uses.

Its significance lies in the broader scaling strategy.

Instead of assuming commodity CPUs must remain the final limit of blockchain validation performance, Nexa’s developers are exploring whether dedicated hardware can move that limit.

What Is Actually Live on Nexa Today?#

When evaluating a rapidly developing blockchain, it is useful to separate active features from planned ones.

As of 27 September 2026:

Live on Nexa mainnet:

  • Proof-of-Work consensus
  • NexaPoW
  • UTXO transactions
  • NEXA mining
  • Native token functionality
  • Smart-contract and scripting capabilities
  • Dynamic Layer 1 scaling mechanisms
  • Approximately two-minute conventional block production

In development or awaiting future deployment:

  • Tailstorm mainnet activation
  • Hard Fork 2
  • The full future hardware-acceleration strategy around Blitz

This distinction prevents development roadmaps from being mistaken for currently deployed consensus functionality.

Risks and Limitations#

Nexa remains an experimental cryptocurrency network.

Proof of Work does not eliminate software vulnerabilities, economic attacks or mining concentration.

Large blocks and higher transaction capacity can increase resource requirements for nodes if demand grows substantially.

Native token functionality reduces reliance on separate token contracts for basic asset operations, but applications can still introduce their own security risks.

Smart contracts can contain design or implementation errors.

Mining hardware can become concentrated.

Future hard forks require testing, software adoption and coordination.

Tailstorm introduces additional consensus complexity and has not yet accumulated the operating history of Nexa’s current production system.

Project-reported performance tests also should not be treated as guarantees of sustained production throughput under every workload.

These considerations matter when separating technical ambition from demonstrated real-world behavior.

Why Nexa Is Interesting to Research in 2026#

Nexa sits at the intersection of several major blockchain design debates.

Can a UTXO blockchain support advanced applications without adopting the Ethereum account model?

Can Layer 1 transaction processing scale much further while keeping independent validation practical?

Can mining hardware be designed so that the engineering investment also benefits transaction validation?

Can DAG-style Proof-of-Work techniques improve responsiveness without replacing the traditional blockchain entirely?

Tailstorm makes the final question particularly relevant in 2026.

The release of Full Node 2.2.0.0 means the project has progressed beyond describing Tailstorm as a purely theoretical idea.

At the same time, mainnet activation has not happened yet.

That makes Nexa worth following not because every planned capability has already been proven, but because several of its core scaling ideas are approaching an important real-world test.

Nexa FAQ#

What is Nexa?#

Nexa is a Proof-of-Work Layer 1 blockchain built around a UTXO architecture, native tokens, programmable scripts and an emphasis on Layer 1 scaling.

What is NEXA?#

NEXA is the native cryptocurrency of the Nexa blockchain. It is used for transactions, network fees and Proof-of-Work mining rewards.

When did Nexa launch?#

Nexa mainnet launched on 21 June 2022.

Was Nexa fairly launched?#

Nexa’s published launch documentation describes the project as fairly launched without a premine allocated to Bitcoin Unlimited, developers or the blockchain’s creator.

What consensus mechanism does Nexa use?#

Nexa uses Proof of Work.

What mining algorithm does Nexa use?#

Nexa uses NexaPoW, a Proof-of-Work design incorporating SHA-256 hashing and elliptic-curve operations.

What is Nexa’s maximum supply?#

Nexa has a maximum supply of 21,000,000,000,000 NEXA, or 21 trillion coins.

Does Nexa have smart contracts?#

Yes. Nexa supports programmable smart-contract functionality through an expanded UTXO scripting model rather than an Ethereum-style EVM architecture.

Does Nexa support tokens?#

Yes. Nexa includes native fungible and non-fungible token functionality within the blockchain protocol.

Is NEXA an ERC-20 token?#

No. NEXA is the native cryptocurrency of its own Layer 1 blockchain.

What is Tailstorm?#

Tailstorm is an upcoming Nexa block-production protocol that combines conventional summary blocks with smaller Proof-of-Work subblocks organized through a temporary DAG structure.

Is Tailstorm live?#

No. As of 27 September 2026, Tailstorm has not yet activated on Nexa mainnet. Full Node 2.2.0.0 contains preparatory work for the upcoming hard fork.

Is Nexa a DAG?#

Nexa currently operates as a blockchain. Tailstorm will introduce DAG-organized subblocks between traditional summary blocks, creating a hybrid design rather than replacing the persistent blockchain with a permanent blockDAG.

Is Nexa the same as Kaspa?#

No. Both use Proof of Work and explore DAG-related architecture, but Kaspa’s ledger uses a blockDAG with GHOSTDAG consensus. Nexa’s planned Tailstorm architecture retains a conventional summary-block chain while using temporary DAG-style subblocks between summary blocks.

Who develops Nexa?#

Nexa’s core development is closely associated with Bitcoin Unlimited, an organization with a history of Bitcoin and Bitcoin Cash protocol development.

Where to Research Nexa#

Anyone researching Nexa should prioritize primary technical sources.

The official Nexa website provides the general network overview, wallets, node software and ecosystem information.

The Nexa protocol specification documents consensus behavior, NexaPoW, token functionality and the developing Tailstorm implementation.

Core node development is publicly available through Nexa’s GitLab repositories.

Chainquiry also maintains a Nexa project profile containing its network information, official links and reviewed research sources.

For related technical research, Chainquiry’s Bitcoin explainer provides useful context for the UTXO and Proof-of-Work model, while our Kaspa research examines a very different approach to combining Proof of Work with DAG architecture.

Final Perspective#

Nexa begins with architecture that will look familiar to Bitcoin users: Proof of Work, UTXOs, miners and a fixed maximum supply.

What makes it more interesting is what has been built around that foundation.

NexaPoW changes the computational design of mining.

Native tokens make asset functionality part of the underlying protocol.

Expanded scripting allows more complex financial applications without adopting an EVM-style global-state architecture.

Its scaling philosophy aims to increase the amount of activity the Layer 1 itself can process.

And Tailstorm represents the next major experiment.

Instead of choosing between a conventional blockchain and a DAG-based ledger, Tailstorm attempts to combine aspects of both: a persistent chain of summary blocks surrounded by much faster Proof-of-Work subblocks.

Whether that architecture delivers its intended benefits under sustained mainnet use will only become clear after deployment.

For now, the distinction between what Nexa already does and what it is preparing to do is essential.

Nexa is already a live Proof-of-Work UTXO blockchain with native assets and programmable functionality.

Tailstorm is the next chapter — not yet the current one.

That transition makes Nexa one of the more technically interesting Proof-of-Work projects to watch as its second major hard fork approaches.

Research Note#

This Chainquiry Insight was reviewed on 27 September 2026 using Nexa protocol specifications, official project documentation, public source repositories and current development updates.

Tailstorm remained a future mainnet upgrade at the time of review. Protocol parameters, release status and activation information may change after publication, so readers should consult current Nexa documentation when researching the upgrade.

RESEARCH REFERENCES

Sources

12 sources
END OF RESEARCH
← Back to Insights
KEEP RESEARCHING

More from Chainquiry

View all Insights →
Explainer

What Is Alephium (ALPH)? BlockFlow, Proof-of-Less-Work & Stateful UTXO Explained

Alephium (ALPH) is a sharded Proof-of-Work Layer 1 combining BlockFlow, stateful UTXO smart contracts, the Ralph language and an energy-focused…

Sep 26, 2026 · 19 min read
Explainer

What Is Kaspa (KAS)? BlockDAG, Mining, Tokenomics & Toccata Explained

Kaspa (KAS) combines Proof of Work with a blockDAG ledger. Explore GHOSTDAG, mining, KAS supply, the Toccata upgrade and the…

Sep 26, 2026 · 9 min read
Explainer

What Is DigiByte (DGB)? Inside the Blockchain, MultiAlgo Mining & DigiDollar

DigiByte has been producing blocks since 2014, but its story is still evolving. We examine its five-algorithm Proof-of-Work architecture, DigiShield,…

Sep 25, 2026 · 16 min read
CHAINQUIRY RESEARCH

From reading to verification.

Explore structured project and platform profiles with official links, network details and source-first context.