# Roles and Responsibilities

Property valuations are managed by third parties and decentralized oracles. Updated price oracles allow for collateralization ratios and minting on gains to be in “real time" while enhancing the decentralization of the Tangible ecosystem.

The following parties play a critical role in the maintenance and timely updates to Tangible’s real estate values:

**Hometrack**

Independent property valuations in the UK are provided by Hometrack.com, the largest Real Estate data provider in the UK, who are responsible for valuations on the majority of UK mortgages.

Hometrack’s valuations are updated on the third Thursday of every month and are delivered to the node through their API, which Tangible maintains a license on.

**MatrixedLink**

Develop and maintain the oracle and node which manage the inflow and outflow of pricing data.

**Tangible**

In circumstances where properties haven’t yet been indexed by the UK land registry and added to Hometrack, Tangible maintains the API which provides Royal Institution of Chartered Surveyors (RICS) accredited valuations to the node. These “paper” valuations are always available in the dropbox folder for the specific property.&#x20;

### &#x20;**Infrastructure Pieces**

The following are the key technical pieces of the system along with their function.

**Node**

The node sits central to the source data (via APIs), the oracle and Tangible. The node is the project manager of the operation, pulling in key information from the relevant sources and sending new information out when necessary. All data runs through the node.

**Oracle**

The oracle is a smart contract with the most recent on-chain valuation data. The information it stores includes fingerprint data (home ID), timestamp on the last update/call to pricing, currency designator, location and the current home price (including one time costs like tokenization and other fees). The oracle manages the updates of its own data, pulling from the node.

An oracle wrapper was built which allows the oracle to integrate with our existing infrastructure.

**APIs**

APIs are the source of external data. In this case, Tangible licenses the Hometrack API which provides updated valuation data to the oracle (via the node) monthly. Tangible manages a secondary API with the remaining property valuations from independent third parties, homes not yet indexed by Hometrack.

**Contracts**

Oracle Address: TBD

Oracle Wrapper: TBD


---

# 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://docs.tangible.store/asset-categories/real-estate/decentralized-property-values/roles-and-responsibilities.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.
