Legacy Claim Card
A printable one-page summary that gives your beneficiaries everything they need to claim β even if our UI or website ever goes away.
A Legacy Claim Card is the paper safety net for your digital inheritance. It's a one-pager, generated by the app, that documents the minimum on-chain information a beneficiary needs to activate and claim a legacy without depending on 10102's UI.
The point: your legacy lives on Ethereum, not on our website. As long as beneficiaries can reach any Ethereum interface (Etherscan, a wallet's built-in contract interaction, a future app we haven't built yet), a printed card is enough.
What's on the card
Legacy ID β the on-chain identifier, used directly with the router contract.
Legacy contract address β where the allocations and approvals live.
Router contract address β the router beneficiaries call to activate.
Activation instructions β short, plain-language steps describing the function to call and what arguments it expects.
Network β mainnet, Sepolia, etc.
QR codes β scannable links for the contract address and router address, so beneficiaries don't have to hand-type 42-character hex strings.
What's intentionally not on the card
The owner's wallet address. Many owners don't want beneficiaries to know which wallet the legacy belongs to until activation. The card is designed to be handable to a beneficiary in advance (inside a sealed envelope, with a lawyer, in a safety deposit box) without leaking that link.
The list of assets. This intentionally isn't pinned to paper. Asset lists change over time (you approve more, you remove some) and the card shouldn't go stale. Beneficiaries can look up the current asset list from the contract via any explorer.
Personal data or email addresses. The card is purely on-chain coordinates.
When to print it
Print (or regenerate) the card whenever:
You first deploy a legacy.
You change the legacy's address (e.g. you delete and recreate).
You change beneficiaries and want the new ones to have a fresh copy.
Your previous copies are unaccounted for.
How beneficiaries use it without our app
If app.10102.io is unreachable for any reason, a beneficiary can still claim. The card includes step-by-step instructions, but the short version is:
Wait until the activation window has elapsed (time since the owner's last outgoing transaction exceeds the configured threshold).
Open any Ethereum interface that supports calling an arbitrary contract β Etherscan's Contract β Write tab works.
Connect the beneficiary's wallet.
Call the router's activation function with the Legacy ID from the card.
Sign. Pay gas. Assets are distributed according to the allocations the owner configured.
This is the same function our UI calls behind the scenes. The contracts don't know where the call came from.
Self-test. If you're unsure the card is complete, hand a copy to a technically-minded friend and ask them: "If I disappeared and 10102's website didn't exist, could you initiate the claim for my beneficiaries from this alone?" If yes, the card is doing its job.
Where to find it
On a legacy's details page after creation, an action downloads the card as a printable PDF.
Regenerate at any time β the card is derived from on-chain data, so it's always up to date.
We don't store a copy on our servers. Keep the PDF (or a print) somewhere your beneficiaries can reach it when they need it.
Privacy considerations
Treat a Legacy Claim Card like you'd treat a will document: give it to people who need it, store copies securely, update when things change.
The card doesn't contain private keys or anything sensitive beyond on-chain public coordinates β but it does contain the pre-activation pointer to a specific legacy, which is information some owners treat as private.
If you've given someone a copy and want to revoke their ability to claim, delete and recreate the legacy (which generates a new contract address).
See also
Create a Legacy Contract β the card is generated from here.
Activate a Legacy Contract and Claim Funds β the beneficiary's side.
Last updated