# Qiro Underwriting Explorer

The **Qiro Underwriting Explorer** provides full transparency into how credit assets are evaluated on the Qiro Network. It allows investors, pool admins, underwriters, and partners to view underwriting activity that is cryptographically verified and anchored on-chain.

Link to explorer: <https://explorer.qiro.fi&#x20>;

### **Overview of Sections**

The Explorer contains three primary sections:

### **1. Assets**

This section lists all borrower assets submitted for underwriting. Each asset page includes:

* Borrower and asset information (loan amount, tenure, purpose, etc.)
* Current underwriting status (Pending, Underwritten, Approved, Rejected)
* Linked on-chain asset ID (tokenized asset NFT)
* All underwriting assessments submitted by underwriter nodes

This provides a clear, transparent overview of the underlying loan quality for each lending pool.

### **2. Underwriter Nodes**

This page displays all active underwriter nodes participating in the Qiro underwriting network.

Each node profile includes:

* Node identity and metadata
* Number of assets underwritten
* Total value underwritten
* Historical inferences submitted
* Performance and participation metrics

Underwriter nodes operate independently, enabling decentralized and market-driven risk evaluation.

### **3. Inferences**

An inference represents an underwriting assessment submitted by a node.

Each inference includes:

* The underwriting outcome (risk metrics, limit, rate, or score depending on the model used)
* The underwriter node that submitted the inference
* The asset evaluated
* Timestamped on-chain reference
* A cryptographic proof validating the correctness of the computation

This creates an auditable and transparent record of all underwriting decisions.

### **Underwriting Proof Verification**

Qiro uses Zero-Knowledge (ZK) attestations to ensure that every underwriting result is:

* Correctly computed
* Tamper-proof
* Verifiable on-chain
* Privacy-preserving (no raw borrower data is exposed)

Each inference contains:

* A proof stored on Arweave
* A corresponding on-chain transaction hash
* (Upcoming) In-browser proof verification for anyone to independently verify correctness

This architecture guarantees integrity without compromising sensitive borrower information.


---

# Agent Instructions: 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://docs.qiro.fi/products/qiro-underwriting-engine/qiro-underwriting-explorer.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.
