# Creating a Personal Crypto Recovery Mechanism

![Screenshot](/files/48a4cc55c64ef06e71e0aa4f2c16ad94187182e3)

With our Dapp, you can set a Plan B for your crypto — a recovery plan so if you ever lose the seed phrase of the main wallet or it becomes compromised, you can regain control over your assets and the smart wallet (including any Will you created).

These recovery plans are executed via Smart Contracts and do not rely on intermediaries. You can prepare either of the two recovery options below, combine them, or choose not to have a plan.

{% stepper %}
{% step %}

### Slow Recovery

* Define one or more safety wallets you control for recovery.
* Set an inactivity deadline (shorter than the Inheritance deadline). Once you’re considered inactive and the inactivity deadline elapses, there is a period during which only you can recover the assets.
* During that recovery period, you can use one of the previously defined safety wallets to regain control over the Smart Wallet.

Purpose: Ideal for lost seed phrases — lets you regain control over assets and the wallet setup (Inheritance and Recovery rules) in a controlled, delayed way.
{% endstep %}

{% step %}

### Quick Recovery

* Define wallets that can act as recovery signers (your other wallets, wallets of trusted people, or a mix).
* Set the minimum number of signatures required from those wallets to regain control.
* To recover, specify which new address will control the wallet, then collect the required signatures to immediately regain control over the Smart Wallet.

Example: Add two of your own wallets, your spouse’s wallet, and a best friend’s wallet as valid signers, then require 3 signatures. You could sign with your two wallets and obtain one signature from your spouse or friend to restore access instantly.

Purpose: Best for compromised seed phrases, allowing immediate recovery before an attacker can act.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You have full control over these recovery plans — you set the wallets, thresholds, and deadlines in advance to provide added safety and peace of mind.
{% endhint %}

{% hint style="warning" %}
Do not set the signature threshold too low for Quick Recovery. For example, requiring a single signature would allow any single designated signer (e.g., your spouse or friend) to gain control alone, introducing unnecessary risk. GenWealth will provide documentation on best practices for recovery plans and support if needed.
{% endhint %}

Optional combination: You can use Quick Recovery with an inactivity deadline (a hybrid of both options) to add an extra layer of security, though this reduces the immediacy of recovery.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://genwealth-3.gitbook.io/genwealth-whitepaper/solution-overview/creating-a-personal-crypto-recovery-mechanism.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
