# Introduction

<figure><img src="/files/6491MtU6tjXW3YAy38vq" alt=""><figcaption></figcaption></figure>

Obsydian has created a system that allows users to protect their assets from various scenarios where they may lose access to their wallet. With Obsydian's services, users can set a time period after which, if no interaction has occurred, their assets will be automatically transferred to a backup wallet. This means that users can afford to lose their keys without losing their assets.

For example, if a user stores 10 ETH in a User Wallet and links the wallet to Obsydian's protocol, they can specify a time period, such as 6 months. If there's no activity in the primary wallet for the set period, the funds are automatically moved to a predetermined secondary wallet.

This provides a solution for users who lose their seed phrase, allowing them to regain access to their funds in the secondary wallet after the set time period without any user action.


---

# 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://obsydian.gitbook.io/obsydian-litepaper/introduction.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.
