DGB INSIGHTS DigiDollar Lockup Tracker ← Dashboard

DigiDollar on mainnet: the chain record

Every DigiDollar transaction since the activation block, classified from consensus rules and counted block by block.

mainnet launch 2026-07-17 · block 23,869,440 DigiDollar is old today
covers launch → block 23,915,757 scanned 2026-07-25 13:59 UTC dated snapshot — not live

In its first eight days on mainnet, DigiDollar saw 179 transactions, 115 real lockups opened and one closed, and 27% of all mints locked for ten years. DigiDollar is being used to lock, not yet to transact. Everything below is derived from chain data and reconciled against a DigiByte node; where our figures still disagree with the node, we say so and by how much.

DD transactions
179
137 mint · 29 transfer · 13 redeem
Real lockups opened
115
excludes 22 one-hour test mints
Locked 10 years
37
27% of all mints
Real lockups closed
1
a single 30-day position
01

How long people locked

Every mint commits to a lock tier on-chain, and the maturity height is carried in the transaction itself. This is not a survey or an estimate — it is what 137 minters actually chose, recovered from the payload of every mint since activation.

TermMintsShare of 137Matures
~1 hour (test tier)22same day
30 days29Aug 2026
90 days9Oct 2026
180 days5Jan 2027
1 year13Jul 2027
2 years42028
3 years62029
5 years82031
7 years42033
10 years372036

Counting every mint: 72 (53%) carry terms of a year or longer, 59 (43%) two years or longer, 49 (36%) five years or longer, and 37 (27%) ten years. The ten-year tier is the single most-chosen term on the ladder.

The 22 one-hour mints are the protocol's shortest tier and read as people testing the mechanism rather than locking value: they are 16% of mints but only 11.5% of the dollars minted, and ten of them have already been redeemed. We count them separately throughout rather than folding them into the lockup totals.

02

Exits and redemptions

Thirteen redemptions occurred in the first eight days. Tracing each one back through the DigiDollar output it consumed, to the mint that created it, shows what was actually unwound:

Redemption closed…Count
a ~1-hour test position10
a real lockup (one 30-day position)1
not yet attributed2

So of 115 real lockups opened in week one, one has been closed, with two redemptions still unattributed. This is a structural property, not a behavioural one: DigiDollar collateral cannot be released before its timelock expires — there is no early exit and no liquidation — and 72 of these positions do not mature for at least a year.

03

What the transactions were

Transaction typeCountShare
Mints (open a position)13777%
Transfers (move DD)2916%
Redemptions (close a position)137%

Twenty-nine transfers in eight days is real movement, but thin — DigiDollar's first week was overwhelmingly about opening positions. Excluding the test cohort entirely, the mix is 79% mints, 20% transfers, 1% redemptions.

Scale, for context: $41,461 of DigiDollar minted against roughly 39.5M DGB of collateral across 124 open positions. A week earlier, on 18 July, that was 35 positions and 6.28M DGB.

04

Where our numbers still disagree with the node

A census is only worth as much as its error bars, so here are ours, checked against getdigidollarstats on a DigiByte node at the same height.

MeasureThis censusNodeDifference
Open positions124124exact
DD supply$40,255.07$39,835.07+1.05%
Collateralupper bound — see below

Position count is exact. 137 mints minus 13 redemptions is 124, which is what the node reports.

Supply is 1.05% high, and we know why. Redemptions do not always state a burn amount on-chain, so we value them by tracing the consumed output back to its mint. But DigiDollar's recovery mechanism can require burning more DD than a position originally minted, so mint-amount valuation undercounts burns and leaves supply overstated by $420. Treat every dollar figure here as an upper bound.

Collateral totals are upper bounds too. An earlier version of this census counted ordinary change outputs as collateral. Reading the consensus code corrected it: collateral outputs use a provably-unspendable internal key so they can only be released through the timelocked script path, which gives a definitive test we have not yet applied to the value totals.

This census was corrected four times before publication — a first pass overstated supply by 4.08%, misread redemptions as transfers, and misclassified change as collateral. The numbers above are what survived.

05

What this does not show

  • Not agent activity. Whether a human, a script, or an autonomous agent signed a transaction is not observable on-chain. This measures DigiDollar volume — never agent-to-agent volume.
  • Not a price or demand signal. Eight days of a new asset is not a trend, and nothing here forecasts anything.
  • Not causally linked to anything off-chain. Agent-payment demos run by this site's operator during this period were on testnet and have no relationship to the mainnet activity above.
  • Not final. Dollar figures are upper bounds; the reconciliation above states the gap.
06

Check it yourself

Every figure comes from scanning mainnet blocks 23,869,440 through 23,915,757 on a DigiByte Core full node and decoding the DigiDollar OP_RETURN in each transaction. Anyone with a synced node can reproduce it. Transaction classification comes from the consensus type byte carried in each payload — not from inferring intent — and the lock terms are read directly from the maturity height each mint commits to. If your numbers disagree with ours, we would like to know: treat the discrepancy as our error until shown otherwise, exactly as our methodology commits to for the live tracker.

Live figures update every five minutes on the dashboard, and the underlying feeds are documented in the API.