> For the complete documentation index, see [llms.txt](https://propblock-ai.gitbook.io/propblock-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://propblock-ai.gitbook.io/propblock-ai/faq.md).

# FAQ

<details>

<summary><strong>How is PropBlock AI governed?</strong></summary>

PropBlock uses a hybrid DAO model:

* **PROP Token Holders**: Vote on protocol upgrades, fee structures, and AI model priorities
* **Property-Specific DAOs**: Each tokenized property has its own sub-DAO for decisions like rent distribution and asset sales
* **AI Advisory**: Machine learning models provide risk-adjusted voting recommendation

</details>

<details>

<summary><strong>What happens if PropBlock ceases operations?</strong></summary>

Tokenized properties are protected by:

* **Bankruptcy-Remote SPVs**: Each asset is legally isolated
* **Chainlink Proof-of-Reserve**: 1:1 asset backing verifiable on-chain
* **Fallback Mode**: AI oracles and smart contracts remain executable even if frontend shuts down

</details>

<details>

<summary><strong>How are properties managed?</strong></summary>

1. AI selects licensed managers based on cost/performance data
2. IoT sensors monitor property conditions (repairs, energy use)
3. 90% of rental income auto-distributes to token holders weekly

</details>

<details>

<summary><strong>How does PropBlock choose properties?</strong></summary>

Our PropBlock AI evaluates:

1. **Market Signals** (12-month price forecasts, rental demand)
2. **Climate Resilience** (30-year flood/fire risk models)
3. **Legal Compliance** (Automated KYC/AML checks across 40+ jurisdictions)

PropBlock selects properties not only through meticulous screening but also by leveraging real estate market data provided by professionals. Only properties with potential high demand for rent will be considered.

In addition, property owners who intend to vest their property interests in the trust will be required to complete a thorough KYC procedure. We try our best to ensure both the property and its owner are reliable.

</details>

<details>

<summary><strong>How accurate are AI valuations?</strong></summary>

Our models achieve 92% price prediction accuracy via:

* **Data Sources**:
  * Satellite imagery (new construction detection)
  * Zillow/Redfin API integration
  * Macroeconomic forecasts from 10+ providers
* **Continuous Learning**: Federated ML updates from 10,000+ properties

</details>

<details>

<summary><strong>How are properties legally tokenized?</strong></summary>

1. **ERC-721R NFTs**: Represent legal title via Base Chain's RWA standard
2. **Regulatory Wrappers**:
   * US: Reg D 506(c) exemptions
   * EU: MiCA-compliant prospectus
   * UAE: Dubai VARA licensing

</details>

<details>

<summary>Who is eligible to use services provided by PropBlock?</summary>

Before using our platform protocol, users are required to complete ID verification to be onboarded as a member. This creates trust and identity-verified user base. You must be:

* At least 18 years old;
* Holding a valid ID or passport; and
* Holding and provide a wallet under your own name (you are responsible for your own wallet security)

Due to restrictions, we're currently unable to provide services for residents or passport holders from specific countries and regions, please refer to our Terms of Use.

</details>


---

# 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://propblock-ai.gitbook.io/propblock-ai/faq.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.
