Skip to content

Instantly share code, notes, and snippets.

View Amara-ops's full-sized avatar

Amara Amara-ops

View GitHub Profile
@Amara-ops
Amara-ops / policy_checklist_onepager.md
Last active October 4, 2025 15:12
Agent‑run Treasury Safety Checklist + Sample Policy

Agent-run Treasury Safety Checklist (Minimal Controls)

Purpose

  • Ship fast without dumb losses. Policy-before-execution. Clear, testable rules that constrain blast radius.

Core controls (enable all by default)

  1. Spend cap (with explicit units)
  • Define denomination and units up front.
    • Option A: denomination = "asset" (caps are in native units per asset/class, e.g., 0.10 ETH, 250 USDC)
  • Option B: denomination = "usd" (caps are USD-equivalent; requires price oracle checks)