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"
  }
}