30 MINUTES TO
SOVEREIGNTY
Production-ready agent governance in three steps.
01
Fork the Template (5m)
Clone the repository and install dependencies. Includes pre-configured integration with AgentKit.
git clone https://github.com/neus-network/sovereign-proxy
02
Define Your Mandate (10m)
Create a mandate.yaml file specifying your governance policies.
# mandate.yaml
policy:
max_spend: 100 USDC
approved_vendors:
- "0x123...abc"
min_reputation: 90
max_spend: 100 USDC
approved_vendors:
- "0x123...abc"
min_reputation: 90
03
Deploy & Verify (15m)
Wrap your agent with the NEUS sovereign proxy and deploy. ZK proofs are handled automatically.
FIG 9.0: INTEGRATION WORKFLOW
