> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hedera.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chainlink Oracles

## What is Chainlink?

Chainlink Oracles are decentralized services that securely connect smart contracts to real-world data, events, and computations. By bridging the gap between blockchain applications and off-chain environments, Chainlink Oracles empowers developers to build advanced, feature-rich decentralized applications (dApps) across various industries.

<Columns cols={2}>
  <Card title="➡ PRICE FEED" href="https://docs.chain.link/data-feeds/price-feeds/addresses/?network=hedera&amp%3Bpage=1&page=1" arrow />

  <Card title="➡ DEMO GITHUB REPO" href="https://github.com/hedera-dev/hedera-example-chainlink-price-feeds" arrow />

  <Card title="➡ CHAINLINK DOCS" href="https://docs.chain.link/data-feeds" arrow />
</Columns>

***

## **Getting Started with Chainlink Oracles on Hedera**

To integrate Chainlink Oracles into your Hedera-based dApp, you can start with a ready-to-use Gitpod demonstrating how to get Chainlink price feeds on Hedera using the Chainlink Price Feeds Adapter.

### Try It in Gitpod

[![Open in Gitpod](https://camo.githubusercontent.com/b04f5659467d23b5109ba935a40c00decd264eea25c22d50a118021349eea94f/68747470733a2f2f676974706f642e696f2f627574746f6e2f6f70656e2d696e2d676974706f642e737667)](https://gitpod.io/?autostart=true#https://github.com/ed-marquez/hedera-example-chainlink-price-feeds)

1. Enter your Hedera testnet credentials in the `.env` file
2. Run the test to get the latest prices for all the price feeds:

   ```bash theme={null}
   npx hardhat test
   ```

   [![alt text](https://github.com/hedera-dev/hedera-example-chainlink-price-feeds/raw/main/assets/console-output.png)](https://github.com/hedera-dev/hedera-example-chainlink-price-feeds/blob/main/assets/console-output.png)

***

## References

* [**Chainlink Price Feeds**](https://docs.chain.link/data-feeds/price-feeds/addresses/?network=hedera\&amp%3Bpage=1\&page=1)
* [**Testnet LINK Token Contract**](https://docs.chain.link/resources/link-token-contracts#hedera)
* #### [**Using Data Feeds on EVM Chains**](https://docs.chain.link/data-feeds/using-data-feeds#overview)

<Info>
  **Have questions?** Join the [Hedera Discord](https://hedera.com/discord) and post them in the [`developer-general`](https://discord.com/channels/373889138199494658/373889138199494660) channel.
</Info>
