Policy Engine
SafeSign analysis के बाद organization-specific constraints evaluate करें: destinations, token permissions, value limits, methods, chains और context।
SafeSign का enterprise direction apps/agents और wallet, signer या custody system के बीच policy और evidence layer है। Final signing authority और private keys UTXO Suite से बाहर रहते हैं।

High-value layer एक और signing wallet नहीं है; यह organizational constraints, evidence preservation और multi-approval escalation है।
SafeSign analysis के बाद organization-specific constraints evaluate करें: destinations, token permissions, value limits, methods, chains और context।
REVIEW outcomes को second approver या role-based workflow तक escalate करें; final signature institution के signer/custody में रहे।
Auditability के लिए minimum structured evidence रखें, telemetry को surveillance product बनाए बिना।
SafeSign escalation recommend/require कर सकता है; institution के signing keys न रखे और evaluated transaction को silently execute न करे।
Deployment options को एक ही evidence और recommendation format पर converge करना चाहिए ताकि enterprise requirements SafeSign को अलग products में fragment न करें।
Deterministic analysis wallet/app के पास चलाएँ जहाँ privacy और predictable behavior सबसे महत्वपूर्ण हों।
FOUNDATIONHosted decision service commercial target है, पर auth, quotas, latency, availability और billing को production claim से पहले implement और measure करना होगा।
PRE-PRODUCTIONStrict data boundaries वाली institutions के लिए उसी decision contract को controlled infrastructure में package करें, अलग security engine बनाए बिना।
DESIGN TARGETयह page उन artifacts को अलग रखती है जो अभी तैयार किए जा सकते हैं और उन guarantees को जिन्हें measurement, external review और real support organization चाहिए।
SafeSign का enterprise direction apps/agents और wallet, signer या custody system के बीच policy और evidence layer है। Final signing authority और private keys UTXO Suite से बाहर रहते हैं।
एक wallet method, chain family या transaction class चुनें जिसकी failure boundary स्पष्ट हो।
Unchanged payload और relevant context को target SafeSign decision interface से जोड़ें।
Scope बढ़ाने से पहले false positives, missed signals, latency और fallback behavior measure करें।
Evidence stable होने के बाद ही support, policy, deployment और commercial commitments formalize करें।
Enterprise value consistent policy, evidence retention और escalation से आता है; existing wallet/signer/HSM/custody keys और final authority रखे।
Policy decoded facts पर काम करे: value, destination, authority, novelty, chain, request class, role।
Value limits पार हो तो escalate या additional approval मांगें।
Allowlisted counterparties, new destinations, changed records और risky contract relationships अलग करें।
Unlimited approvals, broad Permit2 rights, delegation या persistent signatures escalate करें।
Disallowed networks पर signing रोकें या separate policy profiles रखें।
High-value, novel या policy-exception transactions के लिए signing से पहले independent reviewers रखें।
Privileged transaction classes को approved windows, devices, sessions या recently authenticated operators तक सीमित करें।
Construction, security review, human authorization और signing authority को अलग stages रखें।
Confirmation से पहले exact request और origin लें।
Generic risk logic से पहले request family पहचानें।
Methods, parameters, authority और destinations normalize करें।
जहाँ उपलब्ध हो contract, policy, freshness और simulation context जोड़ें।
Reconstructed authority को user के stated intent से compare करें।
ALLOW, WARN, REVIEW या BLOCK स्पष्ट reasons और unknowns के साथ लौटाएं।
Control wallet या signer को लौटाएं। Analysis कभी silently sign या broadcast न करे।
Enterprise value consistent policy, evidence retention और escalation से आता है; existing wallet/signer/HSM/custody keys और final authority रखे।
{
"organization": "treasury-eu",
"actor": "operator:17",
"intent": { "action": "transfer", "valueUsd": 250000 },
"destination": "0xNEW...",
"signingSystem": "existing-custody-provider"
}{
"decision": "REVIEW",
"policyMatches": ["value>100k", "new_destination"],
"requiredApprovals": 2,
"evidenceHash": "sha256:...",
"payloadHash": "sha256:...",
"reviewers": ["security", "treasury"],
"signingAuthority": "external"
}Unknown evidence को स्पष्ट रूप से unknown रहना चाहिए। Missing analysis कभी चुपचाप ALLOW नहीं बनना चाहिए।
ये modes intended operational boundaries बताते हैं; यह claim नहीं कि हर enterprise mode आज production-ready है।
Evidence और recommendation लौटाएं, existing signing workflow authoritative रहे।
status: current architectural targetDeterministic rules fail हों तो forwarding रोकें, explicit override और escalation path रखें।
status: planned / design targetPolicy और evidence infrastructure को customer-controlled boundary में तब चलाएं जब maturity और support उचित हो।
status: future enterprise pathDecision records internal control, incident analysis और procurement के लिए export करें, private keys नहीं।
status: design targetUTXO Suite policy/evidence दे, जबकि customer wallet/signer/HSM/custody keys और final authority रखे।