> 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/add-token-to-autosafe.md).

# Add Token to AutoSafe

AutoSafe helps you **automate your savings** by locking your funds at regular intervals.\
You can customize your AutoSafe by adding different tokens, each of which will start saving **immediately** and continue saving automatically at your next interval.

***

### Why Add a Token to AutoSafe?

* Diversify your savings across multiple tokens.
* Each added token is saved **instantly** and continues saving at your chosen intervals.
* Increase your savings streak and reward potential.

👉 *Want to learn about creating an AutoSafe from scratch?* Check out&#x20;

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

***

### How to Add a Token to AutoSafe

Follow these simple steps to add a token to your active AutoSafe:

***

#### Step 1: Connect Your Wallet

Make sure your wallet is connected to the CoinSafe platform.\
➡️ *Need help?* See&#x20;

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

***

#### Step 2: Go to <mark style="color:yellow;">Vault > AutoSafe</mark>

Navigate to the **Vault** section, then click the **AutoSafe** to view your active AutoSafe plan.

![](/files/8jgjYFmOYoUmsbD4ePDh)

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

***

#### Step 3: Click the "Manage" button

This pops up a dialog with buttons for several autosafe actions

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

Click the "Add token to safe" button \
![](/files/p2Q1EjJLtqojfIgA50oi)

Once clicked, this will open up the add token to the safe dialog&#x20;

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

***

#### Step 4: Choose Token & Set Amount

Select the token you want to add and specify the amount you want to save immediately.

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

Here we are automating the saving of 5 USDT every 2 days. Quite useful.&#x20;

***

#### Step 5: Confirm Transaction

Click 'Add token', and approve the transaction in your wallet.\
Once confirmed:

* 💾 The token is **saved immediately** into your AutoSafe.
* 🔄 The token will now **continue saving automatically** at your next interval.

If you have 2 minutes, you might want to watch this video

{% embed url="<https://www.loom.com/share/338d0c7e720549159ff1481dac950a41?sid=30a484fe-d80a-4744-a60e-d653b481c918>" %}

***

### Important Notes:

* ⏱️ Savings for the new token start immediately.
* 🔁 Automatic saving resumes at the **next scheduled interval** for the token.
* 🏆 Adding tokens contributes to your **AutoSafe streak** and can boost your reward multipliers.

***

### Related Actions:

➖ *Want to remove a token?* See&#x20;

{% content-ref url="/pages/RHBM3kKRrXZ2Z3kwEmIF" %}
[Remove Token from AutoSafe](/coinsafe-docs/autosafe/remove-token-from-autosafe.md)
{% endcontent-ref %}

🎯 *Prefer goal-based savings?* See&#x20;

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

***

### Quick Links:

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

{% content-ref url="/pages/lg223AYm9awa7usZw27w" %}
[Rewards & Points](/coinsafe-docs/rewards-and-points/overview-of-rewards-system.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/add-token-to-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.
