Policies and mandates
A policy decides whether an exact subject may perform an exact operation. A mandate records the authority granted to a delegated actor.
Define the operation
Include the action kind, subject, target, chain or account, expiry, nonce or request identity, and any amount or budget. Add risk context only when the policy evaluates it. Avoid generic “sign anything” grants.
Apply the decision
- Validate the request at the application or service boundary.
- Resolve the exact wallet session and signing subject.
- Evaluate scope, freshness, budget, revocation, and step-up rules.
- Present the operation in human-readable form.
- Sign and record the resulting decision and receipt.
Policy denial is a supported outcome. Explain the failing constraint and the available recovery action without leaking private policy inputs.
Read policy model and mandates.