Overview
Dormancy enables you to manage Identities that have become inactive on the Paxos platform by marking them dormant to reduce costs. An identity marked as dormant may continue to hold assets, but is disallowed from initiating new transactions until it is no longer dormant. Paxos will automatically mark identities that have been inactive for an extended period of time as dormant. You may also explicitly mark or unmark identities as dormant via the Identity API. This guide will walk you through how to:- Set and unset identities as dormant via the Identity Controls API
- List which of your identities are currently dormant
Identity Status Impact
When an identity is marked dormant, the identity status changes toDISABLED
. See the identity status guide for more information.
When retrieving an identity via Get Identity, the identity’s status_details
field will include any active dormancy control:
Workflow
➊ Mark Identity as Dormant
Mark an identity as dormant using the Create Identity Control endpoint.DISABLED
and operations are blocked.
➋ Unmark Identity as Dormant
Unmark an Identity as dormant using the Delete Identity Control endpoint.➌ List Dormant Identities
Query all identities with dormant identity controls using the List Identities endpoint. Filter by dormant control type:APPROVED
status after re-screening if no other controls or requirements apply.
You can listen for an identity status change event via Paxos Webhooks to be notified when the identity’s status changes.
If the identity remains in the DISABLED
state, then you can check the identity’s status_details
field to understand why.