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.
| Function | On-chain identifier | Status | Verify |
|---|---|---|---|
| Governance smart-contract component | component_rdx1cp90ys553uwxuckev249x5wezucqru0u4qr7qdxdc9tlpmnh93242k | Live | Check |
| Master Badge | resource_rdx1nt4gugcmzpajreu75g2ul2whcpa48cdyn0h8n8x8zl5c0gstxn8gvd | Live | Check |
| Owner Badge (governance admin) | resource_rdx1ng4c5k872hvhr379n0z0x6ht2n0guugns4jeh6mck9y28cu432xvc4 | Live | Check |
| Governance package | package_rdx1p49s2442esdzs7wet7wucpagnftctml8aecc6a74q67r8r023u4dzn | Live | Check |
| Voting-power resource — XRD | resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd | Live | Check |
| Primary multi-signature treasury account | not yet deployed | Pending | — |
| Operational treasury poolIf established by Governance Proposal. | not yet deployed | Pending | — |
| Reserve treasury poolIf established by Governance Proposal. | not yet deployed | Pending | — |
| Grants poolIf established by Governance Proposal. | not yet deployed | Pending | — |
| Emergency Safe Address | not yet deployed | Pending | — |
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 policyDocuments
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.pdfEvery governance document