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

# Deposit Actions

## “**Deposit Action” creates sustainability within the protocol by creating a win-win situation for investors and the protocol.**

## What is is?

When a deposit ROIs (total earned profits reaches to equal of it's original deposit amount) it pauses the daily rewards. This prevents early users from continuously earning profits without making any additional deposits. Then investors can either add funds, allowing for continued profitability, or choose to receive lower profits from that initial deposit. There are two options as explained below.

#### What are the options?

1. User can add an amount equal to half of the original deposit, which would allow the deposit to continue generating profits as before, with the additional funds added to it.
2. User can choose not to add any additional funds, in which case the deposit amount would be reduced to half, alongside the corresponding profits.

**Lets put it in an example:**

A 1000BUSD deposit reached it's deposit action state and requires the user to do an action. User can either deposit another 500 BUSD (half the original deposit amount) to their investment, which in that case will continue producing profits as a deposit of 1500 BUSD ; or user chooses not to add the 500 BUSD hence the deposit will continue to produce profits as a deposit of 500 BUSD. \
&#x20;

{% hint style="warning" %}
User must manually chose an option, even if it's gonna be not adding the required amount to the deposit. Until they do the deposit will stay at the paused state with no profits producing.
{% endhint %}


---

# 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://vectous.gitbook.io/docs/vectous-1/deposit-actions.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.
