> For the complete documentation index, see [llms.txt](https://defi-for-you.gitbook.io/faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defi-for-you.gitbook.io/faq/list/reputation.md).

# Reputation

**1.What is reputation?**

Reputation is the point to present the assessment from the system to the service providers like Lending and Borrowing services in our platform.

**2. Why do we distinguish Borrower and Lender reputation?**

We distinguish reputation for Borrower and Lender in order to make it transparent and easier for user to look for appropriate partners for each business.

* When users desire to borrow, they can refer to the reputation activities associated with Lenders, which helps to make decision on choosing a Lender. Lender Reputation when selecting "All wallet" equals to total reputations of all wallets
* When users desire to lend someone, they can refer to the reputation activities associated with Borrowers , which helps to make decision on choosing a Borrower. Borrower reputation when selecting "All wallet" equals to average reputation from all wallets.

**3. How is the reputation calculated?**

When you start using our Defi for You and connect to a wallet, the default reputation is 0. Once there are any of following activities, you will get/deduct reputation

| No      | Lender                                                      | Borrower |         |                                                     |        |   |
| ------- | ----------------------------------------------------------- | -------- | ------- | --------------------------------------------------- | ------ | - |
| Actions | + or -                                                      | Points   | Actions | + or -                                              | Points |   |
| 1       | Create package                                              | +        | 3       | Create Collateral                                   | +      | 3 |
| 2       | Cancel package                                              | -        | 3       | Cancel Collateral                                   | -      | 3 |
| 3       | Reopen package                                              | +        | 3       | Repay on time for each period (Penalty or Interest) | +      | 1 |
| 4       | <p>Create Contract</p><ul><li>Accept a collateral</li></ul> | +        | 1       | Repay late on each period  (Penalty or Interest)    | -      | 1 |
| 5       | Send Offer                                                  | +        | 2       | Accept Offer                                        | +      | 1 |
| 6       | Cancel Offer                                                | -        | 2       | Terminate  completed contract                       | +      | 5 |
| 7       |                                                             |          |         | Terminate  liquidated contract                      | -      | 5 |

**4. Where can I view my reputation?**

It can be found in "User profile" for all wallets or every single one like below.

![](/files/-Mj8Gtd3XnhWwCUKYgmf)


---

# 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:

```
GET https://defi-for-you.gitbook.io/faq/list/reputation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
