> 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/overview/our-features.md).

# Our Features

**Vectous is designed with unique features to enable it to realize its main aim of creating a safe, sustainable, and highly rewarding investment protocol for crypto users.**

One of the main features of vectous is called "Deposit Action". Deposit action occurs when a deposit earn as much as it's original amount in profits, aka ROIs. The purpose of this feature is to encourage early users to continue making deposits and not solely rely on profits from their initial investment. If a deposit has earned its original amount in profits, users have the option to make additional deposits or choose to receive lower profits from that deposit. To learn more about this please read [Deposit Actions](/docs/vectous-1/deposit-actions.md).<br>

Another key feature is “Lending and Loaning.” This product allows users to securely lend and borrow funds within the platform. You can request a loan using your deposit, with a low fee of just 3%. Our platform manages loan requests by offering them to the public and ensuring that lenders are automatically paid on the due dates. Our Lending and Borrowing products prioritize simplicity, security, and trust when it comes to loan transactions. To learn more about this please read [Lending and Loaning](/docs/vectous-1/lending-and-loaning.md).\
\
\
Vectous also offers a unique interest rate model that grows daily. The interest rate begins at 1% and grows by 0.005% daily for six months. The interest rate is capped at 1.9%.\
\
\
Furthermore, the project implements a unique profit withdrawal fee that especially benefits medium to long-term investors while contributing to the sustainability of the project. User are charged a profit withdrawal fee of 30% IF they withdraw on the first day. The fee reduces by 0.3% every day till it reaches 0% in about 3 months. However, you can avoid the withdrawal fee altogether by reinvesting your profit. Plowing back your profit will also earn you a 6% bonus that is added to your profit. This unique model creates an incentive for users to reinvest their earnings with the protocol, creating sustainability.<br>

{% hint style="info" %}
&#x20;Loaning fee and withdraw fee are both added to the contract pool to pay the investors.
{% 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/overview/our-features.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.
