Zero-dependence guarantee
The Inheribase dashboard atinheribase.com is a convenience layer, not a custodian. Your assets and the rules governing their release are held on independent, decentralized infrastructure that operates whether or not our servers are running.
- Permanence layer (Arweave): Your encrypted asset blobs are stored on Arweave, a leading decentralized storage network. They are immutable and accessible via any public Arweave gateway, with no authentication required.
- Rules layer (Base smart contracts): Access controls execute via smart contracts on the Base network. Recovery logic is currently deployed on Base Sepolia testnet. These contracts are immutable and will continue to exist as long as the Ethereum ecosystem functions.
Recovery guides
Direct contract interaction
If the frontend interface is offline, you or your heirs can interact with the protocol directly via BaseScan.
- Locate the
InheribaseRecoverycontract on Base Sepolia at address0x1794Ff00be2e08fc0bAb3D4fD79FAf99415fb2A0. - Navigate to sepolia.basescan.org and search for that address.
- Open the Write Contract tab. As an authorized user or heir, you can call functions such as
initiateRecovery(),approveRecovery(), orcancelRecovery()directly — bypassing all frontend infrastructure entirely. - You will need a small amount of Sepolia ETH to cover gas fees for each transaction.
Raw data retrieval
You can retrieve and decrypt your files without relying on the Inheribase API at all.
- Fetch from Arweave: Using the Arweave CID (Content Identifier) stored in your vault record, fetch your raw encrypted blob from any public gateway — for example,
https://arweave.net/{CID}. - Local decryption: Once the blob is downloaded, decrypt the AES-256-GCM payload using a local offline script and your recovery key (or the assembled guardian key shares from Shamir’s Secret Sharing). Your files can be fully reconstructed offline, with no network dependency.
Institutional continuity
For wealth managers and law firms managing estates on behalf of clients, Inheribase provides the Inheribase Protocol Blueprint — a technical manual that serves as a complete record of how the platform operates.The Blueprint gives third-party developers everything they need to rebuild the recovery interface independently if required, ensuring that professional fiduciaries are never blocked by the unavailability of our product.