# Workflow

The following summarizes the workflow for this integration:

1. The oracle reads the request and retrieves the data from the valuation API in the node, maintained by our partner MatrixedLink
2. The oracle compares the data from the API to the on-chain valuation data
3. If any changes are observed, the node will initiate a creation/update routine and submit the new valuations to the on-chain home values

#### Additional notes:

* No one can call the node. The request to update the oracle must come from the oracle itself.
* When new stock is added to the marketplace, Tangible can update valuations by request, triggering the oracle to pull the data from the node, updating the on-chain valuation in the oracle and in Tangible’s listing. This allows new stock transactions to be processed (sold into the treasury) without a 24-hour delay.&#x20;
* A timestamp is maintained every time the values presented in Tangible’s UI are checked against the value in the oracle.
* The oracle is responsible for updating the values of the individual houses, however the total value of the treasury real estate will not update unless triggered by a multisig transaction. This is to prevent any data errors from impacting asset values and ollateralization data.


---

# 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/workflow.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.
