Explore

Product navigation

Judge Route
Canonical reviewer path with product proof, integrations, awards context, and runtime evidence
Try
Shortest Testnet vote path
Start
Guided onboarding and wallet-first flow
Learn
Workflow-first onboarding and product operating guide
Help
Product guide across routes, docs, and proof
Govern
Create, vote, and execute on Solana Testnet
Intelligence
Risk scoring, market context, and signer decision support
Treasury
Treasury health, solvency context, and agent policy routes
Payroll
Private payroll CSV, stablecoin choice, and auditor receipt flow
Gaming
Guilds, tournaments, inventory proposals, and reward operations
Compliance
Scoped compliance packs and bounded viewing-key evidence
Execute
Private payroll, vendor settlement, and treasury actions
Proof
Operation receipts, runtime logs, and verification routes
Developers
API docs, SDK starters, and integration surfaces
RPC Services
Hosted reads, relayer checks, QVAC status, and runtime endpoints
API Status
Backend health, visitor counters, and freshness endpoints
Command Center
Ops dashboard, indexed proposals, and readiness gates
Live State
Proposals, treasury, and action logs
Story
Live product story and fast explanation
Community
Join, updates, pilot interest, and support routing
Benefit
theMiracle wallet-placement benefit and Founding Governor access
Versus
PrivateDAO compared with Realms, Squads, Snapshot, and DAOhaus
Revenue
Self-hosted, managed SLA, and enterprise commercial tiers
Android
Mobile app, APK download, parity plan
Trust
Security, proof, and operating boundaries
Health
Runtime status and verification health
Custody
Multisig, authority transfer, and custody evidence
Analytics
Votes, proposals, actions
API & Pricing
Pilot, API, commercial packs
Engage
Buyer path, pilot motion, mainnet trajectory
Search
Search routes, docs, tracks, and proof
Docs
Curated reviewer and trust docs
Zerion CLI fork path
Policy-bound
No god-mode agent
Agent execution
Make autonomous execution safe enough for DAO treasury operations

This route packages the Zerion-facing strategy into a concrete policy surface: Solana chain lock, spend caps, expiry windows, blocked actions, proof requirements, and operator approval before wallet execution.

Route summary

Use PrivateDAO like infrastructure, not like a static brochure

This services route explains hosted reads, privacy policies, payout corridors, and the integration starter needed to plug the product into real organizations.

Services route brief

Services should show the business model, the operating lane, and the live Testnet proof in one commercial surface

This route works best when pricing, billing rehearsal, treasury routing, trust packets, and hosted-read packaging are kept together instead of being split across static documents.

Lead with the product lane a buyer can try immediately from a Testnet wallet.
Keep pricing and billing language tied to the current public-good Testnet boundary, not to unshipped mainnet claims.
Use the commercial surface to show that PrivateDAO can evolve into a sustainable infrastructure company.
The strongest Zerion angle for PrivateDAO is not an unrestricted bot. It is a governed agent that can prepare rebalances, payroll, and reward execution only inside scoped treasury policies.
Zerion CLI track surface

Policy-bound autonomous execution, with no god-mode agent

PrivateDAO treats the agent as an execution assistant, not an unchecked trader. The policy object locks the agent to Solana, caps spend, expires authority, blocks unsafe actions, and requires a DAO-approved route before any wallet execution layer is allowed to move value.

Scoped policies
Execution guardrails
Allowed
  • - Solana only
  • - SPL stablecoin transfer
  • - memo-coded payroll proof
Blocked
  • - unbounded swaps
  • - unknown recipients
  • - execution without governance approval
Live wallet portfolio check
Before treating the agent as operationally useful, review the live wallet portfolio that the policy is supposed to protect. Empty input uses the funded PrivateDAO Testnet operator wallet.
Open policy packet
Load a live wallet portfolio summary here before allowing an autonomous agent lane to be treated as safe enough for operator review.
Policy payload for Zerion CLI fork
Use this as the agent policy object before wallet execution.
{
  "project": "PrivateDAO",
  "integration": "zerion-cli-agent-policy",
  "agentId": "stablecoin-payroll-agent",
  "chainLock": "solana",
  "executionMode": "approve-before-execute",
  "action": "Prepare PUSD or USDC payroll settlement after DAO approval.",
  "spendLimit": "25 PUSD per execution",
  "expiryWindow": "48h",
  "requiredProof": [
    "dao-proposal",
    "wallet-signature",
    "memo-label",
    "explorer-signature"
  ],
  "allowedActions": [
    "Solana only",
    "SPL stablecoin transfer",
    "memo-coded payroll proof"
  ],
  "blockedActions": [
    "unbounded swaps",
    "unknown recipients",
    "execution without governance approval"
  ],
  "productRoutes": {
    "govern": "https://privatedao.org/govern/",
    "billing": "https://privatedao.org/services/testnet-billing-rehearsal/",
    "judge": "https://privatedao.org/judge/",
    "proof": "https://privatedao.org/proof/?judge=1"
  }
}