RADIX DLT · THE COMMUNITY CHAT, DISTILLED

Radix Weekly

Week #17 · 31 Aug – 6 Sept 2026 · t.me/radix_dlt
What the room was really talking about
COMMUNITY MOOD3/10

Previously: the Weft Finance oracle exploit drained ~27M XRD, the RAC announced Charter ratification had arrived, and the community debated whether adoption work could proceed alongside the DAO transition.

This was the hardest week in Radix's recent memory. A critical bug in the Radix Engine itself allowed an attacker to withdraw bridged hAssets from users' wallets without permission, forcing validators to halt the entire network. The mainnet stayed frozen all week while the RAC coordinated a patch, community members reverse-engineered the attack, and the community wrestled with questions of compensation, trust, and survival.

1,185
messages
226
people talking
Monday
busiest day
0
new members
Messages / day
M
T
W
T
F
S
S
peak 383/day · most active: Yeahmad, Daniel Offchain Lo…, Timan | Astrolescent
What the room talked about

Radix Engine exploit forces network halt

A critical Radix Engine bug allowed an attacker to withdraw Hyperlane-bridged hAssets from users' wallets without permission. Validators halted the network to contain the damage. projectShift confirmed rolling back the chain is not an option; Timan noted any asset type could have been targeted, though only hAssets were bridged out.

driven by Timan | Astrolescent, projectShift, L

Root cause found in vault reference validation

Community member L reverse-engineered the attack and identified the root cause: the engine's vault reference validation in system_callback.rs gives direct-access references to any vault named in a manifest without verifying ownership, allowing anyone to call take() on other people's vaults. projectShift coordinated with L to share findings with those…

driven by L, projectShift, 0xOmarA

DAO governance step one declared complete

projectShift announced that step one of the DAO is done — covering incorporation, charter, and governance framework ratification. The community is already running Stokenet and assembling a team. This marks the formal transition from Foundation to community governance, even as the network remains halted.

driven by projectShift

Compensating hack victims divides the room

Seböööl and David proposed redirecting burned XRD fees into a compensation fund for victims, arguing the DAO must take responsibility to retain trust. talifern, btw, and Yeahmad pushed back hard, saying Radix can't afford a bailout, redirecting fees hurts validators, and promising anything before the network is live is premature. No resolution.

driven by Seböööl, David, talifern

Hyperscale developer declines Radix grants

Radoshi Lazymoto announced he will no longer pursue proposals, grants, or ongoing engagements with Radix. foxylady explained flightofthefox wants to build Hyperscale freely without official ties, still intends to deliver and help migrate Babylon's ledger state, and may have testnet ready this year.

driven by Radoshi Lazymoto, foxylady, Yeahmad

Failed transaction fees debated

flightofthefox and projectShift argued all transaction costs must be charged to prevent griefing and denial-of-service, since Radix cannot reliably distinguish malicious from innocent failures. Dezza countered that Algorand's model of not charging for failed transactions proves it's possible, and that at scale the cost is negligible.

driven by flightofthefox (hyperscale.rs), projectShift, Dezza
Also this week
  • GENKIPOOL proposed replacing token-weighted voting with an address-based system for 2+ year old staking addresses, drawing strong pushback from flightofthefox and projectShift who argued token-weighte
  • L announced OTER has pivoted to complement the Radix DAO app rather than compete, serving as an independent vote-counting system with bond functionality.
  • Vlad B suggested running code through GPT Astra for review, while Punk recommended designing attack simulations and using TLA+ to distinguish algorithmic from implementation bugs.
  • Yeahmad and Radix Superfan criticized the old mod team for using 'FUD' accusations to silence legitimate questions about Xi'an progress, calling it 'cheap gaslighting.'
  • Blind5ight argued that scaling alone won't matter unless someone builds a dApp that creates real value, with foxylady suggesting NFT-based ticketing as a practical use case.
  • @Andy.XRD reported that police have acknowledged the exploit reports and forensics are underway, with no further details shared to protect the investigation.
Council & insider watch
The RAC spent the week coordinating the network halt response, with projectShift and avaunt providing daily updates. projectShift confirmed a patch is in progress with no timetable yet, announced DAO step one is complete (incorporation, charter, and governance framework ratification), and promised full disclosure of exploit details after the network is patched.
projectShiftRAC member

Coordinated the network halt response all week, sharing daily updates and confirming the fix is in progress but not yet implemented. Announced DAO step one is complete and urged the community to stop speculating while the patch is prepared, warning that copycat attackers are…

Our adversaries are not in here speculating, they're silently looking for the next way in. They don't care how loud we are, just how exploitable the network is.
avaunt > Debix | Atomix | BullringRAC member

Confirmed the network fix will take at least a few more days and that the bug may not have existed since launch. Helped members experiencing wallet errors directly.

flightofthefox (hyperscale.rs)Hyperscale developer

Argued strongly for token-weighted governance over identity-based voting, defended charging for all transactions to prevent griefing, and suggested the engine bug was likely introduced after Hacken's original audit. Confirmed he will no longer pursue Radix grants but still…

a mere morass of human bodies is worth nothing. i would much rather listen to those who have staked their fortunes on the outcomes, rather than some shapeless crowd who have no stake beyond 'existing'
Question of the week
Are staked XRD rewards still accruing while the network is halted?

No — the network progresses in epochs and stake rewards are given per epoch, so no epoch progress means no rewards given.

asked by XRD82 · answered by Nicolai | Sentura
Debate of the weekCompensating exploit victims from fees
One side
Redirect burned XRD fees or treasury funds into a compensation fund for hack victims, because the DAO must take responsibility to retain supporters and rebuild trust.
The other
Radix cannot afford a bailout; redirecting fees hurts validators, and promising compensation before the network is live is premature and could deter new investors.
Still open — expect a rematch.
Heard in the room
Perhaps this was the closing chapter for Radix, or maybe it's just another hardship we can look back on in the future that we overcame.
Pascal
That costs nothing today. It's a decision about what kind of project this is. And it's the difference between a community and a group of people who happen to hold the same token.
Timoti Fregni
Build something that rivals the breakthrough that Hyperscale (could be). IT'S GETTING ABOUT TIME THAT CRYPTO SHOWS HOW IT CAN CREATE REAL VALUE FOR PEOPLE
Blind5ight (Watch out for scammers)
if you ask questions you will slow down development, it was cheap gaslighting
Radix Superfan
Prediction tracker
Pending
Constitution Proposal runs within four weeks
DAO step one declared complete with charter ratification, but no constitution proposal vote seen yet.
Pending
Native stablecoin coming later this year
Came true
DAO Marshall Islands filing after OA review
projectShift announced incorporation is complete as part of DAO step one.
Pending
Permanent RAC election after Charter ratification
Charter ratified as part of DAO step one; election not yet called.
Around the ecosystem
Hyperlane drain incident wiki page
A community-maintained wiki page documenting the Hyperlane asset drain exploit was updated with halt details and network recovery timeline.
Scanana beta opens to all
The Scanana analytics beta is now open to everyone — no special access needed anymore.
From the dev room

The developer room was consumed by the engine exploit. Community member L identified the root cause in system_callback.rs where vault references are validated without ownership checks, and 0xOmarA's forensic analysis of the attacker's hand-written WAT code revealed a sophisticated, careful…

Worth a click
RAC DAO step one update
Official RAC announcement of DAO incorporation and charter ratification.
Exploit incident wiki page
Community-maintained timeline of the exploit and network halt.
Vulnerable code path on GitHub
The exact code path L identified as the root cause.
Radix Week in Review
Bayesien's weekly summary covering the network restart situation.
OTER pivot announcement
L announces OTER will complement rather than compete with the DAO app.
Jargon, decoded
WATWebAssembly Text format — a human-readable way to write WebAssembly code, used by the attacker to hand-craft exploit code without leaving compiler traces.
TLA+A formal specification language used to mathematically model and verify system designs, suggested for determining whether bugs are algorithmic or implementation
drandA protocol for generating publicly verifiable random numbers, proposed as a community addition to Radix for on-chain randomness.
Vault referenceAn internal pointer in the Radix Engine that identifies a specific asset vault — the exploit abused these by granting direct access to vaults without checking w
The pulse

The mood: Shaken to the core but not broken — the community absorbed a devastating engine-level exploit and week-long network halt with grief, frustration, and a fierce determination to push through.

The bottom line
Remember this
A critical Radix Engine bug forced a full network halt for the first time, but the community found the root cause and is patching it while declaring DAO governance step one complete.
Next week
Watch for: the testnet fix rollout in coming days, the mainnet restart timeline, and whether the compensation debate produces a formal proposal.
Links
Written by AI from the public community Telegram chat — may contain mistakes. Never financial advice. · generated 2026-09-07