# Welcome

This documentation provides a comprehensive overview of BitSave protocol, from high-level concepts to detailed smart contract architecture.

Here, you’ll explore how **BitSave** enables secure, non-custodial, on-chain savings using stablecoins, allowing users to create time-locked savings positions with isolated fund custody, powered entirely by transparent smart contracts.

Use this documentation to:

* Learn the fundamentals of the BitSave protocol
* Understand how savings creation, time locks, penalties, and withdrawals work
* Explore the parent–child contract architecture that isolates user funds
* Integrate BitSave into your application or build on top of the protocol
* Participate in the BitSave ecosystem as a user, integrator, or developer

It is intended for:

* **Users** who want to understand how BitSave secures and manages their savings
* **Developers** who want to integrate with or build on top of the protocol
* **Auditors** **and** **advanced** **readers** who want a clear view of the protocol’s custody and execution model


---

# 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://bitsave.io/docs/welcome.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.
