# Executive Summary

Real is a novel blockchain network designed specifically for real-world financial assets (RWA). It delivers a decentralized, transparent, and secure platform for:

* **Asset Tokenization**: Representing cash-flow generating assets on-chain with embedded metadata for classification and provenance.
* **Risk Assessment**: Assigning probability-of-default (PD) scores to assets via specialized scoring entities.
* **Embedded Insurance**: Allowing insurance providers to underwrite cash flows, creating insured and non-insured tranches.

The network architecture comprises two types of validators:

1. **Normal Validators**: Maintain network integrity by validating blocks and securing consensus.
2. **Business Function Validators**: Tokenization companies, risk scoring companies, and insurance companies stake native **$ASSET** tokens; misbehavior can result in stake slashing.

Real uses a Cosmos Tendermint-based Proof-of-Stake consensus with adaptive staking rewards inspired by Polkadot. The native **$ASSET** token has an initial supply of 1,000,000,000 tokens and a first-year inflation of 52,500,000 tokens (5%), decreasing annually.

To fund development and launch, Real seeks to raise USD 4 million in exchange for 15.5% of the initial **$ASSET** token supply.


---

# 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/introduction/executive-summary.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.
