Custody Wallet Models for RWA: MPC, Multisig, and Cold Storage
Bifu Research · 2026-08-08 · 8 min read
Table of contents
MPC, multisig, and cold storage are the three main models for securing the private keys behind an RWA token, and each trades off differently between security, speed, and operational flexibility.
Custody wallet models are how an issuer or platform secures the private keys that control an RWA token's admin functions and any pooled crypto assets involved in issuing or redeeming it — and the three most common approaches are multi-party computation (MPC), multisig, and cold storage. This is a different question from how the underlying real-world asset itself is held: a gold bar in a vault, a fund's securities at a custodian, or a loan portfolio's legal title are separate from the wallet that controls the token layer on top of them. This article explains how MPC, multisig, and cold storage each work, and the tradeoffs institutions weigh when choosing between them for RWA custody.
Why Wallet Custody Is a Separate Question From Asset Custody
An RWA product typically involves two distinct custody questions. The first is: who holds the underlying real-world asset, and how is that claim verified? That question is covered in custody models for physical-backed RWA, which walks through vaulted custody, registry-based ownership, and smart-contract-enforced claims for the asset itself.
The second question, and the one this article focuses on, is: who holds the private keys that control the token layer — the wallets or admin keys that can mint, burn, pause, or otherwise administer the token contract described in smart contract risk in RWA tokens? A fund's gold could be perfectly secured in an allocated vault, and the token representing claims on it could still be at risk if the wallet controlling the token contract's admin functions is poorly secured. These are genuinely separate risks, and a product's documentation should address both.
Hot vs Cold: The First Split
Before comparing MPC, multisig, and cold storage as models, it helps to separate a more basic distinction: hot versus cold. A hot wallet keeps its private key material connected to the internet in some form, which makes it fast and convenient for frequent transactions but exposes it to remote attack. A cold wallet keeps key material offline, disconnected from any network, which removes the remote-attack surface but makes transacting slower and more operationally involved, since a person typically has to physically interact with offline hardware to approve anything.
Institutional custody generally uses a mix: a small hot allocation for routine operational needs, and the bulk of control kept cold or behind additional approval layers for anything sensitive, such as admin functions on a token contract.
Multisig Wallets: How They Work and Their Tradeoffs
A multisig (multi-signature) wallet requires more than one private key to authorize a transaction — for example, a wallet might be configured so that any three of five designated keyholders must sign before a transaction executes. No single keyholder can act alone, which means a single compromised or malicious key is not enough to move funds or trigger an admin function.
Multisig is a long-established, well-understood model with a strong track record across the wider blockchain industry. Its main tradeoffs:
- Strengths: The logic is transparent and auditable directly on-chain in many implementations, since the signature requirement is often enforced by the smart contract itself. It is well understood by security researchers, with a long history of use.
- Limitations: Each signer typically manages their own full private key, so the number of individual keys that could be individually targeted, lost, or mismanaged scales with the number of signers. Changing the signer set can also be operationally rigid, and the requirement lives on-chain, meaning it is visible and, on some implementations, potentially more gas-intensive or slower to execute than other models.
MPC Wallets: How They Work and Their Tradeoffs
Multi-party computation (MPC) takes a different approach: rather than requiring multiple complete private keys to each sign independently, MPC splits a single private key into multiple "shares" distributed among different parties, none of whom ever holds the complete key. To authorize a transaction, a threshold number of parties run a cryptographic protocol together that produces a valid signature without ever reconstructing the full key in one place.
The practical effect looks similar to multisig from a security standpoint — no single party can act alone — but the mechanics and tradeoffs differ:
- Strengths: Because there is only ever one wallet address and no on-chain record of a multi-signature requirement, MPC can be more flexible for the assets it secures, and it can be blockchain-agnostic, working the same way across chains that may not natively support multisig contracts. Key shares can also often be rotated or re-shared without changing the wallet address.
- Limitations: The security of an MPC setup depends heavily on the correctness of the cryptographic protocol and the software implementing it, which is more complex and less directly visible on-chain than multisig's transparent signature requirement. Because the enforcement happens off-chain in software rather than in a publicly verifiable smart contract, evaluating an MPC provider depends more on trusting their implementation, audit history, and operational security than on inspecting on-chain logic directly.
Comparing the Models for Institutional RWA Custody
| Model | How It Works | Main Strength | Main Limitation |
|---|---|---|---|
| Cold storage | Private key material kept fully offline, no network connection | Removes remote-attack surface entirely | Slower to transact; depends on physical security and process discipline |
| Multisig | Multiple independent full keys, threshold required to sign | Transparent, on-chain enforceable logic; long track record | Key count scales operational complexity; can be rigid to reconfigure |
| MPC | Single key split into shares, threshold of parties compute a signature jointly | Flexible, blockchain-agnostic, one visible address | Security depends on off-chain cryptographic implementation and provider trust |
These models are not mutually exclusive. Many institutional setups combine them — for example, an MPC scheme where the resulting key shares are themselves stored in cold, offline environments, or a multisig where several of the signing keys are cold hardware devices. The right combination depends on how often a wallet needs to transact, how sensitive the functions it controls are, and how much operational overhead an institution is prepared to manage.
What to Check in a Product's Custody Disclosure
For any RWA product where token-layer custody matters — meaning any product with meaningful admin functions on its smart contract, as discussed in smart contract risk in RWA tokens — useful documentation should address:
- Which custody model is used for wallets controlling admin functions: cold storage, multisig, MPC, or a combination?
- How many independent parties or signers are required to authorize a sensitive action, and who are they?
- Is the custody handled in-house, or by a named third-party custody provider?
- What is the process if a key is lost, a signer becomes unavailable, or a compromise is suspected?
- Is this custody arrangement independently reviewed or audited, and how often?
A named, established custody arrangement with a stated threshold and a track record gives a reader more to evaluate than a product that only claims its assets are "securely held." Custody is an active, ongoing operational discipline, not a one-time setup, and it is a separate question from how the underlying real-world asset itself is verified — a broader trend covered in institutional custody for RWA infrastructure. You can review how RWA products on Bifu describe their custody and security arrangements at Bifu's RWA page.
FAQ
Is MPC more secure than multisig for RWA custody?
Neither model is universally more secure; they distribute trust differently. Multisig enforces its threshold transparently on-chain with a long security track record, while MPC relies on the correctness of an off-chain cryptographic protocol and is more flexible across chains, so the better choice depends on the specific use case and how each is implemented.
Does cold storage mean an RWA token's admin functions cannot be misused?
No. Cold storage removes remote network-based attacks by keeping keys offline, but it does not remove risks from physical theft, insider misuse, or poor operational processes around who can access and use the offline key material.
Why would an institution combine multiple custody models instead of using just one?
Combining models lets an institution balance speed and security for different needs — for example, keeping routine, low-risk operations in a faster hot or multisig setup while keeping sensitive admin functions in cold storage or requiring a higher signer threshold, so the most sensitive powers get the strongest protection.
How is wallet custody different from where the underlying RWA asset is held?
Wallet custody secures the private keys controlling the token's smart contract and any related on-chain functions, while asset custody concerns how the real-world asset itself — a physical commodity, a fund's securities, a loan's legal title — is held and verified. A product can have strong asset custody and weak wallet custody, or the reverse, so both should be checked separately.
This content is for educational purposes only and does not constitute financial, investment, legal, tax, or trading advice. RWA products involve risk, including possible loss of principal. Always review product documents and risk disclosures before participating.
Related Reading
- See custody models for physical-backed RWA for how the underlying asset itself is held.
- Review smart contract risk in RWA tokens for the token-layer risk these wallets control.
- Read institutional custody for RWA infrastructure for how this layer is maturing across the market.
See how custody controls fit into an RWA product
MPC, multisig, and cold storage are the three main models for securing the private keys behind an RWA token, and each trades off differently between security, speed, and operational flexibility.
Disclaimer
This content is for educational purposes only and does not constitute financial, investment, legal, tax or trading advice. Digital assets, RWA products, gold-related products and forex products involve risk, including possible loss of principal. Always review product rules and risk disclosures before trading.
Related articles
Bridge Risk in Cross-Chain RWA Explained
A cross-chain bridge lets a token move between blockchains, but bridges have historically been one of the most targeted parts of crypto infrastructure, adding a real risk layer to any RWA token that relies on one.
2026-08-08 · 9 min read
Smart Contract Risk in RWA Tokens Explained
Smart contract risk is a separate layer from the risk of the underlying asset: even a sound RWA product can expose holders to loss if the token's code is buggy, unaudited, or has weak admin controls.
2026-08-08 · 9 min read






