# Use Cases

Use on-chain commitments and built-in querying to make any time-series or event data verifiable and easy to access. Here are some ideas:

<table><thead><tr><th width="203.348876953125">Use Case</th><th>What the Integrated Module Does</th></tr></thead><tbody><tr><td><strong>IoT Telemetry</strong></td><td>Each dataset is anchored on-chain as a secure record and indexed for retrieval by device and time.</td></tr><tr><td><strong>Supply-Chain Events</strong></td><td>Every shipment step (picked up, in transit, delivered) is recorded under a shipment ID, enabling full history replay.</td></tr><tr><td><strong>Proof-of-Location</strong></td><td>Compact GPS pings are saved on-chain for transparency and indexed by device and timestamp for quick lookups.</td></tr><tr><td><strong>Document Timestamping</strong></td><td>Document hash batches are anchored on-chain to prove existence and indexed so each proof can be exported or verified.</td></tr><tr><td><strong>Access Logs &#x26; Audits</strong></td><td>Critical log entries are written on Solana for an immutable trail and indexed by user, action, and time for audits.</td></tr></tbody></table>

Check out the next section for quick start guides and integration details to plug into your application.


---

# 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.termina.technology/documentation/open-source-contributions/modules/data-anchor/use-cases.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.
