Appearance
Policies and mandates
Start with Signing, then add policy checks around the typed request. A policy decides whether an exact subject may perform an exact operation. A mandate records authority granted to a delegated actor.
Describe one operation
Include the action kind, subject, target, chain or account, expiry, nonce or request identity, and any amount or budget the policy evaluates. Avoid generic “sign anything” grants.
Evaluate before signing
- 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 requirements.
- 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 exposing private policy inputs.
Read the policy model and mandates for the full vocabulary.