Create a Legacy Contract
Set up a legacy contract so your assets can pass to your beneficiaries on your terms, without a middleman.
A legacy contract holds the rules for how, when, and to whom your assets pass. This page walks through creating one end-to-end.
New to the terminology? See Concepts for short definitions of legacy type, storage token, activation trigger, and claim card.
Pick a type
You have two choices at Create a legacy:
Transfer legacy β splits your assets between named Ethereum addresses when activated. Created from your connected EOA wallet (MetaMask, Ledger, Trezor, β¦).
Multisig legacy β hands over control of your existing Safe to your beneficiaries by adding them as co-signers once activated.
Still unsure? Start with Transfer legacy β it's the most common case and doesn't require a Safe. You can always create a Multisig legacy later.
If you started from a Quick action on the home page, we've pre-filled the type and some settings for you. The rest of this page still applies. See Quick Actions for the full list.
Create a Transfer legacy
Created from your connected EOA wallet β your wallet stays in full control; the legacy contract only gets permission to move assets once activated.
Step 1 β Deploy the contract
Fill in:
Name β private label, visible only to you and the beneficiaries you invite.
Beneficiaries β up to 10 addresses. If you list only one, we auto-allocate 100%.
Allocations β percentages must sum to 100%.
Activation trigger β inactivity period (time since your last outgoing transaction) before beneficiaries can claim. Days, not months.
Click Deploy. Your wallet will prompt a single transaction to create the contract via our LegacyDeployer using CREATE2, meaning the final contract address is deterministic β you'll see it before you sign.
{{screenshot: configure-legacy-eoa-step1}}
Step 2 β Approve the assets
After deployment, the details page opens. Nothing has been moved yet; your wallet still holds everything. To decide what gets distributed on activation, you approve the legacy contract as a spender.
For each ERC-20 token: use the include action on the token row. Your wallet prompts a standard approve(legacyAddress, amount) β normal ERC-20 semantics, no unusual permissions.
For ETH: ETH can't be approved directly because it isn't an ERC-20. Use the add ETH action to swap it to a supported storage token (WETH or a liquid staking token) through a built-in swap route, then approve the resulting token. This is a two-wallet-prompt flow; both prompts are expected.
Why does my wallet warn me about the second transaction? Some wallets (MetaMask, Rabby, Rainbow, β¦) flag the swap's approval step as "possibly suspicious" because the legacy contract is new to the wallet β there's no prior transaction history with it. That's expected for a brand-new contract. You can verify the spender address matches the legacy address shown at the top of the details page. The warning goes away once the contract has some history with your wallet.
Partial approvals are fine. You control the allowance amount. To include only 50% of your USDC, approve only 50%. Your beneficiaries can only ever claim what's approved; the rest stays spendable by you as usual.
Step 3 β Print a Legacy Claim Card (optional but recommended)
The app generates a one-page printable card with the minimum information your beneficiaries need to claim β even if our UI is ever unavailable. See Legacy Claim Card.
Create a Multisig legacy
Multisig legacy is your Safe β beneficiaries become co-signers on activation, taking over the wallet and any positions it holds elsewhere (staking, governance, NFTs, etc.).
Click Create a legacy, choose Multisig legacy.
Enter your Safe address. We verify it.
Configure:
Contract name, beneficiaries (addresses), activation trigger.
No asset allocation here β beneficiaries take over the Safe itself.
Your Safe signers approve the creation transaction (installs our Safe module and guard).
{{screenshot: configure-multisig-check-safe}}
The Safe must still be in active use β Multisig legacy relies on your Safe's last outgoing transaction as a liveness signal. If you don't transact from the Safe at least once per activation window, beneficiaries can activate. Use the heartbeat action on the details page to reset the timer if you don't have another transaction to send.
Premium: Additional contingent beneficiaries
If you subscribe to Premium, you can configure up to two additional contingent layers β fallbacks if a primary beneficiary can't claim (lost keys, deceased, etc.). See Manage Contingent Beneficiaries.
Common questions
Can I add ETH directly to the legacy? Not for Transfer legacies β ETH must be swapped to a storage token first. This is by design: the legacy contract uses ERC-20 allowances, which ETH doesn't have.
What happens if I move my approved tokens? Your allowance stays, but beneficiaries can only claim what's actually in your wallet on activation. The approval is a promise, not a lock.
Can I change the beneficiaries later? Yes β see Edit or Delete a Legacy Contract.
Does the contract hold custody of my assets? No, for Transfer legacy. You keep custody until activation. The contract only has permission to move what you've approved.
What's next
Legacy Contract Details β what the details view shows, and how to interpret it.
Edit or Delete a Legacy Contract β updating allocations, revoking approvals, or tearing everything down.
Manage Contingent Beneficiaries β Premium fallback layers.
Last updated