PrivateDAO is a live Solana governance and treasury product for serious on-chain organizations. Voting intent stays sealed during commit, confidential compensation stays aggregate on chain, and every lifecycle action remains signed, proposal-bound, and Devnet-verifiable.
PrivateDAO now ships encrypted payroll and bonus approvals as a real product surface. The detailed recipient sheet stays off-chain, while governance approves and executes the aggregate batch on chain through a proposal-bound payout plan.
This layer keeps the next business decision obvious: compare the packs, open the API surface, or inspect the live-versus-pending boundary before you ask a buyer or reviewer to trust the story.
This panel maps the selected proposal into a product control surface: current phase, next valid action, verification links, and exact repo commands for the live lifecycle.
yarn create-dao -- --name "PrivateDAO Live" --quorum 51 --reveal-window 180 --delay 5
yarn deposit -- --dao <DAO_PDA> --amount 0.2
yarn finalize -- --proposal <PROPOSAL_PUBKEY>
yarn create-proposal -- --dao <DAO_PDA> --title "Fund community work"
yarn delegate-vote -- --proposal <PROPOSAL_PUBKEY> --delegatee <DELEGATEE_PUBKEY>
yarn commit -- --proposal <PROPOSAL_PUBKEY> --vote yes --delegator <DELEGATOR_PUBKEY>
This page is for running the governance lifecycle. Proof Center, Security, and Diagnostics stay available for verification without taking over the main operating workspace.
1) Connect a Solana wallet such as Phantom, Solflare, or Backpack on Devnet.
2) Review the selected proposal and its current on-chain phase from this surface.
3) Reproduce the lifecycle with the repo or wallet-native paths: create proposal → commit → reveal → finalize → execute.
4) Verify phase transitions, treasury effects, and transaction hashes against Solscan.
5) Run npm run demo for the repository walkthrough and npm run verify:all for the full review gate.
The product surface and the repository are intentionally aligned: the frontend explains and signs, while the protocol, scripts, proofs, and verification gates provide the hard evidence.
Trust Layer is the second layer of the product. Use it when you need runtime evidence, trust reasoning, and release depth without pushing that density back into the main governance workspace.
PrivateDAO now includes a reproducible multi-wallet Devnet harness covering bootstrap, wave-based commits, reveals, finalize, execute, adversarial rejection paths, and Groth16 companion proofs with explorer-verifiable transaction evidence.
This is the real devnet governance proof sequence for PrivateDAO. It shows the full lifecycle from deployment to treasury execution with direct explorer verification on every step.
2CMEujY1CKnC8rH8BuLy4GvwYk3zfqMfAKaUjybcAvRhS1dnzg3Zd3GeMttBp4vkUbu69GkQtr3TWgbmBqGY8cyC
5mcyVi3SbZo4hvpVMjH2eZH8FYeywdbbPz4ArmE5wHXH5X9EnP6gSq76ogBWYWVkVUwzrCchPnSdhGV1mFb48s5Q
reused-existing-governance-balance
KHWqfteEQhsH7hk7onQymbmnYdtF8rLoPWwchoQz5XFy8eY3DufeaX8DPiiVS1or7XkMVjMrbH2rsEhPtrPfzi9
E93ikMXVJbtvz8ewAHA2BasZPVKYyUXe3Jy88h3b3AQubm7PSYFMNtDveBkRts7uYodwzb8cGZSVDoneKF16X2L
3RMbrcYGx297hgcTrov9PqtUqM97ZFg6A21qxmepTboLQAoXov6toY2QTa8yU1i8zmQPvjR3ArNGpvR3jat79uTP
5L3cxZZgwMRnJTxNXLQCyjQMXSAi6bwoskFoKsfaQ7JycYUPuGCkWAkr7qA18WkddfNdSPB5qHt3FVSiHq2eDGh5
4JSPRJQuSY5es74TcChBTzuGMMCr4RknHkmr6vFmtmbav4TRABDAnapmtgipYioEZzh4wmKfg2PMzZHCfJ7UruLG
x1vhP6H3Regi6WHYx6LUGbeo4CCbJxWwtUVucPVjonnymyccpM8mpb7t3UpQpqksXBU7PYGPd86cPnZLYwRzBn9
3L6SHDNuziEXQiiAWjega4UbjURkWpzYVG5kRKr4YWAekp1AdTvriMqNAtyRchNpzKstEPMp6cmDidFLRx8XDgfP
4nYrBo57V6fCueyu44Jm9XeSA15ti9G6n1ZQXG9AbsdT4e5JJa9vFdmdjpK6Snd27eJNwUSaNaCWWWt3bndTca3X
WTt8i2v1FWitQG2yye28CVCVWVeKvMA7c3D9wm4Upkbf2keK8ae8FXaGK95FaDjnmfJB3L7evBCMtoJrfC3EUrV
docs/live-proof.md
The baseline treasury lifecycle proof remains live, and the repository now also carries a dedicated Devnet packet for the additive `Governance Hardening V3` and `Settlement Hardening V3` paths.
The current stack is already beyond concept stage. The remaining work for mainnet is operational discipline and external review, not redesign of the core governance model.
The strongest PrivateDAO review flow is not a claim-only narrative. It starts with a short investor reel, then lands immediately on the real on-chain and repo-native proof surface.
These links and commands tie the presentation layer to the real repository behavior without hiding behind simulated actions.
npm run live-proof
npm run demo
DAO_PDA=... && yarn create-proposal -- --dao "$DAO_PDA" --title "Fund community work"
PROPOSAL_PUBKEY=... && yarn execute -- --proposal "$PROPOSAL_PUBKEY"
These documents turn the protocol into clear operating stories for judges, pilot users, and early customers without inventing features that do not exist on-chain.
PrivateDAO is not only an application surface. It can also be packaged as a hosted read path, migration program, reviewer export layer, and guided pilot service for organizations that need governance operations support.
This is the shortest honest story for an investor, judge, or pilot customer: who should buy PrivateDAO, why it exists beyond Realms or Squads alone, what happens in the first 30 days, and what is already live versus still pending-external before real-funds launch.
Public governance leaks intent too early. PrivateDAO counters that with commit-reveal voting, lifecycle enforcement, timelocked execution, treasury validation, and replay-resistant bindings.
These are the protocol boundaries most likely to be misunderstood in partial scans, kept explicit in one place.
5AhUsbQ4mJ8Xh7QJEomuS85qGgmK9iNvFqzF669Y7Psx. The separate Token-2022 id belongs to the live PDAO mint surface only.localStorage or sessionStorage.VoteRecord accounts, reveal bindings, and lifecycle flags.These are not abstract claims. They are protocol-level protections tied to tests, bindings, and failure-path assertions already present in the repository.
PrivateDAO now includes a real zero-knowledge companion stack built with Circom and Groth16. It does not replace the deployed governance lifecycle; it adds vote-validity, delegation-authorization, and tally-integrity proof layers as a non-breaking companion path for the current system.
npm run zk:all rebuilds and verifies the full zk sample flow from this repository.npm run verify:cryptographic-manifest verifies the sha256 manifest covering zk artifacts, live-proof anchors, and canonical proof materials.npm run build:zk-transcriptnpm run build:zk-attestationnpm run verify:zk-transcriptnpm run verify:zk-attestationnpm run verify:zk-docsnpm run verify:zk-consistencynpm run verify:zk-negativeThe PrivateDAO Governance Token enables structured participation, protects governance lifecycle integrity, and supports accountable decision-making.
AZUkprJDfJPgAp7L4z3TpCV3KHqLiA8RjHAVhK9HCvDtToken-2022F4q77ZMJdC7eoEUw3CCR7DbKGTggyExjuMGKBEiM2ct4create-token, create-account, initialize-metadata, mint-initial-supply, disable-mint-authorityPDAO itself as the live governance mint.Token-2022 id belongs to the live PDAO mint surface and is expected.ZK proves validity. Cryptographic integrity proves the review artifacts themselves have not been altered. PrivateDAO publishes a reviewer-visible sha256 manifest for the canonical zk and proof surfaces.
npm run build:cryptographic-manifestnpm run verify:cryptographic-manifestnpm run verify:allThese curated review paths keep the reasoning artifacts grouped by purpose so the security surface reads like an audit path, not a document dump.
This is the shortest path for a reviewer to understand what the protocol actively rejects today.
The protocol is not a decorative frontend. Security depends on the on-chain state machine, wallet signatures, exact account binding, and treasury PDA enforcement.
Create Proposal
→ Commit
→ Reveal
→ Finalize
→ Timelocked Execute
Wallet signer
→ Proposal accounts
→ Voter records
→ Delegation records
→ Treasury PDA
→ On-chain program
Reviewer confidence increases when limits are explicit. These are current boundaries, not hidden assumptions.
Live runtime checks for wallet state, browser capabilities, RPC health, and the current PrivateDAO anchors. This is a browser-side control panel, not a static note.
5AhUsbQ4mJ8Xh7QJEomuS85qGgmK9iNvFqzF669Y7PsxAZUkprJDfJPgAp7L4z3TpCV3KHqLiA8RjHAVhK9HCvDtOpen PrivateDAO review documents inside the product surface instead of falling into raw markdown or JSON pages.
reviewer-fast-path.mdThis page documents the win itself, separately from governance execution. PrivateDAO achieved 1st Place in the Superteam Poland challenge "Rebuild production backend systems as on-chain Rust programs", and the presentation below is dedicated only to that achievement.
PrivateDAO engineering work achieved 1st Place in the Superteam Poland challenge "Rebuild production backend systems as on-chain Rust programs."
The investor reel is produced from the actual program logic, lifecycle tests, live frontend, zk hardening, confidential payout surface, and cryptographic integrity layer so the final asset stays aligned with what PrivateDAO really ships.
PrivateDAO is independently maintained. The surface below keeps only operational owner and email channels needed for review and incident coordination.