# Asset Onboarding Process

Real Finance’s onboarding pipeline transforms any cash-flow generating asset into on-chain tokens through up to three stages:

1. **Tokenization**
   * Originators deploy smart contracts representing tokens with embedded metadata.
   * Tokenization companies stake **$ASSET** tokens based on asset volume and can be slashed for metadata errors.
2. **Scoring**
   * Risk scoring companies assess assets’ probability-of-default (PD) and embed scores.
   * Scorers stake **$ASSET** tokens and face penalties if realized defaults deviate significantly from predictions.
3. **Insurance**
   * Insurance providers underwrite asset cash flows, staking both **$ASSET** tokens and stablecoins.
   * They offer full and partial coverage, creating multiple token tranches.

**Asset Grades**

* **A**: 100% principal + cash flows insured
* **B**: ≥75% cash flows insured
* **C**: <75% cash flows insured
* **D**: No insurance, low PD score
* **E**: No insurance, high PD score
* **F**: No insurance, no PD score

Investors can choose among various tranches distinguished by color and risk characteristics.


---

# 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://realfinance.gitbook.io/docs/onboarding/asset-onboarding-process.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.
