Phase 1 · Pre-formation

Ratification vote pending. Community decisions are advisory until activation.

The sequence
RADIXDAO
AnswersCan I check any of this myself?

Check it yourself

Every governance contract, badge and treasury account the DAO uses is listed below with a link to the Radix Dashboard.

The register

Treasury accounts are shown even though they are not yet deployed, marked pending — so this table always reflects the DAO's real state rather than hiding what doesn't exist yet.

FunctionOn-chain identifierStatusVerify
Governance smart-contract componentcomponent_rdx1cp90ys553uwxuckev249x5wezucqru0u4qr7qdxdc9tlpmnh93242kLiveCheck
Master Badgeresource_rdx1nt4gugcmzpajreu75g2ul2whcpa48cdyn0h8n8x8zl5c0gstxn8gvdLiveCheck
Owner Badge (governance admin)resource_rdx1ng4c5k872hvhr379n0z0x6ht2n0guugns4jeh6mck9y28cu432xvc4LiveCheck
Governance packagepackage_rdx1p49s2442esdzs7wet7wucpagnftctml8aecc6a74q67r8r023u4dznLiveCheck
Voting-power resource — XRDresource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrdLiveCheck
Primary multi-signature treasury accountnot yet deployedPending
Operational treasury poolIf established by Governance Proposal.not yet deployedPending
Reserve treasury poolIf established by Governance Proposal.not yet deployedPending
Grants poolIf established by Governance Proposal.not yet deployedPending
Emergency Safe Addressnot yet deployedPending

Liquid staking units have no single address by design — each validator mints its own. They're converted to their XRD-equivalent at the snapshot taken when each vote opens.Read the snapshot method

Source policy

Documents

When a governance document is activated it is published as a PDF, and the SHA-256 digest of that exact file is recorded on-chain by the proposal that activated it. Anyone can then check a copy against that digest — a match proves the file is byte-for-byte the document that was voted on, no matter where the copy came from. No document has been activated yet, so there is nothing to check against so far.

Check a document

Drop a governance PDF here, or . Its SHA-256 is computed in your browser; the file is never uploaded.

You do not have to trust this page. The same check from a terminal:

Windows    Get-FileHash -Algorithm SHA256 document.pdf
macOS      shasum -a 256 document.pdf
Linux      sha256sum document.pdf
Every governance document