Crypto custody for DAOs and multi-member LLCs is the problem of holding a shared treasury when no single person should control transfers. It combines multi-signature wallets, defined voting quorums, and signer policies with a legal entity that holds title. The hard part is aligning on-chain signing authority with off-chain governance so a transfer requires the same approvals the members agreed to.
What Makes Shared-Treasury Custody Different?
A single owner's custody question is "who holds my keys." A DAO or multi-member LLC adds a second question: "whose approval authorizes a transfer, and does the wallet enforce that?" Three layers have to line up:
- Legal title. Who owns the assets, the LLC as an entity, or the members directly? A wrapper entity (often a Wyoming LLC or DAO LLC) generally holds title and gives the group limited liability and a tax identity.
- Governance. What vote or quorum is required to move funds, change signers, or approve spending? This lives in the operating agreement or DAO charter.
- Signing authority. Which keys actually sign a transaction, and how many are required? This lives in the wallet's multi-sig configuration.
When these three layers disagree, for example, a 2-of-3 wallet controlled by people who do not match the quorum the operating agreement requires, the entity has a control gap that can become a dispute or a single point of failure. The general principles behind each layer live in the crypto custody hub.
Multi-Sig Governance and Voting Quorums
Multi-signature custody requires a defined number of signers (the threshold) out of a total set to approve any transfer. A 3-of-5 wallet, for instance, needs three of five designated signers. The threshold should map to the governance rule the members actually agreed to.
Common design choices:
- Threshold tied to risk. Some groups use a lower threshold for small operating transfers and a higher one for large treasury movements, sometimes splitting funds across separate wallets with different policies.
- Signer independence. Spreading signers across different people, devices, and locations reduces the chance that one compromise or one absent person stalls or controls the treasury.
- On-chain vote vs. off-chain vote. A DAO may vote on a proposal off-chain (e.g., a snapshot of token-holder sentiment) and then have a smaller multi-sig committee execute the approved transfer. The committee's threshold is an operational control, not the governance vote itself, document how the two connect.
For the underlying technology trade-offs between approaches, see MPC vs multi-sig custody. For documenting the approval rules, a crypto transfer approval policy records who can authorize what.
Treasury Custody Options for a Group
A DAO or multi-member LLC generally chooses among:
- Self-custodied multi-sig. The group runs its own multi-sig wallet. Maximum control, but the group bears all key-management, signer-succession, and operational-security responsibility.
- Qualified or institutional custody. A regulated custodian holds the assets for the entity, with the custodian's controls governing transfers. This shifts operational burden and may add insurance, but introduces counterparty exposure. See what is institutional crypto custody.
- Hybrid. Long-term reserves with a Cryptocurrency qualified custodians have emerged to serve institutional requirements. Qualified custody may be required for register">qualified custodian; an operating multi-sig for day-to-day activity.
Whichever path the group takes, the legal entity should hold title and the operating agreement should describe the custody and signer rules. For account setup mechanics, see the crypto account opening checklist for trusts and LLCs, and for the entity-level design, should a crypto LLC have a multi-sig policy.
Signer Policies and Succession
Shared treasuries fail most often at the human layer, not the cryptographic one:
- A signer leaves the group, loses a key, or dies, and no process exists to rotate them out.
- The threshold is set so high that the group cannot reach quorum when a signer is unavailable.
- One person quietly controls a majority of signing keys, defeating the point of multi-sig.
A signer policy should define how signers are added and removed, what happens when a signer is lost or incapacitated, and how key rotation is executed and recorded. See crypto signer succession policy and crypto key person risk policy.
Related Questions
Can a DAO hold its treasury without a legal entity?
It can hold assets in a wallet, but an unincorporated DAO may expose members to unlimited personal liability and create unclear legal title and tax treatment. Many groups form a wrapper entity (such as a Wyoming LLC or DAO LLC) so the entity holds title and provides limited liability. Whether and how to incorporate is a legal question for qualified counsel familiar with the relevant state's DAO and LLC statutes.
Does a multi-member LLC need a qualified custodian for its crypto?
Not by default. The qualified-custodian requirement under the SEC custody rule generally attaches when a registered investment adviser has custody of client assets, not simply because an LLC has multiple members. An LLC managing only its own treasury is in a different position than an adviser managing client funds. The analysis is fact-specific and should be reviewed with compliance and legal counsel.
How many signers should a DAO multi-sig require?
There is no universal number. The threshold should reflect the group's size, governance rules, and risk tolerance: high enough that no single person can move funds alone, low enough that the group can still reach quorum if a signer is unavailable. Many groups separate a higher-threshold treasury wallet from a lower-threshold operating wallet. Set the threshold deliberately and document it in the operating agreement.
Sources
- Wyoming Legislature, W.S. 17-31-101 et seq., Decentralized Autonomous Organizations (Wyoming DAO Supplement). https://www.wyoleg.gov/Legislation/2021/SF0038
- Securities and Exchange Commission, Custody of Funds or Securities of Clients by Investment Advisers, Rule 206(4)-2 under the Investment Advisers Act of 1940. https://www.sec.gov/rules/final/ia-2176.htm
- Internal Revenue Service, Limited Liability Company (LLC) (classification and filing overview). https://www.irs.gov/businesses/small-businesses-self-employed/limited-liability-company-llc
Compliance Note
This page is for educational purposes only and does not constitute legal, tax, investment, or financial advice. Entity formation, DAO governance, and custody structuring involve legal and tax consequences that vary by jurisdiction and facts; multi-signature arrangements reduce but do not eliminate operational, key-management, and counterparty risk. These matters should be reviewed with qualified legal and tax professionals. Advisory services are provided by DAG Wealth, LLC, an SEC-registered investment adviser; DAG Wealth is a brand pending a Form ADV update. Registration does not imply a certain level of skill or training.