# Deposits

Actions for Deposits encompass crucial operations related to collateral management, loan repayment, and real-time notifications. Here are the deposit-related actions available within zkAutomate:

1. **Increase Collateral:**
   * **Description:** This action facilitates the automatic addition of more assets to a collateralized position. It ensures the maintenance of desired loan-to-value ratios or meets margin requirements, particularly relevant for managing Perpetual and DeFi positions effectively.
2. **Decrease Collateral:**
   * **Description:** Enables partial withdrawal of assets from a collateralized position. This action aids in realizing profits or reducing exposure within positions, especially pertinent for managing Perpetual and DeFi positions strategically.
3. **Repay Loan:**
   * **Description:** Facilitates the automated repayment of borrowed assets, including any accumulated interest. This action ensures timely settlements, contributes to maintaining account health, and effectively manages loan repayments.
4. **Notify:**
   * **Description:** Enables real-time notifications through platforms such as Telegram, Discord, Webhooks, or email. This action ensures users are promptly informed about critical events or updates regarding their deposit-related activities.

{% hint style="info" %}
These deposit-related actions offer users the capability to manage collateralization, optimize loan repayments, strategically adjust collateral positions, and stay informed about their deposit activities through timely notifications.
{% endhint %}

> **Note:** Mastery of these Deposit Actions is essential for effective collateral management, timely loan repayments, strategic adjustment of positions, and staying updated about critical events within the deposit ecosystem.

<br>


---

# 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.zotto.ai/actions/deposits.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.
