# For Borrowers

1. **Onboarding:** Complete KYB (Know Your Business) verification via the PayVia Dashboard.
2. **Asset Tokenization:** Upload invoice data or payment stream metadata. The protocol mints a corresponding NFT representing the claim on future revenue.
3. **Underwriting:** The decentralized credit oracle (or trusted auditor) assigns a risk score and establishes the collateral value.
4. **Borrowing:** Deposit the NFT into the relevant Vault and draw stablecoins (USDC) instantly.
5. **Repayment:** Upon invoice settlement, funds are automatically routed to the Vault to repay the loan plus interest. The NFT is burned.


---

# 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.payvia.xyz/5.-integration-guide/for-borrowers.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.
