# Accessing Data On-Chain

Stork's on-chain contracts are what ultimately allow leveraging Stork's low-latency trustless data on-chain. This involves calling the chain-specific contracts version of a `get_temporal_numeric_value` function with the appropriate information about the relevant [Asset ID.](/introduction/core-concepts.md#asset-ids)

To see which chains Stork currently supports, see the Contract Addresses section:

{% content-ref url="/pages/SZehC7l9p3TrecQGf1jo" %}
[Contract Addresses](/resources/contract-addresses.md)
{% endcontent-ref %}

For specific documentation and interacting with the on-chain contracts interface, see the Contract APIs section:

{% content-ref url="/pages/qPjCAuTxWm2SLbSLdqvl" %}
[Contract APIs](/api-reference/contract-apis.md)
{% endcontent-ref %}


---

# 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.stork.network/getting-started/accessing-data-on-chain.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.
