# Storage Architecture

EthSign uses a hybrid storage architecture to strike a balance between usability and decentralization. As a document is uploaded and a signing session is created, all data is temporarily stored in our servers to optimize performance. Once all parties have finished signing, the document is sealed and uploaded to Arweave for permanent, decentralized storage.

<figure><img src="/files/MYTFhNzum4eAshALvqCb" alt=""><figcaption><p>Sequence Diagram Depicting the Hybrid Storage Approach in the Signing Process</p></figcaption></figure>


---

# 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://docs.ethsign.xyz/a-deeper-dive/technical-details/storage-architecture.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.
