Skip to main content

Chainlink Services

In our smart contract library, we have leveraged Chainlink Keepers to automate the crucial processes of premium collection and claims payment for insurance policies. Chainlink Keepers provide reliable and decentralized automation, ensuring timely execution of tasks triggered by policy-specified time intervals.

Usage in our smart contract library: BaseInsurancePolicy.sol

Chainlink Any API is a new feature that allows you to connect your smart contracts to any external API. We are excited to integrate this feature into our smart contract library as it enables us to provide more flexible and customizable insurance solutions.

Usage in our smart contract library: BaseInsurancePolicy.sol

Chainlink Price Feeds provide reliable and accurate price data for a wide range of assets. We have integrated Chainlink Price Feeds into our smart contract library to ensure that our insurance policies are using real time price data to perform operations.

Usage in our smart contract library: BaseInsurancePolicy.sol

Chainlink Node is a core component of the Chainlink Network. It is a blockchain middleware that connects smart contracts to off-chain data and external APIs. We have used Chainlink Node to deploy our own Chainlink Operator on the Mumbai testnet to test our APICall contract by calling an offchain API.

Usage in our smart contract library: