# Security

Creating a secure platform is essential for Obsydian. Steps have been taken to ensure the smart contract framework allows users to safely use the protocol.

Users initiating the Factory Contract will create a distinct smart contract that only their wallet can access. This means modifications like changing the secondary wallet address or the timelapse can only be made by the wallet owner. The Protection Contract sits on the Factory Contract and inherits its access restrictions.

Obsydian will conduct multiple audits and host a bug bounty program to stress test our smart contracts before they are made available to the public.


---

# 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/security.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.
