Infrastructure Integration
The page is our key strategic infrastructure including partners and the tools we contribute to.

Background
Chainlink is a decentralized oracle service currently used by Canoe to provide external data. For the price information of the financial contract on the chain, we can provide stable and accurate price by introducing the ChainLink predictor.
Chainlink
enables smart contracts on any blockchain to leverage extensive off-chain resources, such as tamper-proof price data, verifiable randomness, external APIs, and much more.Use Canoe Chainlink module
For convenience, we introduced Canoe ChainLink and used Chainlink’s official Proxy to get prices and so on.
Step1, Solidity version > 0.8.0
pragma solidity ^0.8.0;
Ethereum Mainnet | | |
Pair | Dec | Proxy |
1INCH / ETH | 18 | |
1INCH / USD | 8 | |
AAPL / USD | 8 | |
AAVE / ETH | 18 | |
AAVE / USD | 8 | |
ADA / USD | 8 | |
ADX / USD | 8 | |
... | ... | ... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "https://github.com/MetadexContract/CanoeChainLink/blob/main/contracts/CanoeChainLink.sol";