Please rate how effectively this provider lets you design, enforce, and audit transaction-policy workflows.
(Applies to any firm that holds client assets or supplies wallet / custody infrastructure... e.g., custodians, custody/wallet tech, prime brokers)
Definitions:
1. Admin / Signer Management – Lifecycle controls over authorized admins and/or signers: onboarding and off-boarding, role assignment, quorum thresholds, key rotation or revocation, and comprehensive audit logging of all related changes.
2. Spend Allowance – Ability to impose quantitative limits—amount, frequency, time window—on outbound transfers per asset, wallet, or user, with enforced approvals and an immutable audit trail.
3. External Address Management – Workflow to whitelist or blacklist addresses, label counterparties.
4. Token Management – Controls over which tokens can be held or moved.
5. Smart Contract Management – Restrict outbound calls to a pre-approved set of contract addresses (e.g., only approved bridge contracts, or DEX contracts), verify code hash / version, and block all others.
6. Smart Contract Function Management – Within whitelisted contracts, allow only specific methods to be called (e.g., cross_chain_transfer()), while blocking sensitive or irrelevant functions like upgrade() or pause().
7. Smart Contract Parameter Management – Enforce rules on the arguments passed into approved functions (e.g., settlement address must match a whitelist in a decentralized exchange contract call ).