> 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/autosafe/create-an-autosafe.md).

# Create an AutoSafe

**AutoSafe** is your personal automated savings assistant.\
It automatically locks away a portion of your crypto at regular intervals — helping you build a consistent savings habit without lifting a finger.

***

### Why Use AutoSafe?

AutoSafe helps you:

* Save **consistently and automatically**
* Build your **streak** to earn rewards and multipliers
* Save smarter without remembering to save manually
* Start building wealth even with small amounts

> ✅ Perfect for people who want to "set it and forget it" and let their savings grow in the background, while maintaining liquidity.

***

### Before You Begin

To create an AutoSafe, you’ll need to:

* **Connect your wallet** [Account](/coinsafe-docs/overview/account.md)
* **Have some tokens in your CoinSafe wallet balance** [Deposits](/coinsafe-docs/wallet-core-account/deposits.md)
* **Connect your email** to receive saving alerts and updates. [Link Email](/coinsafe-docs/getting-started/link-email.md)

➡️ *Need to deposit first?* See **How to Deposit**

{% content-ref url="/pages/oTuFqzOQqR4MuQDaKZcC" %}
[Deposits](/coinsafe-docs/wallet-core-account/deposits.md)
{% endcontent-ref %}

***

### How to Create AutoSafe

#### Step 1: Connect Your Wallet

Ensure your wallet is connected to the CoinSafe platform.\
➡️ *Need help?* See [Account](/coinsafe-docs/overview/account.md)

***

#### Step 2: Go to Vault > AutoSafe

Navigate to the **Vault** section, then select **AutoSafe** from the list of saving options.

Or Click the save button on the dashboard

<figure><img src="/files/mx3FmtiQ6I4HK8Mfp5DU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/K42n00ItH8u6htYT29bv" alt=""><figcaption></figcaption></figure>

***

#### Step 3: Select "Manual savings"

In the dialog, select "manual savings

<figure><img src="/files/3yftqGnpwVqEAcGOuo8s" alt=""><figcaption></figcaption></figure>

This pops up another dialog: -

<figure><img src="/files/ay2onIx10wIleQl7bqPs" alt=""><figcaption></figcaption></figure>

* Select the Autosave tab
* In the following dialog, select "By Frequency"

<figure><img src="/files/H5J056pi9Q4HdG2QdCeE" alt=""><figcaption></figcaption></figure>

***

#### Step 4: Configure Your AutoSafe

Fill out the setup form with:

* **Token:** Select which token you want to automate (e.g., USDT, USDC, LSK)
* **Amount per interval:** How much to lock each time

<figure><img src="/files/H5J056pi9Q4HdG2QdCeE" alt=""><figcaption></figcaption></figure>

* **Interval:** How often to save (e.g., daily, weekly, monthly)

<figure><img src="/files/MLzATy9JGMR473jfSd5A" alt=""><figcaption></figcaption></figure>

* **Duration:** How long the AutoSafe should run

<figure><img src="/files/D77b5SYa11LJwKJK9n8v" alt=""><figcaption></figcaption></figure>

***

#### Step 5: Confirm and Activate

Review your AutoSafe details, then approve the transaction in your wallet.\
Once confirmed:

* Your AutoSafe is **active**
* It will begin saving at the **first interval**
* Your **AutoSafe streak** starts immediately!

If you have 2 mins, you may want to watch this video&#x20;

{% embed url="<https://www.loom.com/share/896900cd3a5c4f599a712e0faf4e38f6?sid=16ad84b9-bc13-4fbc-a3b1-d3653d0ec5ba>" %}

***

### What Happens Next?

* Your selected amount will be **locked at each interval** for the duration.
* You can view, edit, or deactivate the AutoSafe at any time.
* Keep your streak going to earn more rewards and unlock multipliers!

***

### Pro Tips

* *Start small and scale up over time — consistency matters more than size.*
* *Connect your email to get alerts when AutoSafe runs or ends.*
* ️*Your funds are always locked in audited smart contracts.*

***

### Related Actions:

* *Want to save multiple tokens?* See

{% content-ref url="/pages/IaJrXxyPmzeTzy9wAAk9" %}
[Add Token to AutoSafe](/coinsafe-docs/autosafe/add-token-to-autosafe.md)
{% endcontent-ref %}

* *Need to extend the duration?* See&#x20;

{% content-ref url="/pages/GBIDBBq6fOaWMZddIkmf" %}
[Extend AutoSafe](/coinsafe-docs/autosafe/extend-autosafe.md)
{% endcontent-ref %}

* *Explore rewards for staying consistent*

{% content-ref url="/pages/lg223AYm9awa7usZw27w" %}
[Rewards & Points](/coinsafe-docs/rewards-and-points/overview-of-rewards-system.md)
{% endcontent-ref %}

***

### Quick Links:

{% content-ref url="/pages/oTuFqzOQqR4MuQDaKZcC" %}
[Deposits](/coinsafe-docs/wallet-core-account/deposits.md)
{% endcontent-ref %}

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

***


---

# 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/autosafe/create-an-autosafe.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.
