# 🧠 Recovery Options

👥 Guardian-Based Recovery

Your funds are recovered only when approved by your pre-designated trusted individuals (guardians).

You determine the minimum number of confirmations (e.g., 2/3 people).

Confirmations occur on-chain and are recorded.

The DAO or system cannot intervene.

Ideal for actively used wallets.

&#x20;

⏱ Time-Based Recovery (Timeout Logic)

If there is no activity in your wallet for a certain period, recovery is automatically activated.

For example: "If the wallet is inactive for 30 days, the assets will be transferred to the backup address."

Ideal for situations such as death, loss of access, or long-term inactivity.

The user can cancel the transaction before the time period expires.

The entire process is on-chain, automatic, and irreversible.

&#x20;

🔀 Hybrid Usage

You can create an extra layer of security by combining two methods.

For example, two-stage plans can be implemented, such as both guardian confirmation and a 7-day no-objection period.


---

# 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://keynox-1.gitbook.io/keynox-docs/tokenomics/recovery-options.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.
