Skip to main content
Please view the third-party content disclaimer here.
Chronicle Protocol provides verifiable, cost-efficient oracle price feeds. Chronicle contracts are read-protected by a whitelist.

Prerequisites

  • A Solidity contract targeting Polygon zkEVM Cardona testnet or mainnet.
  • On testnet: your contract address must be added to the whitelist using the SelfKisser contract (see step 1 below).
  • On mainnet: open a support ticket on Discord in the #support channel to request whitelist access.
Find deployment addresses on the Chronicle Dashboard.

Read POL/USD price from Chronicle

The contract below reads the POL/USD price on the zkEVM Cardona testnet and handles whitelist registration automatically in the constructor.

Next steps

For more integration examples, see the Chronicle documentation portal.