DigiDollar on mainnet: the chain record
Every DigiDollar transaction since the activation block, classified from consensus rules and counted block by block.
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.
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.
| Term | Mints | Share of 137 | Matures |
|---|---|---|---|
| ~1 hour (test tier) | 22 | same day | |
| 30 days | 29 | Aug 2026 | |
| 90 days | 9 | Oct 2026 | |
| 180 days | 5 | Jan 2027 | |
| 1 year | 13 | Jul 2027 | |
| 2 years | 4 | 2028 | |
| 3 years | 6 | 2029 | |
| 5 years | 8 | 2031 | |
| 7 years | 4 | 2033 | |
| 10 years | 37 | 2036 |
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.
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 position | 10 |
| a real lockup (one 30-day position) | 1 |
| not yet attributed | 2 |
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.
What the transactions were
| Transaction type | Count | Share |
|---|---|---|
| Mints (open a position) | 137 | 77% |
| Transfers (move DD) | 29 | 16% |
| Redemptions (close a position) | 13 | 7% |
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.
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.
| Measure | This census | Node | Difference |
|---|---|---|---|
| Open positions | 124 | 124 | exact |
| DD supply | $40,255.07 | $39,835.07 | +1.05% |
| Collateral | upper 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.
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.
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.