> For the complete documentation index, see [llms.txt](https://8lends.gitbook.io/eightlends/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://8lends.gitbook.io/eightlends/key-features/collateralization.md).

# Collateralization

Overview: Collateralization is a fundamental feature of the 8lends platform, ensuring that loans are backed by real-world assets. This reduces the risk for investors and enhances the security of their investments.

### Mechanisms:

1. **Tangible Assets:**

* Loans are secured with physical assets such as inventory, equipment, real estate, and receivables, providing a stable collateral base.
* Example: A manufacturing company offers its machinery as collateral for a loan. The value of the machinery is assessed and verified.

2. **Collateral Valuation:**

* Maclear conducts to determine the accurate market value of the collateral.
* Example: A logistics company’s fleet is appraised by an external valuation firm to ensure it meets the loan amount requirements.

3. **Collateral Management:**

* The platform manages and monitors the collateral throughout the loan term to ensure it remains sufficient and unencumbered.
* Example: Periodic checks on the inventory offered as collateral by a retail company to ensure it maintains its value and is not sold off.


---

# 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://8lends.gitbook.io/eightlends/key-features/collateralization.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.
