New Report Alert! Our latest guide on Stablecoin Payment Infrastructure is live. Download Now

Private Key Management Institutional Wallets

Share this article

Private Key Management for Institutional Wallet Infrastructure: Architecture, Governance, and Operations

Key takeaways

Compromised keys mean permanent loss
The loss or compromise of a private key can result in permanent, irreversible loss of the underlying assets, which is why institutional key management prioritises prevention and recovery design from the start.

Architecture choice depends on security and throughput needs
Institutions require HSM, MPC, or hybrid architectures depending on their security isolation needs and operational throughput requirements.

No single person should control a key end to end
No single individual should have end-to-end control over institutional private keys; separation of duties, role-based access, and multi-party approvals are non-negotiable.

Key management spans the full lifecycle
Private key lifecycle management spans six stages: generation, storage, signing, rotation, recovery, and destruction.

Security depends on all three layers working together
Architecture, governance, and operations must function together; a gap in any one area creates institutional risk.

Private key management is the foundational security requirement for institutional digital asset operations. Private keys are the cryptographic mechanism that authorises asset transfers on a blockchain, and their loss, exposure, or compromise can lead to permanent, irreversible asset loss. For an institution, the stakes extend well beyond a single wallet, because keys typically control pooled client and treasury assets. The cost of failure is measured in direct financial loss, regulatory exposure, and reputational damage, which is what separates institutional key management from individual custody and why it demands dedicated infrastructure rather than a manual process.

Managing that risk at scale rests on three pillars. Architecture is the technology and infrastructure that protects keys, spanning HSM, MPC, and hybrid models. Governance is the policies and rules that determine who can access keys and under what conditions. Operations is the set of processes that regulate the full key lifecycle, from generation through to destruction. Security and efficiency depend on all three working together, and a weakness in any one undermines the other two.

Regulatory obligations add a further layer of complexity. Across Asia-Pacific and the Middle East, regulators have issued specific guidance on how institutions must protect cryptographic keys. The Monetary Authority of Singapore’s Technology Risk Management Guidelines require financial institutions to implement robust controls for cryptographic key generation, storage, access, and destruction. In the UAE, the Virtual Assets Regulatory Authority (VARA) and the Abu Dhabi Global Market’s Financial Services Regulatory Authority (FSRA) set out key management requirements as part of their digital asset custody frameworks. 

In India, the Reserve Bank of India and the International Financial Services Centres Authority (IFSCA) similarly expect regulated entities to demonstrate secure key management practices. Institutions operating across these jurisdictions must design infrastructure that meets the strictest applicable standard, not just the minimum requirement of their home market.

This guide examines institutional private key management in depth: architecture options, governance requirements, operational procedures, and criteria for evaluating a key management system.

What is a private key?

A private key is a cryptographic value that enables the holder to authorise transactions involving digital assets on a blockchain. The corresponding public key is mathematically derived from the private key and can be used to generate a blockchain address. 

A public key allows the creation of blockchain addresses for storing digital assets. In the transaction process, the private key provides authorisation through a signature that proves ownership without disclosing the key.

A private key is a large, randomly generated cryptographic value that authorises transactions involving digital assets on a blockchain. It is produced using elliptic curve cryptography, which derives a corresponding public key from the private key through a one-way mathematical function that cannot be reversed; that public key, in turn, generates the blockchain address used to receive assets. 

Whoever holds the private key controls the assets at that address, because the key is what signs and authorises any transfer. This is what makes it matter at institutional scale, i.e the private key is not a password that can be reset but the sole proof of ownership, so if it is lost or exposed, there is no administrator, bank, or regulator who can restore access or reverse a transaction, and the associated assets are gone permanently.

Private Key Security 

Blockchain transactions are executed permanently. Once a transaction has been processed, it cannot be reversed through institutional or regulatory intervention. This permanence creates unique security requirements. If an unauthorised party acquires your private key, they can transfer all associated assets instantly.

Unlike traditional banking systems where fraudulent transactions can be reversed, blockchain transactions remain permanent.

Private key exposure represents an absolute risk of asset loss. No insurance, no regulatory intervention, no recovery mechanism exists. If your private key becomes compromised, associated assets are lost immediately and permanently.

Why blockchain transaction permanence creates unique key security requirements

Blockchain transactions are permanent. Once a transaction is processed, it cannot be reversed through institutional or regulatory intervention, unlike traditional banking systems where fraudulent transfers can be recalled or disputed. This permanence creates a security requirement that has no equivalent in conventional finance: if an unauthorised party acquires a private key, they can transfer every associated asset instantly, and there is no mechanism to claw those assets back.

What key compromise means for institutional operations

For an institution, private key exposure represents an absolute risk of asset loss. There is no insurance backstop, no regulatory intervention, and no recovery mechanism once a key is compromised, so the associated assets are lost immediately and permanently. The scale of that exposure depends on the architecture model. A hot wallet compromise exposes the active liquidity connected to that wallet, which is the funds available for live transactions. A cold storage breach is far harder to execute because the keys are held offline, but if it succeeds the scale is catastrophic, since cold storage typically holds the largest reserves.

What happens when a private key is lost?

Lost keys: Severity: permanent asset loss. If a private key cannot be accessed or recovered, the assets still exist on-chain but are permanently frozen, since no one can authorise transactions without the key.

Exposed keys– Severity: immediate, irreversible theft. If an unauthorised party obtains the key, they can transfer all associated assets to external addresses before anyone can intervene.

Compromised key management systems: Severity: systemic, multi-wallet exposure. If the systems protecting keys are breached, attackers may extract keys across every wallet relying on that system, not just one.

Insider-initiated key misuse: Severity: authorised-but-malicious action. The key is neither lost nor externally compromised; an authorised party deliberately uses it for unauthorised purposes. This is why governance controls (who can authorise what, under what conditions) matter as much as key security itself.

Self-Custody vs Institutional Custody Models

Before evaluating any wallet architecture, institutions face a more fundamental decision: who controls the private keys. This choice determines where operational responsibility sits, what expertise the institution must maintain internally, and how risk is distributed. It is less a binary than a spectrum, but it typically resolves into two models.

Self-custody means the institution directly controls and owns the key generation process. The organisation is responsible for protecting the key throughout its lifecycle, including its recovery and ongoing management. This model offers the highest degree of control, but it requires deep in-house security expertise and the operational capacity to manage keys reliably at scale.

Institutional custody means a service provider handles key generation and is accountable for securing the keys on the institution’s behalf. This lets the organisation transfer the security burden to specialists, reducing the internal expertise required, in exchange for a dependency on the provider’s controls and infrastructure.

Consideration Self-Custody Institutional Custody
Key control Retained fully in-house Delegated to the provider
Security responsibility Owned by the institution Owned by the provider
Required internal expertise High Lower
Recovery and management Managed internally Managed by the provider
Primary trade-off Maximum control, higher operational load Reduced burden, provider dependency

Neither model is inherently more secure. The right choice depends on the institution’s regulatory obligations, internal security maturity, and how much operational control it needs to retain. A crypto exchange with a mature security team may prioritise self-custody for control, while a bank entering digital assets may prefer to delegate custody to specialists while it builds internal capability.

In practice, the two are not mutually exclusive. Liminal supports both fully managed institutional custody and self-custody infrastructure that keeps key control with the client, allowing institutions to adopt the model that fits their maturity today and shift as their needs evolve.

Public Key vs Private Key Comparison

Parameter Public Key Private Key
Purpose Receives digital assets; verifies signatures Signs transactions; authorizes asset transfers
Visibility Publicly shared without security risk Should remain absolutely confidential
Ownership Control Can be shared openly with anyone Controlled exclusively by authorized owner or institution
Security Requirement Minimal security requirement Critical security requirement
Role in Transactions Verifies authenticity of signatures Creates cryptographic signatures
Exposure Risk Minimal risk if exposed Can result in total asset loss
Institutional Management Stored in wallet addresses and systems Protected through MPC, HSM, governance policies, and access controls

How does private key management differ for financial institutions?

Managing private keys for a large organisation is far more demanding than protecting the key to a personal crypto wallet. The difference is not only one of scale, but of accountability, coordination, and consequence. Seven factors make institutional key management a distinct discipline.

  1. High Volume and Value of Transactions: Institutions process thousands of daily transactions and hold millions of dollars in digital assets. At this scale, a single key compromise no longer means one lost wallet; it can expose an entire treasury. The failure mode is catastrophic and immediate: assets moved in one unauthorised signing event cannot be recovered.
  2. Multiple Authorised Users and Teams: Institutions are represented by many people- treasury, compliance, settlement, operations- each needing a different level of access. For an individual, key access is a single decision; at institutional scale, it becomes an access-control problem across departments. The failure mode is concentration of control: if any one person can authorise transactions alone, that person becomes a single point of failure or fraud.
  3. Irreversibility of Blockchain Transactions: Blockchain transactions are permanent, and even mistaken or unauthorised ones remain settled forever. An individual’s error affects only their own funds; an institution’s error can affect client assets, counterparties, and regulatory standing. The failure mode is irreversible loss; there is no chargeback, reversal, or support line to undo a bad transaction.
  4. Insider and Operational Risks: Insider threats and operational errors are a core part of institutional risk. Unlike an individual managing their own key, an institution must assume that an authorised employee could act maliciously or make a costly mistake. The failure mode is an authorised-but-improper transaction: a legitimate signer moving assets they should not, or a process error triggering transfers that should never have occurred.
  5. Regulatory and Audit Requirements: Regulators and auditors expect institutions to demonstrate, with documentation, exactly how private keys are managed and controlled. Individuals face no such obligation; institutions must prove their controls, not just operate them. The failure mode is compliance failure: an inability to evidence proper key-management procedures during an audit, exposing the institution to penalties or loss of licence.
  6. Operations Across Multiple Blockchains: Institutions work across Ethereum, Solana, Polygon, Bitcoin, and many other networks, each with its own key-management model. An individual may hold assets on one or two chains; an institution must manage keys consistently across many, each with different signing requirements. The failure mode is fragmented security: gaps and inconsistencies between chains that create exploitable weak points.
  7. Third-party and Counterparty Access: Institutions rarely operate in isolation; custodians, sub-custodians, and external signers often need some level of key access to fulfil their role. Unlike an individual, who controls their key alone, an institution must grant outside parties limited access without surrendering control or visibility. The failure mode is unaccountable access: a third party holding more capability than intended, or acting without a clear, auditable trail of who did what.

Architecture: Private Key Management Architectures

Institutions do not rely on a single approach to key management. They select from a set of architectures, often in combination, based on how they balance security, speed, and operational control. Five architectures dominate institutional use, and understanding what each is for sets up the trade-offs that follow.

  • Hardware Security Module (HSM): Dedicated cryptographic hardware where keys are generated and used entirely inside the device, never exposed in plaintext.
  • Multi-Party Computation (MPC): Key material split across multiple parties or systems, so that no single holder ever possesses the whole key.
  • Hot wallet: Keys held in internet-connected systems for fast, automated transaction execution.
  • Cold wallet: Keys held in offline, network-isolated systems, prioritising security over speed.
  • Hybrid: a deliberate mix of the above, allocating assets across wallet types by risk and liquidity needs.

HSM vs MPC Key Management: Which one is better?

HSM-Based Key Management

Hardware Security Modules provide dedicated cryptographic hardware protecting private keys.

How does an HSM work?

All HSM activities occur internally. All cryptographic keys are generated and operated on within the HSM, making them impossible to access from outside, including in plaintext.  

Key Protection

HSMs use physical security to protect encryption keys from tampering. To prevent improper access, HSMs include access controls and can operate without human intervention.

Transaction Signing

When a transaction needs approval, the application sends information to the HSM. The HSM then completes the signing process itself. The HSM sends the signed transaction information back to the app.

MPC-Based Key Management

Multi-Party Computation distributes private key material across multiple parties and systems.

Key Distribution

In MPC-based key distribution, private keys are split into several key parts. No single portion of the key reveals the entire key. To sign anything, a combination of parts is necessary. Each part is controlled by a different party or system.

Distributed Signing

If a transaction needs to be signed, every party holding a share of the key participates in signing. The signing process takes place among many parties at once. The whole private key is never revealed. Each party handles only a part of the process.  

Flexibility

In MPC, transaction signing is possible without access to the physical key. This means computer networks that are not in one place can authorise the transaction. Hence, MPC can avoid complications that may arise with HSMs.

Parameter HSM Key Management MPC Key Management
Security architecture Uses dedicated hardware to protect cryptographic keys and perform signing operations within a secure environment. Uses distributed cryptographic operations across multiple parties or systems without requiring the complete private key to be held by one party.
Key management model Key material is protected within dedicated hardware infrastructure. Key material or signing capability is distributed across multiple parties or systems.
Single point of failure Resilience depends on HSM redundancy, backup infrastructure, and deployment architecture. Distributed signing can reduce dependence on a single system or party, depending on the MPC design.
Deployment Requires secure deployment and management of HSM infrastructure. Can provide software-based deployment across distributed systems and locations.
Transaction signing Transactions are signed within the HSM, and the signed transaction is returned to the application. Multiple parties or systems participate in the signing process without reconstructing the complete private key.
Recovery Requires secure backup, redundancy, and recovery procedures, which may include backup HSM infrastructure. Requires secure recovery mechanisms for distributed key shares or signing state.
Operational flexibility Can involve greater infrastructure and deployment requirements. Supports distributed operations, remote authorisation, and flexible multi-party workflows.
Auditability Supports logging of cryptographic and administrative operations. Supports audit trails showing signing requests, approvals, and participation by relevant parties or systems.
Scalability Scaling may require additional HSM infrastructure and secure deployment. Can support distributed signing environments across multiple systems and locations.
Institutional use cases Suitable for institutions prioritising hardware-based isolation, regulated environments, and reserve asset protection. Suitable for institutions requiring distributed control, operational flexibility, and multi-party transaction workflows.

Hot Wallet Architecture

Hot wallets store keys in internet-connected systems, enabling rapid transaction execution.

Connectivity: Hot wallets require an internet connection to send transactions quickly. Transaction execution time ranges from minutes to seconds.

Use Cases: Hot wallets are used for customer payments. Exchanges use hot wallets to manage customer withdrawals. Payment processors use hot wallets for settling transactions.

Security Considerations: Internet connectivity provides an entry point for potential attacks, making hot wallets more vulnerable than offline storage.

Institutional-grade controls: Hot wallet exposure is not fixed; it is managed. Institutions reduce hot wallet risk through layered operational controls: IP allowlisting to restrict which systems can initiate transactions, per-transaction velocity limits that cap how much can move in a given window, and real-time monitoring and alerting to surface anomalies as they happen. 

Cold Wallet Architecture

A cold wallet stores its keys in a system that is not connected to a network.

Isolation: Keys are created in a system that does not use the network. As a result, a network-based attack cannot affect cold storage.

Operational tradeoff: Transacting with cold wallets requires processing transactions manually. No automated transactions are possible. Cold storage emphasises security rather than operational speed.

Use Cases: Cold wallets protect institutional reserve assets. Cold wallet architecture supports long-term asset storage. Assets that do not require frequent transactions use cold storage.

Hybrid Wallet Structure

Institutions often use cold wallets alongside other wallet types.

Risk-based allocation: Organisations distribute their assets across multiple wallet types based on safety and liquidity. Hot wallets handle daily payments, while cold wallets hold reserve assets.

MPC + HSM Combination: Some institutions often merge MPC for operational wallets with HSM-backed cold storage for reserves. This approach balances operational efficiency with security.

When to Choose HSM, MPC, or Hybrid

Choose HSM when:

HSM is best for institutions where protection takes priority over operational speed, and where regulation or reserve-holding demands hardware-level key isolation.

  • Your institution prioritises maximum physical key isolation
  • Regulatory requirements mandate hardware-based protection
  • Your institution manages reserve assets requiring maximum security
  • Your institution operates in jurisdictions requiring hardware-based custody

Choose MPC when:

MPC is perfect for institutions that need to move quickly and operate across teams and locations, without a single hardware chokepoint constraining transaction authorisation.

  • Your institution requires operational flexibility and rapid transaction execution
  • You manage distributed teams across multiple geographic locations
  • You need to eliminate geographic restrictions on key management
  • Your institution requires high transaction volumes
  • You want to avoid single points of failure

Choose Hybrid (MPC + HSM) when:

Hybrid is ideal for institutions that hold both working balances and long-term reserves, and need to match each to the architecture that fits its liquidity and risk profile.

  • Your institution has both operational and custodial requirements
  • You manage both active trading assets and reserves
  • You need security for reserves and efficiency for operations
  • Regulatory requirements allow hybrid approaches

Many regulated institutions, particularly custodians and exchanges operating across APAC and MENA, adopt hybrid architectures that allocate assets across wallet tiers based on liquidity need and risk tolerance.

Governance: Institutional Private Key Access Control

Effective key governance curtails unauthorised transactions and enforces risk management requirements.

Distribution of Duties: No single individual has total control over key access. The key initiators, approvers, and signers are kept separate so no single individual can initiate a transaction on their own.

Role-based Permissions: Users receive permissions aligned with job functions. Traders can initiate transactions. Compliance officers review transactions. CFOs approve large transfers. Access control prevents individuals from performing functions outside their role.

Multi-Person Approval Requirement: All transactions exceeding a given amount require approval from two or more people. For instance, when transferring a larger amount, three individuals must approve. At the same time, usual transactions can proceed with just one approval. The approval requirements reflect how tolerant the organisation is to risk.

Transaction Limits and Velocity Controls: Policies establish maximum transaction amounts and frequency. Daily withdrawal limits prevent rapid asset depletion. Per-transaction limits restrict individual transaction sizes.

Counterparty Allowlisting: Institutions maintain approved recipient address lists. Funds can only be transferred to whitelisted addresses. New recipients require approval before transfers.

Privileged Access Management: Administrative users accessing key systems require enhanced authentication. Administrative actions receive additional monitoring. Privileged access remains restricted to essential personnel.

Audit Trail Maintenance: All key-related activities are logged. Key generation, signing, rotation, and administrative access generate audit records. Complete audit trails support compliance and forensic investigation.

Why should no single person control institutional private keys?

No one should be able to independently access, authorise, and transfer institutional digital assets. Giving one person control creates unnecessary insider and operational risk because a compromised account, malicious action, or human error could result in unauthorised asset movement.

Separating transaction initiation, approval, and signing responsibilities prevents unilateral control and creates clear accountability. Multi-person approvals and role-based permissions ensure that significant transactions require appropriate oversight before execution.

Operations: Private Key Lifecycle Management

Stage 1. Secure Key Generation

Cryptographic keys must be generated using valid random sources in a secure environment. Key creation must occur within the HSM or the MPC, not on conventional computers. Evidence must confirm the key-generation steps, the people involved, and the generation date. 

Key generation must use cryptographically secure random number generators (CSPRNGs). HSMs typically include FIPS 140-2- or FIPS 140-3-validated RNGs, providing evidence of generation quality that auditors can verify.

Stage 2. Storing Keys

Once keys are generated, they must be stored in accordance with organisational rules. Storing keys in an HSM helps protect the hardware. If MPC is used, the key is divided into shares. Backup copies must be available to ensure business continuity. Key storage must also allow for tamper detection.

Stage 3. Signing transactions with keys

Keys must be used to sign transactions that comply with organisational policies. User access to request the signature must be ensured. Transaction policies must be introduced to avoid violations. Maintain audit trails for all signatures produced.

Stage 4. Key Rotation

Key rotation frequency depends on the architecture and risk profile. Operational keys may rotate quarterly or after any suspected compromise. Reserve keys rotate less frequently due to operational overhead. Emergency rotation procedures must be documented and tested separately from planned rotation to ensure they can be executed under incident conditions.

Stage 5. Key Backup and Recovery

Business continuity requires institutions to maintain secure backup and recovery mechanisms for cryptographic keys or key-management components. Recovery procedures should be established to ensure that the loss of a device, system, key share, or authorised user does not permanently prevent access to institutional assets.

Backup material should be protected using appropriate security controls and, where required, stored in geographically separate locations. Recovery should involve authorised personnel and predefined approval procedures rather than relying on a single individual. Institutions should regularly test recovery procedures to confirm that assets can be recovered securely without introducing new vulnerabilities.

Stage 6. Key Cancellation and Disposal

If keys are compromised, they need to be cancelled. Institutions should cancel keys before anyone tries to use them. Disposal should destroy the key, making recovery impossible.

Stage 7. Key Auditing and Monitoring

Institutions should continuously monitor key access and transaction activity and maintain audit records throughout the key lifecycle. Audit logs should include information on key-generation activities, key-signing processes, recovery processes, key-change processes, and administrator activities.

Keeping such records helps institutions retain information that may be helpful in the event of a security breach, in complying with different regulations, and in undergoing the audit process.

What are the biggest operational challenges in private key management?

The most common operational challenges include:

  • Key compromise: A compromised key or key-management component can result in unauthorised asset transfers.
  • Insider threats: Excessive access or poor separation of duties can increase the risk of unauthorised activity by employees or privileged users.
  • Key loss or inaccessibility: Lost devices, unavailable key shares, or failed recovery processes can prevent institutions from accessing their assets.
  • Human error: Incorrect transaction details, approval mistakes, or configuration errors can lead to unintended transactions.
  • Access-control failures: Excessive permissions or weak authentication can give users access beyond what their roles require.
  • Recovery failures: Poorly designed or insufficiently tested recovery mechanisms may fail when they are needed most.
  • Policy misconfiguration: Incorrect transaction limits, approval rules, or allowlists can either block legitimate activity or create unnecessary risk.
  • Single points of failure: Dependence on one person, device, system, or location can affect both security and operational availability.
  • Multi-chain complexity: Managing assets across different blockchain networks introduces differences in transaction formats, signing requirements, wallet structures, and operational processes.

For institutions, the challenge is balancing security with operational availability. Key management controls must protect assets without unnecessarily complicating legitimate transactions, recovery, and day-to-day operations.

Best Practices for Institutional Private Key Management

Architecture

Secure Generation and Storage: Generate keys in secure environments and use strong random number generators. In addition, it is advised to store keys on hardware or share them among several parties. Backup processes should preserve continuity of operations without jeopardising security.

Eliminate Single Points of Failure: No one person should control keys. No single device should store all parts of a key. No physical place should contain the entire key protection mechanism.

Establish Key Rotation Policies: Regular key rotation limits exposure if a key is compromised. Urgent rotation procedures must address suspected compromise, and rotation policies should be checked and reported.

Scale Key Management as Operations Grow: Key-management infrastructure should support growth in wallets, assets, users, transaction volumes, and blockchain networks. Security and governance controls must remain consistent as operations scale, rather than relying on manual processes that become difficult to manage as volume increases.

Governance

Enforce Separation of Duties: Engage different key initiators, approvers, and signers. Individuals should not be allowed to perform key management operations jointly with other functions.

Apply Least-Privilege Access: Users receive only the permissions required for their job functions. Excess permissions are revoked. Permissions are reviewed periodically.

Implement Multi-Party Authorisation: Actions requiring institutional approval are carried out by various authorised persons. For those transactions, an agreement between the parties involved is necessary for authorisation. Use an approval procedure to maintain transaction records.

Regularly Review Key Management Controls: Conduct periodic reviews of key-management policies, access rights, approvals, transaction policies, recovery procedures, and audit reports to identify weak controls and ensure security measures remain aligned with organisational and regulatory requirements.

Conduct Regular Third-Party Security Assessments: Engage independent specialists to assess key-management security on a recurring basis, covering penetration testing, HSM configuration audits, and MPC threshold verification. External assessments surface weaknesses that internal reviews can miss and provide evidence institutions can present to regulators and auditors.

Operations

Maintain Tested Recovery Procedures: For business continuity, key-recovery procedures must be proven effective. Recovery should work without introducing new vulnerabilities and should be executable without resorting to emergency measures.

Continuously Monitor Key Activity: Real-time monitoring helps detect unusual key activity. Alarms should alert operators to abnormalities, and a defined investigation procedure should address anything recorded.

Maintain Complete Audit Trails: Record every action involving keys. Documentation must be immutable and tamper-proof. Audit records support compliance, investigations, and regulatory reporting.

How to Evaluate Enterprise Crypto Key Management Infrastructure

Institutions should examine key-management infrastructure based on both technical security and operational requirements. The evaluation should consider whether the solution can protect key material, enforce governance policies, support the complete key lifecycle, and scale with institutional operations.

HSM and MPC Architecture: Does the provider use FIPS 140-2 or FIPS 140-3 validated HSMs, or peer-reviewed MPC protocols? Can they provide documentation of the cryptographic standards used, and explain which approach  HSM, MPC, or hybrid best fits your risk profile?

Key Lifecycle Management: Does the solution support the entire key lifecycle, secure generation, storage, signing, rotation, backup, recovery, revocation, destruction, and auditing? Are any stages handled outside the platform or dependent on manual processes?

Governance and Policy Controls: Can the platform enforce role-based access, separation of duties, multi-party approvals, transaction limits, allowlists, and privileged-access controls? Are these policies configurable to match your internal governance model?

Recovery Mechanisms: How does the solution handle key recovery, backup, disaster recovery, and business continuity? Can recovery procedures be tested without introducing additional vulnerabilities?

Deployment Models: Does the infrastructure support your preferred deployment model, on-premises, cloud, or hybrid? Are there functional or security differences between these options?

Auditability: Do key-management and transaction activities generate complete, tamper-resistant audit records? Can those records support both regulatory reviews and internal audits without additional manual reconciliation?

Security Certifications and Assurance: What security certifications does the provider hold, and can they share independent assessments, audit reports, and penetration-testing results? How recent is this assurance evidence?

API and Enterprise Integrations: Does the platform integrate with your custody systems, wallet infrastructure, transaction systems, identity and access-management platforms, and monitoring tools? Is a sandbox available to validate integrations before deployment?

Multi-Chain Support: Does the infrastructure support the blockchain networks and digital assets you require today, and can it accommodate additional networks as your operations expand? How are new chains added?

Operational Resilience: What redundancy, availability, incident-response, disaster-recovery, and business-continuity capabilities does the provider offer? What uptime and recovery commitments are contractually guaranteed?

Regulatory Readiness: Can the infrastructure and its controls support the regulatory, compliance, and audit requirements across every jurisdiction in which you operate? Does the provider have experience with your specific regulatory regimes?

Scalability: Can the system scale with your number of wallets, crypto-assets, clients, and transaction volumes while maintaining consistent security and governance? At what point, if any, does scaling require architectural change?

How Liminal can help with Institutional Private Key Management

Architecture

Liminal combines HSM and MPC across its wallet infrastructure to protect keys while meeting institutional security standards. Its HSM Vault provides hybrid MPC and hardware security module custody built for banks and regulated institutions. At the same time, its MPC and MultiSig wallet infrastructure supports hot, warm, and cold configurations across multiple blockchain networks 

This architecture is underpinned by ISO 27001 and ISO 27701 certifications and SOC 2 Type II attestation, providing independent evidence of Liminal’s infrastructure and information-security standards.

Governance

Liminal’s Firewall is a policy engine that governs who can authorise which transaction, under what conditions, with a full audit trail. Access is controlled by organisational role, multiple approvals can be required before a transaction completes, and every key-related action is recorded in a tamper-resistant audit log. 

Operations

Liminal supports the full private key lifecycle, generation, storage, signing, rotation, backup, recovery, revocation, and monitoring alongside automated treasury operations through its Automation Engine (sweeps, refills, gas management, and transaction scheduling). 

Compliance is supported through integrated Travel Rule (via Notabene), address screening and AML (via TRM Labs), and KYC workflow support.

Liminal has processed over $100B in transaction volume, demonstrating its ability to manage key operations and the full lifecycle at institutional scale, including through periods of market stress.

Final thoughts

Private key management is not only about secure key storage. Architecture, governance, and operations must work together; a weakness in any one creates institutional risk, no matter how strong the other two are.

The institutions best positioned to protect assets, satisfy regulators, and scale their digital asset operations pair the right architecture, i.e HSM, MPC, or hybrid, with disciplined governance and tested operational procedures. Strength in one pillar does not compensate for gaps in another; resilience comes from all three.

To see how your current setup measures against institutional and regulatory requirements, reach out to the Liminal team. 

Frequently Asked Questions

What is private key management?

Private key management comprises all procedures, policies, and systems protecting cryptographic private keys. It includes secure generation, storage protection, access control, usage governance, rotation procedures, recovery mechanisms, and continuous monitoring.

Institutions use HSM-based hardware protection, MPC-based distributed key management, role-based access controls, multi-party approval workflows, transaction policy enforcement, comprehensive audit trails, and continuous monitoring.

HSM stores keys in dedicated hardware devices. Keys never exist in plaintext outside the device. MPC distributes key material across multiple parties. No single party holds complete key material. HSM provides maximum isolation. MPC provides maximum operational flexibility. In practice, many regulated institutions use both: HSM for reserve assets requiring maximum isolation, and MPC for operational wallets requiring multi-party sign-off without physical hardware constraints.

Neither is universally superior. HSM suits reserve asset protection and maximum isolation requirements. MPC suits operational efficiency and multi-party authorisation requirements. Many institutions use hybrid approaches that combine both.

More on Crypto

The loss or compromise of a private key can result in permanent, irreversible loss of the underlying assets, which is why institutional key management prioritises …
August 29, 2026
Stablecoin payment volumes crossed $9 trillion in 2025, a figure no longer surprising to treasury and operations teams at banks and fintechs….
August 27, 2026
Vietnam receives more money from abroad than most countries in the world. World Bank data places annual remittance inflows at USD 16–18 billion in 2024,…
August 21, 2026

Find out what is the Ideal Custody Solution for you