# About

**TransferChain S4** (Secure Simple Storage Service) is a Dockerized, S3-compatible secure object storage backend built on TransferChain’s patented privacy and security protocol. It ensures **end-to-end encryption**, **client-side data splitting**, and **blockchain-based audit logging** — providing unmatched confidentiality and compliance for enterprises and developers alike.

TransferChain S4 is storage-agnostic and integrates seamlessly with your existing infrastructure while enabling full control over **data residency**, **encryption keys**, and **transfer authorization**.

This documentation helps open-source developers get started with S4, explaining how to install, initialize, store and retrieve data, and manage transfer and blockchain components securely.


---

# 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.transferchain.io/transferchain-sdk/s4/about.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.
