what is Heirloom? $HEIR
CA: 0xa6e6A94208a481FA73e5083d8e54C01F7A7e04eD
we’re building programmable inheritance infrastructure for tokenized assets on @Robinhoodapp Chain.
the idea is simple:
build a portfolio for someone you care about.
decide who receives it.
set the dates, milestones and rules.
let the plan keep running.
a Heirloom trust has its own vault and a configurable asset basket. You can set allocations across eligible tokenized equities (RWA), ETFs, $USDG and now $CREDIT through our Orbio integration.
then you write the rules around it:
• beneficiaries
• vesting cliffs and scheduled releases
• recurring allowances
• bounded guardian permissions
• revocable or irrevocable terms
• a personal letter attached to the plan
• a Dead-Man’s Switch for succession
the heartbeat is a simple check-in window. stay active and the trust remains under your control. miss it, and the succession rules you set are triggered.
we’re also removing the friction around funding.
raw $ETH can be routed into a configured basket in one transaction. $USDG can be relayed into equities and $CREDIT (@orbiodotso) in a single deposit flow, with the output delivered directly to the vault.
the goal is not to make another portfolio tracker.
it is to make the infrastructure behind long-term wealth programmable: capital, people, timing and intent all in one place.
we’re early and the current product is a custodial beta. the next major step is moving the rules and execution into independent onchain trust contracts, followed by private balances, private distributions and proof of solvency without exposing a family’s finances.
the whole build is public.
https://t.co/YEtFnQ57HQ
this is Heirloom.
Your family’s future shouldn’t be public.
Private Legacy is coming to Heirloom:
• Private beneficiary addresses
• Passkey-powered Proof of Life
• Purpose-bound allowances
• Encrypted Estate Capsules
The rules stay verifiable. Your family details stay private.
https://t.co/pyRximL0zx
before a succession AI budget spends USDG on Orbio CREDIT, it checks the vault balance, requests a quote and enforces a minimum output.
thin book? it defers. no forced fill.
when the guard clears, the vault calls buyAndActivate for the successor.
A legacy takes a lifetime to build and one missing plan to put it at risk.
Lost access. Missed check-ins. Unclear instructions.
Heirloom keeps your assets, wishes, and succession plan protected, private, and ready for the people you love.
Protect what matters. Pass it forward.
https://t.co/YujsQlrVU1
Guardian controls, built in.
You set the cap. Your kid never gets more AI credit than what you allowed, period.
Miss a cycle? Nothing's lost. It rolls straight into the next release automatically.
And once it's activated, it's not cash. It's AI usage only, can't be transferred, can't be cashed out. There's no safer allowance asset for a minor than this.
This closes out the full Orbio integration. Corpus, staking, baskets, concierge, succession, and now guardian controls, all live.
https://t.co/pyRximKsJZ
@HeirloomRHBot
https://t.co/uJhYb3wnbZ
your inheritance plan should outlive the dashboard.
Heirloom vaults now export to JSON with the vault address + index, allocations, vesting, guardian and heartbeat fields.
keep the file. inspect it anywhere. check the matching vault address on Robinhood Chain.
trusts should not go dark between creation and claim.
Heirloom now shows the state machine inside the vault:
Pending Funding → Active → Grace Period → Succession
If the check-in window is running, you can see it. If the handoff has started, you can see that too.
you should never need our UI to understand your trust.
The new Export button gives you a JSON snapshot of the vault, the people attached to it, and the rules you set.
Your data should travel with you.
you should never need our UI to understand your trust.
click Export. get a JSON snapshot with:
• vault address + index
• assets + weights
• vesting schedule
• guardian + heartbeat data
• current state
one file. your records. anytime.
https://t.co/XNIfHk7Hxd
The export is not a replacement for the chain.
It gives you the plan in readable form. The vault address lets you independently check balances and transactions on Robinhood Chain.
you should never need our UI to understand your trust.
click Export. get a JSON snapshot with:
• vault address + index
• assets + weights
• vesting schedule
• guardian + heartbeat data
• current state
one file. your records. anytime.
https://t.co/XNIfHk7Hxd
basically, you can now see exactly where your trust is at.
not funded yet? Pending.
funded and running? Active.
missed a check-in? Grace Period.
still no check-in? Succession starts.
open the app and click through it.
vault states are live.
Pending Funding, Active, Grace Period and Succession Triggered are now visible in the Heirloom workspace.
try it:
https://t.co/JURvlmGqpH
tell us what you’d change.
Heirloom Protocol Update: 28-Day Succession Grace Period
We have released an update to Heirloom introducing an automatic 28-day safety grace period to protect against accidental vault succession.
The Problem It Solves:
Standard dead-man's switches trigger succession the moment a heartbeat window lapses. However, real life happens temporary hospitalizations, international travel without connectivity, lost devices, or forgotten check-ins should not cause an unintended transfer of your assets.
How the Grace Period Works:
Safety Window Activation: If a 90-day heartbeat window lapses without a check-in, the trust automatically enters a 28-Day Grace Period instead of triggering succession immediately.
Assets Remain Locked: During these 28 days, vault assets remain locked, beneficiary claims are paused, and personal letters stay sealed.
Escalated Notifications: Urgent reminders are sent to the grantor via Telegram (HeirloomRHBot).
Instant Recovery: Checking in anytime during the 28- day grace period immediately restores the trust to Active status and resets the 90-day heartbeat timer.
Final Succession: Succession triggers and beneficiary claims unlock only if the full 28 days pass with zero check-ins.
This safety buffer ensures your succession plan executes reliably when needed, while remaining protected against life's temporary interruptions.
Learn More:
Platform: https://t.co/KRcfsp2BjE
Telegram Bot: @HeirloomRHBot
https://t.co/bIWCDgBPjx
TECH NOTE
an inheritance plan should be able to pass down productive compute, not just a token balance.
Heirloom can configure a USDG budget for AI inference that only activates when succession is triggered.
The execution path is guarded:
1. Read the vault’s USDG balance.
2. Quote the Orbio Exchange across a bounded ten fills.
3. Refuse the trade if the book is thin or the quote misses the minimum-output tolerance.
4. Have the vault execute `buyAndActivate` directly to the beneficiary’s registered key.
5. Store the confirmation hash. If funds or liquidity are unavailable, mark the attempt deferred and retry instead of silently dropping it.
The beneficiary can register their own key with an EIP-712 signature; otherwise, the system derives the default activation key from their wallet address.
That is not “hold a token and hope.” It is a contingent, price-guarded inference budget attached to the succession plan.
Current beta: this is service-operated; contract-enforced execution is the destination.
Code:
https://t.co/kQKGcijgUh