> For the complete documentation index, see [llms.txt](https://coinsafe.gitbook.io/coinsafe-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsafe.gitbook.io/coinsafe-docs/welcome-to-coinsafe.md).

# Welcome to CoinSafe

{% hint style="info" %}
Coinsafe is live and open to testers. Looking to play around? Visit our app at <https://coinsafe.network/>
{% endhint %}

## Overview

CoinSafe is a decentralized savings platform where users can connect their wallets, create personalized safes, automate their savings, and earn rewards—all without custodial risk.&#x20;

> Coinsafe is building a suite of automation tools and processes that enable users to save seamlessly and efficiently on-chain, offering a buffet of savings options that allow users to craft their own savings experience.&#x20;

> Wether you are new to Web3 and have never held a cryptocurrency before or you are budding enthusiast looking to tuck away some money for safekeeping while earning interest on savings, it dont matter to us. Coinsafe was built to cater to all kinds of users - experts and newbies alike.&#x20;

#### Explore

* [**What is CoinSafe?**](https://coinsafe.network/)
* [**Why CoinSafe Exists**](https://coinsafe.network/)
* [**Key Benefits & Unique Features**](https://coinsafe.network/)

## Quick Links

Get started with CoinSafe in a few simple steps:&#x20;

{% content-ref url="/pages/KZsBMUG64ckjfLA1su4N" %}
[Account](/coinsafe-docs/overview/account.md)
{% endcontent-ref %}

{% content-ref url="/pages/dqlySMU62AX4WETDggbs" %}
[Link Email](/coinsafe-docs/getting-started/link-email.md)
{% endcontent-ref %}

{% content-ref url="/pages/nzeuxOxjNE6JlY2K9OM4" %}
[Vault](/coinsafe-docs/vault/target-safe.md)
{% endcontent-ref %}

{% content-ref url="/pages/9zoUpukaF0Eb0IGMgfoi" %}
[SaveSense AI](/coinsafe-docs/tools/savesense-ai.md)
{% endcontent-ref %}

## About CoinSafe

CoinSafe is built to help you:

* Save habitually through **AutoSafe**.
* Set and achieve saving goals with **Target Safes**.
* Earn rewards and multipliers by maintaining your saving streak.
* Enjoy security through **audited smart contracts** and full wallet ownership.

Learn more about:

* [**Vaults: Saving Safes Explained**](/coinsafe-docs/vault/target-safe.md)
* [**Wallets: Deposits, Withdrawals & History**](/coinsafe-docs/wallet-core-account/deposits.md)
* [**Rewards & Points System**](/coinsafe-docs/rewards-and-points/overview-of-rewards-system.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://coinsafe.gitbook.io/coinsafe-docs/welcome-to-coinsafe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
