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

# Fees

### **1. Marketplace Fee: 2%**

* **Purpose:** The marketplace fee is imposed to fund the operational costs involved in maintaining and improving the platform, as well as to offer rewards to Liquidity Providers (LPs).
* **Application:** This fee is deducted from the transaction amount when buying or selling assets on the platform's marketplace.

### **2. Crowdfunding Pooling Fee: 2%**

* **Purpose:** Crowdfunding allows multiple investors to pool their resources to invest in larger assets collectively. The pooling fee covers the administrative and operational costs related to managing these collective investments.
* **Application:** Whenever an investor contributes to a crowdfunding pool, a 2% fee is deducted from their contribution.&#x20;

### **3. Interests on Loans: 1%-10%**

* **Purpose:** Interests on loans serve as a compensation to lenders.
* **Calculation:** The interest rate is determined based on various factors such as the duration of the loan, the risk profile of the borrower, and market conditions.

### **4. Asset profit fee: 0%**

* **Purpose:** 0% asset profit fee is set to encourage investments by offering a no-fee advantage on the profit generated from assets.


---

# 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://thovt-io.gitbook.io/thovt/investing-platform/fees.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.
