/dashboard.
The dashboard is for vault owners only. If you are a beneficiary looking to claim your inheritance, go to Claim inheritance instead.
Vault status banner
The banner at the top of the dashboard shows your vault’s current state with a color-coded background.| State | Color | Description |
|---|---|---|
| Active | Green | The heartbeat timer is running. Everything is normal. |
| Grace period | Yellow | A heartbeat was missed. You must send one before the grace period expires. |
| Claimable | Red | The grace period has expired. Heirs can now claim their shares. |
| Distributed | Gray | All assets have been distributed. The vault is closed. |
Real-time countdown
Below the status banner, the countdown timer shows days, hours, minutes, and seconds until the next state transition. It updates every second using the browser clock. The label above the timer changes based on state:- Active → “Next Heartbeat Due In” — time until your heartbeat interval expires
- Grace period → “Time Until Claimable” — time until heirs can claim
- Claimable → “Vault Is Claimable” — countdown shows zeros
- Distributed → “Vault Distributed”
The countdown is computed client-side from on-chain data:
last-heartbeat + heartbeat-interval gives the grace deadline, and last-heartbeat + heartbeat-interval + grace-period gives the claimable deadline. If a guardian has used their pause, an additional 30-day bonus is factored in.Sending a heartbeat
The Send Heartbeat button appears in the status banner whenever the vault is not distributed.Click Send Heartbeat
The button is in the top-right area of the status banner. During the grace period, it shakes to indicate urgency.
Confirm the transaction
Your wallet extension opens and asks you to sign the
heartbeat transaction. Confirm it.Wait for confirmation
After submitting, the button shows a loading spinner. The dashboard re-fetches vault data after 5 seconds.
Vault statistics
Three stat cards below the countdown display the key numbers for your vault:sBTC locked
The total sBTC balance currently held in the vault contract, displayed in BTC (8 decimal places) and in satoshis.
USDCx locked
The total USDCx balance held in the vault, displayed in USD (2 decimal places) and in micro-units.
Parameters
Your configured heartbeat interval, grace period, and the combined total deadline. Shown in days for intervals of 86,400 seconds or more, otherwise in seconds.
Heirs list
The heirs card shows all registered beneficiaries for your vault. Each row displays:- Number — heir’s position in the list (1-indexed)
- Label — the name you gave this heir during vault creation
- Address — truncated Stacks address (first 12 and last 6 characters)
- Percentage — this heir’s share of the vault
- sBTC share — calculated token amount based on current vault balance
- USDCx share — shown if the vault holds USDCx
- Claimed badge — a green “Claimed” badge appears if this heir has already called
claim
Guardian information
If you set a guardian when creating the vault, a purple card appears below the heirs list showing:- Guardian address — the full Stacks address of the guardian
- Pause status — whether the guardian has already used their one-time pause
The guardian pause adds approximately 30 days to the claimable deadline. Once used, it cannot be used again for this vault. See guardian system for details.
Emergency withdrawal
The emergency withdrawal button appears at the bottom of the dashboard whenever the vault is not in the distributed state. When to use it:- You want to cancel the vault and reclaim all assets
- Your circumstances have changed and you no longer need an inheritance vault
- You want to recreate the vault with different parameters
- Returns all sBTC and USDCx locked in the vault to your wallet
- Permanently closes the vault — it cannot be re-activated
- Your heirs lose their registered claims
Confirm the browser dialog
A confirmation dialog appears: “Are you sure? This will return all assets and cancel the vault permanently.” Click OK to proceed.
Sign the transaction
Your wallet opens and asks you to sign the
emergency-withdraw transaction. Confirm it.When the vault is distributed
Once all heirs have claimed their shares (or you have used emergency withdraw), the vault enters the Distributed state. The dashboard shows:- The gray status banner with the label “Distributed” and the description “All assets have been distributed to heirs.”
- The countdown shows all zeros
- The Send Heartbeat and Emergency Withdraw buttons are hidden — no further actions are possible on this vault
