Viewing pending approvals
Dashboard
- Navigate to Activity in the sidebar
- Filter by Pending Approvals to see transactions awaiting your action
- You’ll see a list of pending items with:
- Transaction type (transfer, transaction, signature)
- Wallet involved
- Amount and recipient
- Policy that triggered the approval
- Time remaining (if auto-reject is configured)
Notifications
Depending on your organization’s configuration, you may receive notifications when approvals are pending:- Slack/Teams - Via Zapier integration
- Webhooks - The
policy.approval.pendingevent fires when approval is needed
Reviewing a pending transaction
Before approving, review the transaction details:- Click on the pending approval to open details
- Review:
- Initiator - Who requested the transaction
- Wallet - Which wallet is involved
- Type - Transfer, transaction, or signature
- Recipient - Destination address
- Amount - Value being transferred
- Policy - Which policy triggered the approval requirement
- Other approvers - Who else needs to approve (for multi-sig)
Approving a transaction
- Open the pending approval
- Review all transaction details
- Click Approve
- Sign the approval with your passkey
- If quorum is met (e.g., 2-of-3 approved), the transaction executes
- If more approvals are needed, the transaction stays pending
- The initiator cannot approve their own transaction (unless specifically allowed by policy)
Rejecting a transaction
If a transaction looks incorrect or suspicious:- Open the pending approval
- Review the transaction details
- Click Reject
- Optionally provide a reason for rejection
- Sign the rejection with your passkey
- The transaction is cancelled
- The initiator receives notification
- The rejection and reason are logged for audit
Approval timeouts
Policies can configure an auto-reject timeout. If approvers don’t act within the timeout:- The transaction is automatically rejected
- No manual action is needed
- The timeout is shown on the pending approval
Quorum requirements
Multi-signature policies require a specific number of approvals (quorum):| Quorum | Meaning |
|---|---|
| 1-of-2 | Any one of two designated approvers |
| 2-of-3 | Any two of three designated approvers |
| 3-of-5 | Any three of five designated approvers |
- How many approvals are needed
- How many have been received
- Who has already approved
Multiple approval groups
Some policies require approval from multiple groups. For example:- 1 approval from Operations AND
- 1 approval from Compliance
For developers
To manage approvals programmatically:Approvals API
List and process approvals via API
Webhooks
Get notified of pending approvals
Related guides
Creating policies
Set up approval requirements
Transferring assets
Initiate transfers
Security best practices
Secure your approval workflows
