Skip to content
QuantascanAlpha

Withdrawals explained

What EIP-4895 withdrawals are, why they're separate from transactions, and why they dominate value flow on QRL 2.0's testnet.

4 min readUpdated 2026-06-20

On this page

On QRL 2.0 you'll see a kind of value movement that doesn't exist on QRL Legacy and isn't an ordinary transaction: a withdrawal. Understanding it explains a lot of what shows up on a quiet Proof-of-Stake network.

What a withdrawal is

A withdrawal is a validator-reward payout that the protocol itself applies, following the Ethereum design known as EIP-4895. Rather than a validator sending themselves a transaction, the protocol periodically credits validators' balances directly as part of block processing.

Withdrawals are how validators actually receive the rewards they earn for proposing and attesting blocks.

Why it isn't a transaction

A withdrawal looks like value moving, but it is fundamentally different from a transaction:

TransactionWithdrawal
Created byA user (signed)The protocol (automatic)
SignatureRequiredNone
FeePaid in gasNone
PurposeMove value / run a contractPay validator rewards

Because it has no sender and no fee, a withdrawal doesn't fit the transaction model — so Quantascan indexes withdrawals as their own layer, separate from transactions, each tied to a block and a validator.

Why they dominate a testnet

On a busy network, user transactions vastly outnumber withdrawals. But QRL 2.0 currently runs as a test network with sparse activity — few people are transacting. Validators, however, are rewarded continuously. The result is that withdrawals can be the dominant flow of value on the chain.

This is why supply and value-flow views on this explorer treat withdrawals as a first-class source of new value on QRL 2.0, rather than an afterthought. It also matters for tokenomics: on QRL 2.0, issuance shows up through staking rewards and withdrawals, not through mining.

Seeing them on the explorer

The rewards page lists validator-reward withdrawals, and each validator's detail view ties its received withdrawals into its totals. If a validator's balance grew without any incoming transaction, a withdrawal is usually why.

Where to go next

FAQ about Withdrawals explained

Common questions about this page
What is a withdrawal on QRL 2.0?
A withdrawal is a validator-reward payout applied directly by the protocol, following the EIP-4895 design. It credits a validator's balance without an ordinary, signed transaction — the protocol does it automatically.
How is a withdrawal different from a transaction?
A transaction is signed by a sender and pays a fee. A withdrawal is created by the protocol itself, has no sender signature and no fee, and carries validator rewards. They're indexed as a separate layer on this explorer.
Why are withdrawals the main activity on QRL 2.0?
On a quiet test network there are few user transactions, but validators are continuously rewarded. So withdrawals can be the dominant flow of value on the chain — which is why this explorer tracks them as a first-class object.