Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions ghostkey-web/src/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,12 @@ function Mark({ v }: { v: "yes" | "partial" | "no" }) {

const FAQS = [
{
q: "What happens if I lose access to my wallet?",
a: "Treat the GhostKey vault like any other Bitcoin wallet and back up your seed phrase. If you lose both your wallet and your backup, no one can recover the funds. That includes us. This is the trade-off of true self-custody.",
q: "What happens if I lose my phone or computer?",
a: "Nothing is tied to one device. Sign in from any browser with your email and password and your vault is right there. For a deeper emergency, your recovery file reaches the money without GhostKey at all, so keep a copy of it somewhere safe. If you connected your own wallet instead of using easy setup, back up its seed phrase like always.",
},
{
q: "What if I forget my password?",
a: "You lose time, not money. There is no reset, because we never see your password. But the plan still works without it: your heir's claim doesn't need your password, and you also hold your heir's file and its unlock code, so once the waiting period passes you can open that file yourself and move the funds to a new wallet. A password manager is still the best protection.",
},
{
q: "Can I change my heir after creating a vault?",
Expand Down
7 changes: 5 additions & 2 deletions ghostkey-web/src/Legal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,11 @@ export function TermsPage() {
<ul role="list" className="list-disc space-y-1.5 pl-5">
<li>
<strong>Your password.</strong> We never see it and cannot
reset it. Losing both your password and your recovery file can
mean losing access to your bitcoin permanently.
reset it. Your recovery file opens with this same password, so
it cannot rescue a forgotten one. If you forget your password,
the funds remain reachable only through the inheritance path:
your heir's claim, or your own copy of your heir's file once
the waiting period has passed.
</li>
<li>
<strong>Your emergency recovery file.</strong> Keep a copy
Expand Down
Loading