# ChainLink integration

Chainlink will be used as an oracle service to connect external data to smart contracts that manage warranties. For example, when a user reports a defect, the smart contract can use the Chainlink oracle to check the status of the product (purchase date, registration, service status) outside the blockchain - e.g. from the manufacturer's database or service system. Chainlink will also enable automated fulfillment of warranty conditions based on real-world data (e.g. that the device was actually sent for service, that the defect was confirmed, etc.). This further secures the DEXPIRY token warranty system against fraud and increases reliability without a central intermediary.


---

# 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.dexpiry.com/dexpiry_public_eng/system-components/blockchain-records/chainlink-integration.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.
