edition · 2026-09-13
Published 2026-09-13T16:30:00Z · Last reviewed 2026-09-13 · JSON · RSS · correction?

This week on XRPL — 2026-09-13

First edition. Weekly Sunday post pairing the loudest XRP news with the on-chain reality — each item linked to the on-site page that shows it.

1. CLARITY Act cloture vote — Tuesday Sept 15

The Financial Innovation & Technology for the 21st Century Act (CLARITY, S. XXX) has a scheduled cloture vote in the Senate on Tuesday. The bill draws the SEC/CFTC jurisdictional line and codifies the "adequately-decentralized" test that XRP secondary-market trading has been operating under since the 2023 summary judgment.

What xrpldashboard shows. Full bill status + linked hearings + last-reviewed date at /regulation. The Last reviewed line on that page is the freshness contract — as of publish time it reads (fill in from git log).

Observed at: 2026-09-13T16:00:00Z · Source: /regulation page (client-side generated from docs/regulation.md git history).

2. XRPL Token Registry launched — 205 ticker collisions found in the first week

The registry (/registry/taxonomy) opened with a 14-value taxonomy (12 real categories + 2 review-status values) and a curator queue seeded from live ledger data. The top-impact 205 rows in the queue are all ticker_collision — tokens whose currency codes decode to well-known off-chain tickers (USDT, USDC, BTC, ETH, RLUSD, LTC, …) but whose issuer addresses are not in the canonical whitelist.

Public wording note. The registry never renders "impostor" or "scam" as a verdict. ticker_collision is a mechanical statement about issuer provenance, not character. Full definitions at /registry/taxonomy#ticker_collision.

What xrpldashboard shows. The five-lane live-trade grid on /tokens renders collision pulses with an amber-ring overlay independent of category color. Curator review is happening at /admin/token-review (private).

Observed at: 2026-09-07T18:00:00Z (registry_state row counts: 16,742 token_facts, 385 category-history rows) · Source: registry_state metric in the daily signed snapshot leaf.

3. Signed-snapshot chain fix + undercount disclosure

Two weekend fixes landed. First, a chain-link defect in the daily signed snapshot's previous_root computation (mis-computed on same-day re-runs) was corrected; six historical files carried the defect and are documented in docs/CHAIN_LINK_DEFECT_HISTORICAL_2026-09-04.md. Second, the on-page trade-count on /tokens was corrected from raw stream data to floor-counted totals — a downward revision of about 8.5%, disclosed on the page with a Correction banner.

What xrpldashboard shows. The verification recipe on /methodology#signed-snapshots still works end-to-end: fetch the day's signed JSON, verify against the pinned pubkey, cross-check the chain root at /.well-known/snapshots/chain.json. Anyone can run it.

Observed at: 2026-09-07T22:00:00Z (tonight's snapshot is the first to carry registry_state — meta metric count moves from 3 to 4) · Source: /methodology page + docs/anchor_history.md.

4. Anchor #6 due Friday

The weekly on-XRPL anchor commits the current chain root of the signed-snapshot chain into a Payment memo from the anchor account to the ops account. Cadence is Friday-morning UTC. Anchor #6 will be the first to include the new registry_state in its underlying leaf payload.

What xrpldashboard shows. Historical anchors + verification instructions at /methodology#signed-snapshots-xrpl-anchor. Chain-of-custody unbroken since anchor #1 (2026-08-07 21:49:32 UTC).

Observed at: 2026-09-13T00:00:00Z (previous anchor #5 landed 2026-09-04) · Source: docs/anchor_history.md.

5. Receipt/registry signing key online — new attestation surface

An Ed25519 receipt/registry keypair (fingerprint A4:0F:B1:0A:9D:33:64:03) went live this week. It signs both /check.json response envelopes (per-request receipts) and the daily signed XRPL Token Registry snapshot. Pubkey published at three independent surfaces: /.well-known/snapshots/receipt_pubkey.pem, .json, and DNS TXT _xrpld-receipt-key.xrpldashboard.com. All three triangulate.

What xrpldashboard shows. Verify-any-past-receipt recipe lives at /methodology. Domain separator xrpldashboard/receipt/v1 is prepended before Ed25519 verify — cross-domain replay protection against the historical snapshot key.

Observed at: 2026-09-07T18:34:00Z (key generation + publication) · Source: docs/CREDENTIALS.md §5.


This is the first edition. Weekly cadence — Sunday 16:30 UTC. RSS/Atom feed: /thisweek.xml. JSON twin: /thisweek/2026-09-13.json. Corrections: /contact?purpose=weekly-post-correction.