21Relay
Intermediate curriculum
Lesson 1417 minReviewed July 2026

Multisig and Collaborative Custody

Move beyond a single signing key by learning how threshold policies distribute authority, change failure modes and require a complete recovery plan.

Learning outcomes

By the end of this lesson, you should be able to

  • Multisig requires a threshold of authorised signatures.
  • Keys should be separated across independent failure domains.
  • Collaborative custody can help recovery but adds provider dependence and privacy trade-offs.
  • Wallet policy and derivation information are part of the backup.
1

A threshold replaces one signing point

A multisignature policy requires a threshold of signatures from a larger set of keys. In a 2-of-3 setup, any two of three authorised keys can approve a spend.

This can remove a single key as the only point of failure, but it does not make custody automatically safe. The policy, key locations and recovery information must all survive.

2

Separate independent failure domains

The strongest benefit comes when keys are held on independent devices and in different physical or organisational locations. Three backups in the same drawer do not protect against fire, theft or coercion at that location.

Key separation must be balanced with accessibility. If too many required keys are difficult to reach, an ordinary recovery can become an emergency.

3

Collaborative custody adds a participant

A collaborative arrangement may let the user hold enough keys to retain control while a provider holds a recovery or co-signing key. The provider can help with recovery or policy checks without necessarily being able to spend alone.

The trade-off is dependence on the provider's availability, privacy practices, software and procedures. Verify whether you can recover and spend if the company disappears.

4

Back up the policy as well as the keys

Recovery may require key fingerprints, derivation paths, output descriptors or the redeem script in addition to seed material. A seed without the wallet structure can make recovery confusing or incomplete.

Document which devices and backups correspond to each key, but do not store every key and the full instructions together. Test the recovery design with a small amount before increasing the balance.

5

Use complexity only when it solves a threat

Multisig adds transaction coordination, fees, compatibility and inheritance considerations. A carefully backed-up single-signature hardware wallet may be more reliable for a new user than an untested multisig setup.

Choose a threshold after writing down the threat and recovery goals. Review the design when people, locations, devices or service providers change.

Visual recap

A resilient 2-of-3 policy

Any two keys can sign, while each key and its backup remain in a separate failure domain.

01

Define threats

02

Create three keys

03

Verify policy

04

Separate locations

05

Test two-key recovery

06

Document succession

Key vocabulary

Terms worth knowing

Threshold
The number of valid signatures required out of the total keys in a multisignature policy.
Descriptor
Structured wallet information describing scripts, keys and derivation needed to find and spend outputs.
Quorum
The subset of signers needed to authorise a spend, such as two keys in a 2-of-3 setup.

Worked example

Designing a 2-of-3 recovery plan

Three keys are held in different locations. Any two can spend, allowing one device or location to fail without losing access.

  1. 1Define realistic loss and theft threats
  2. 2Separate keys and backups geographically
  3. 3Back up the wallet policy or descriptor
  4. 4Test recovery with a small amount
  5. 5Document succession without exposing a usable quorum

Extra keys do not automatically create safety. The policy, metadata, locations and recovery test must work together.

Common misconceptions

What learners often get wrong

Misconception

A seed backup alone always restores a multisig wallet.

More accurate

Recovery may also require the other public keys, derivation paths, script type and threshold policy.

Misconception

Three keys stored together are safer than one.

More accurate

Co-locating a signing quorum can preserve the same theft and disaster failure point while increasing complexity.

Try it yourself

Model a 2-of-3 setup without generating keys.

  • Assign each fictional key a device and backup location
  • Test loss of each single key
  • Test loss of each location
  • Identify who can reconstruct the wallet policy
  • Confirm no untrusted person can access two keys

Use fictional values and public information only. Never enter seed words, private keys or other wallet secrets into a learning exercise.

Key takeaways

  • Multisig requires a threshold of authorised signatures.
  • Keys should be separated across independent failure domains.
  • Collaborative custody can help recovery but adds provider dependence and privacy trade-offs.
  • Wallet policy and derivation information are part of the backup.
  • A tested simple setup is safer than an untested complex one.

Lesson recap

Check what you learned

Reveal each model answer, then honestly mark whether you understood it or need another review.

1 of 3

Recall

Why is storing all three multisig keys in the same location a weak design?

References

Further reading

Lesson progress

Loading progress...

Rate this lesson

Was this lesson helpful?

No name or financial information is collected.

Found inaccurate or outdated information? Report a correction