General
What is Inheribase in one sentence?
What is Inheribase in one sentence?
How is Inheribase different from Google Drive or Dropbox?
How is Inheribase different from Google Drive or Dropbox?
- Encryption — Inheribase encrypts files on your device before upload. Cloud providers hold the keys to your data; Inheribase does not.
- Permanence — Cloud storage requires ongoing subscriptions. Inheribase uses a one-time endowment for permanent storage on Arweave.
- Succession — Cloud providers have no built-in mechanism to transfer data to heirs. Inheribase has configurable release triggers with guardian-governed key reconstruction.
Does Inheribase require cryptocurrency knowledge?
Does Inheribase require cryptocurrency knowledge?
What happens to my data if the protocol maintainers shut down?
What happens to my data if the protocol maintainers shut down?
- Your data remains on Arweave, retrievable via any Arweave gateway
- Your Arweave Transaction IDs (TXIDs) allow direct file retrieval
- Guardian shares can reconstruct your vault key without Inheribase’s involvement
- The decentralized storage endowment continues funding data persistence
Is there a mobile app?
Is there a mobile app?
Account and authentication
How do I create an account?
How do I create an account?
Visit the app
What is a passkey?
What is a passkey?
What if I lose access to my passkey device?
What if I lose access to my passkey device?
- Recovery codes — One-time codes provided at signup. Store these in a physical safe.
- Additional passkeys — Register passkeys on multiple devices (phone + laptop + security key).
- Trusted device recovery — Previously authenticated devices may be used for recovery.
Can I change my email address?
Can I change my email address?
Vault and storage
What file types can I store?
What file types can I store?
Is there a file size limit?
Is there a file size limit?
How much does storage cost?
How much does storage cost?
Can I delete files from my vault?
Can I delete files from my vault?
Can I download my own files?
Can I download my own files?
active state.Guardians
Who should I choose as guardians?
Who should I choose as guardians?
- Trustworthy — they hold a share of your vault key
- Reachable — they need to respond to email when the time comes
- Diverse — avoid choosing people who might all be unreachable simultaneously (for example, all living in the same location)
Can a guardian access my vault?
Can a guardian access my vault?
What if a guardian loses access to their email?
What if a guardian loses access to their email?
Can I change my guardians later?
Can I change my guardians later?
active state, you can add, remove, or replace guardians from your dashboard. Changing guardians generates new key shares.Do guardians need to install anything?
Do guardians need to install anything?
Heirs
When are heirs notified?
When are heirs notified?
- A release trigger fires
- The 30-day contestation period elapses without cancellation
- The release sequence completes
Can I have multiple heirs?
Can I have multiple heirs?
What does an heir need to claim the vault?
What does an heir need to claim the vault?
- Access to the email address you registered for them
- A modern web browser
- The ability to create a passkey on their device
Release triggers
What if the Dead Man's Switch triggers accidentally?
What if the Dead Man's Switch triggers accidentally?
- You receive multiple escalating alerts (email, SMS, and push notifications) at days 0, 3, 7, 14, 21, and 28
- A single click in your dashboard cancels the release
- No data is shared with heirs until the 30 days elapse
Can I pause the Dead Man's Switch temporarily?
Can I pause the Dead Man's Switch temporarily?
What check-in frequencies are available?
What check-in frequencies are available?
| Frequency | Description |
|---|---|
| Weekly | Maximum vigilance |
| Bi-weekly | Balanced frequency |
| Monthly | Recommended default for most users |
| Quarterly | For users who access Inheribase infrequently |
Can I change my release trigger later?
Can I change my release trigger later?
active, you can switch between Dead Man’s Switch and Manual Release, or adjust your check-in frequency, at any time from the dashboard.Pricing and credits
Do credits expire?
Do credits expire?
What can I do with the free trial credits?
What can I do with the free trial credits?
- Upload small files to test the encryption and storage flow
- Configure guardians and heirs (free operations)
- Set up a release trigger (free operation)
- Perform check-ins ($0.05 each)
- Test MCP / API integration
Are there hidden fees?
Are there hidden fees?
What happens if I run out of credits mid-operation?
What happens if I run out of credits mid-operation?
- Upload — the upload fails with a 402 error before any partial data is stored. No credits are consumed for failed uploads.
- Check-in — the check-in fails. Your Dead Man’s Switch timer continues counting down. Top up credits and check in again immediately.
- Status reads and people configuration — these operations are free and are never affected by credit balance.
Security
Can Inheribase employees see my files?
Can Inheribase employees see my files?
What encryption does Inheribase use?
What encryption does Inheribase use?
| Layer | Standard |
|---|---|
| Data at rest | AES-256-GCM |
| Data in transit | TLS 1.3 with perfect forward secrecy |
| Key management | Client-side key derivation; keys are never transmitted or stored by Inheribase |
| Key splitting | Shamir’s Secret Sharing for guardian share distribution |
Has Inheribase been audited?
Has Inheribase been audited?
What if Inheribase is hacked?
What if Inheribase is hacked?
AI and developer integration
What is MCP?
What is MCP?
Is my data exposed to the AI?
Is my data exposed to the AI?
What API rate limits apply?
What API rate limits apply?
| Endpoint | Rate limit |
|---|---|
store_asset | 60 requests/minute |
check_status | 120 requests/minute |
check_in | 10 requests/minute |
GET /api/vault | 120 requests/minute |
POST /api/vault/:id/* | 60 requests/minute |
Retry-After header.Troubleshooting
Upload is failing
Upload is failing
- Check your credit balance — insufficient credits return a 402 error
- Check file size — files must be under 5 GB
- Check your connection — uploads require a stable internet connection
- Try a different browser — clear cache or switch to Chrome / Safari if you are on Firefox
- Check for browser extensions — ad blockers or privacy extensions may interfere with the Digital Airlock
Passkey is not working
Passkey is not working
- Update your browser — ensure you are on the minimum supported version
- Check device support — your device must support WebAuthn (biometric or PIN)
- Try a different device — if you registered multiple passkeys, try another
- Use recovery codes — if all passkeys fail, use a one-time recovery code
Guardian did not receive their invitation
Guardian did not receive their invitation
- Check the email address — verify you entered the correct email in your dashboard
- Check spam / junk folder — invitation emails may be filtered
- Resend the invitation — from your dashboard, select the guardian and click Resend
- Contact the guardian — ask them to whitelist
noreply@inheribase.com
Dead Man's Switch triggered unexpectedly
Dead Man's Switch triggered unexpectedly
- Check your email — you should have received multiple alerts during the 30-day contestation period
- Log into your dashboard — if the contestation period is still active, click Cancel Release
- Perform a check-in — any authenticated action resets the timer
- Review your check-in frequency — consider switching to a longer interval if you access Inheribase infrequently
API returns 402 Payment Required
API returns 402 Payment Required
API returns 429 Too Many Requests
API returns 429 Too Many Requests
Retry-After response header before retrying. See the rate limits table in the AI & Developer Integration section above.