> For the complete documentation index, see [llms.txt](https://whitepaper.xend.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.xend.finance/2.0-oae-onchain-assets-environment/2.10-p2p-lending-in-oae/2.10.2-appraisers-and-custodians.md).

# 2.10.2 Appraisers And Custodians

OAE P2P lending engine introduces the possibility for social hub services providers to take on two key additional roles.&#x20;

First, IAC providers can be utilized as experts in **evaluating the value of non-monetary assets** proposed as collateral by borrowers. Their tasks in this role include:

* Conducting an impartial assessment of the non-monetary assets' worth.
* Verifying the legitimacy of the valuation provided by the borrower or a third-party appraiser chosen by the borrower.
* Confirming the reliability of the source providing the asset valuation.

Second, authentication services may also be tasked with the **safekeeping of specific assets designated as collateral**. This custody role entails:

* The physical handover of the asset from the owner to the custodian.
* The re-authentication of the asset to ensure its description remains accurate, using event mirroring.
* The creation of a \[custody right] token that is bonded to the \[ownership right] token of the asset, with the relationship between these rights detailed in the asset's smart contract.

\
Therefore OAE P2P lending engine expands Social Hub spectrum by 2 specific roles to be taken in OAE ecosystem:   **Appraiser and Custodian.**

\ <br>


---

# 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://whitepaper.xend.finance/2.0-oae-onchain-assets-environment/2.10-p2p-lending-in-oae/2.10.2-appraisers-and-custodians.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.
