# Resources

- [Asset ID Registry](https://docs.stork.network/resources/asset-id-registry.md): The following price feeds are available on each chain Stork supports:
- [Stork Pushed Assets](https://docs.stork.network/resources/stork-pushed-assets.md): Price feeds made available on-chain by Stork
- [Contract Addresses](https://docs.stork.network/resources/contract-addresses.md): This section lists the addresses of the official Stork pull oracle contracts across currently deployed to chains. The contracts are split between the following ecosystems:
- [EVM](https://docs.stork.network/resources/contract-addresses/evm.md): Contract Addresses for EVM chains
- [Solana / SVM](https://docs.stork.network/resources/contract-addresses/solana.md): Contract Addresses for Solana/SVM chains
- [Sui](https://docs.stork.network/resources/contract-addresses/sui.md): Contract Addresses for Sui chains
- [Aptos](https://docs.stork.network/resources/contract-addresses/aptos.md): Contract Addresses for Aptos chains
- [CosmWasm](https://docs.stork.network/resources/contract-addresses/cosmwasm.md): Contract Addresses for CosmWasm chains
- [Fuel](https://docs.stork.network/resources/contract-addresses/fuel.md): Contract Addresses for Fuel chains
- [Initia](https://docs.stork.network/resources/contract-addresses/initia.md): Contract Address for Initia, sectioned by VM type.
- [MiniMove](https://docs.stork.network/resources/contract-addresses/initia/minimove.md): Contract Addresses for Initia MiniMove chains
- [Adapters](https://docs.stork.network/resources/adapters.md): Adapters for other standard oracle interfaces for Stork
- [First Party](https://docs.stork.network/resources/first-party.md): Directly push self-sourced data on-chain with Stork tools.
- [Stork Fast](https://docs.stork.network/resources/stork-fast.md): Ultra high-frequency low-latency oracle
- [Core Concepts](https://docs.stork.network/resources/stork-fast/core-concepts.md): Understanding  Fast-specific primitives and advantages.
- [Websocket API](https://docs.stork.network/resources/stork-fast/websocket-api.md): Listening to Fast data via Websocket
- [REST API](https://docs.stork.network/resources/stork-fast/rest-api.md)
- [Contract API](https://docs.stork.network/resources/stork-fast/contract-api.md): Programming API reference for the Stork Fast EVM contract.
- [Public Keys](https://docs.stork.network/resources/public-keys.md)
- [FAQ](https://docs.stork.network/resources/faq.md)


---

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