# Technical Components

* **Smart Contracts**: OneSquare uses Ethereum smart contracts to automate and execute real estate transactions, enforce agreements, and manage funds securely.
* **Tokenization**: Real estate assets are tokenized on the blockchain, allowing fractional ownership and easier transfer of property rights.
* **Oracles**: Oracles are used to bring real-world data (such as property prices, ownership records) onto the blockchain to ensure the accuracy of transactions and asset information.
* **Decentralized Storage**: OneSquare employs decentralized storage solutions (such as IPFS) to store documents and information related to real estate transactions securely and redundantly.
* **Interoperability**: OneSquare aims to be interoperable with other blockchain platforms and protocols, enhancing its usability and adoption in the broader real estate ecosystem.


---

# 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://onesquare-1.gitbook.io/documentation/overview/technical-components.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.
