> 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/checking-borrowers-for-creditworthiness.md).

# Checking Borrowers for Creditworthiness

Overview: 8lends employs a rigorous borrower verification process to ensure that only financially stable and credible businesses are allowed to list projects on the platform. This process reduces the risk of defaults and enhances investor confidence.

### Mechanisms:

#### 1.  Verification Process:

* Borrowers are assessed based on a comprehensive set of criteria, including financial health, credit history, operational viability, and market position.
* Example: A manufacturing company seeking a loan undergoes a thorough evaluation of its financial statements, credit score, market presence, and collateral value.

#### 2. Due Diligence:

* The platform conducts extensive due diligence to verify the accuracy of the information provided by borrowers and to assess their ability to repay loans.
* Example: Detailed checks on a company's sales records, existing debts, and market trends ensure the borrower is capable of meeting repayment obligations.

#### 3. Collateral Assessment:

* The value and legitimacy of the proposed collateral are thoroughly assessed to ensure it provides sufficient security for the loan.
* Example: A company offering its inventory as collateral must provide documentation and third-party valuations to verify its worth.

#### 4. Financial Analysis:

* Detailed analysis of the borrower’s financial statements, including balance sheets, income statements, and cash flow statements, to evaluate financial stability.
* Example: A logistics company’s financial records are scrutinized to assess profitability, liquidity, and debt levels.

#### 5. Operational Review:

* Assessment of the borrower’s operational capabilities, market position, and business model to ensure long-term viability.
* Example: A retail company’s business operations, supply chain management, and market competitiveness are evaluated.

#### 6. Market and Industry Analysis:

* Examination of market conditions and industry trends to understand the external factors affecting the borrower’s business.
* Example: An agricultural company’s exposure to market volatility and climatic conditions is analyzed to gauge risk.


---

# 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/checking-borrowers-for-creditworthiness.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.
