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

# Ownership

#### Investors' Ownership Of Property

In order to verify ownership of a property after investing in real estate, a significant quantity of paperwork is required. At Avanzo, we are creating a new contractual system with NFTs that is tied to a property and will revolutionize the real estate market.

#### Contract On Blockchain

On the open internet, proving ownership of something is probably difficult, but with blockchain and NFTs (Non-Fungible Tokens), you can truly establish your ownership using a code that is connected to your wallet, which is a representation of your contract.

#### Avanzo Contracting system leveraging NFTs

We are creating a system where NFTs (Non-Fungible Tokens) represents your ownership of the asset you have invested in, together with its current holding percentage.

#### Transfer Of Ownership

Holding NFT, which stands in for your contract, enables you to sell it to other investors, thus transferring ownership of your investment to them. Unique NFTs We will provide a variety of NFTs that investors may purchase, and NFTs provide you the opportunity to go on a whitelist for a special investment that is necessary to hold the NFT.


---

# 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://avanzo.gitbook.io/whitepaper/basic-concepts/ownership.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.
