What fraction of your estate is already arranged to skip Faraid/probate entirely.
0 && coverage.fastPercent < 100} class:none={coverage.fastPercent === 0}>
{coverage.fastPercent}%
of your estate bypasses the Faraid/probate queue
Fast path
{coverage.fastTotal.toLocaleString()}
Exposed to Faraid/probate
{coverage.exposedTotal.toLocaleString()}
{#if coverage.fastPercent < 100 && coverage.total > 0}
{coverage.exposedTotal.toLocaleString()} is still exposed. Anything not covered by Hibah, Waqf, or a Nomination channel goes into the conventional Faraid/probate process at death — the ~2-year route this app exists to avoid. Cover the remaining assets below.
{:else if coverage.total > 0}
Full coverage. Every logged asset has a fast-path exit. Nothing here is queued for Faraid/probate adjudication.
{/if}
{#each coverage.rows as r (r.asset.id)}
{@const suggestion = !r.fast ? suggestedChannel(r.asset.type) : null}
{r.asset.description}
{r.ownedValue.toLocaleString()} · {CHANNEL_LABELS[r.channel]}
{#if suggestion}
Next step: {suggestion.label} — go to {NEXT_STEP_TAB[suggestion.channel] || 'Nomination Registry'}.
{/if}
{:else}
No assets logged yet — start in Asset Registry.
{/each}