|
1 | 1 | # Chainlink Documentation |
2 | 2 |
|
3 | | -> Chainlink is the backbone of blockchain. It is the standard for onchain finance, verifiable data, and cross-chain interoperability. It unifies liquidity across global markets and has enabled over $20 trillion in transaction value across the blockchain economy. Major financial institutions like Swift, Fidelity International, and ANZ Bank, as well as top DeFi protocols such as Aave, GMX, and Lido, utilize Chainlink to power next-generation applications in banking, asset management, and other sectors. |
| 3 | +> Chainlink is the industry-standard oracle platform bringing the capital markets onchain and powering the majority of decentralized finance (DeFi). The Chainlink stack provides the essential data, interoperability, compliance, and privacy standards needed to power advanced blockchain use cases for institutional tokenized assets, lending, payments, stablecoins, and more. Since inventing decentralized oracle networks, Chainlink has enabled tens of trillions in transaction value and now secures the vast majority of DeFi. |
| 4 | +Many of the world’s largest financial services institutions have also adopted Chainlink’s standards and infrastructure, including Swift, Euroclear, Mastercard, Fidelity International, UBS, S&P Dow Jones Indices, FTSE Russell, WisdomTree, ANZ, and top protocols such as Aave, Lido, GMX and many others. Chainlink leverages a novel fee model where offchain and onchain revenue from enterprise adoption is converted to LINK tokens and stored in a strategic [Chainlink Reserve](https://blog.chain.link/chainlink-reserve-strategic-link-reserve/). Learn more at [chain.link](https://chain.link/). |
4 | 5 |
|
5 | 6 | This document offers simple, clean, and comprehensive resources for developers to learn, experiment, and build with Chainlink. |
6 | 7 |
|
7 | 8 | ## Core Documentation |
8 | 9 | - [Chainlink Docs](https://docs.chain.link/): Main documentation hub for all Chainlink products and services. |
9 | 10 |
|
| 11 | +## Chainlink Runtime Environment (CRE) |
| 12 | +- [About CRE](https://docs.chain.link/cre/about): Overview of the Chainlink Runtime Environment and its capabilities. |
| 13 | +- [Key Terms and Concepts](https://docs.chain.link/cre/key-terms-and-concepts): Glossary of foundational terms used in CRE. |
| 14 | +- [Service Quotas](https://docs.chain.link/cre/service-quotas): Information about usage limits and quotas. |
| 15 | +- [Support & Feedback](https://docs.chain.link/cre/support-feedback): How to get help and provide feedback. |
| 16 | +- [Release Notes](https://docs.chain.link/cre/release-notes): Version history and updates for CRE. |
| 17 | +- [Overview](https://docs.chain.link/cre/getting-started/overview): Introduction to the CRE development workflow. |
| 18 | +- [Triggers](https://docs.chain.link/cre/workflow-guides/triggers): Configuring and using triggers. |
| 19 | +- [EVM Chain Interactions](https://docs.chain.link/cre/workflow-guides/evm-chain-interactions): Interacting with EVM-compatible chains. |
| 20 | +- [API Interactions](https://docs.chain.link/cre/workflow-guides/api-interactions): Using APIs within CRE workflows. |
| 21 | +- [Secrets](https://docs.chain.link/cre/workflow-guides/secrets): Managing secrets securely within CRE workflows. |
| 22 | +- [Simulating Workflows](https://docs.chain.link/cre/workflow-operations/simulating-workflows): Running simulations of workflows. |
| 23 | +- [Deploying Workflows](https://docs.chain.link/cre/workflow-operations/deploying-workflows): Deploying workflows to the CRE environment. |
| 24 | +- [Activating & Pausing Workflows](https://docs.chain.link/cre/workflow-operations/activating-pausing-workflows): Managing workflow lifecycle states. |
| 25 | +- [Updating Deployed Workflows](https://docs.chain.link/cre/workflow-operations/updating-deployed-workflows): Modifying live workflows. |
| 26 | +- [Deleting Workflows](https://docs.chain.link/cre/workflow-operations/deleting-workflows): Removing workflows from CRE. |
| 27 | +- [Using Multi-sig Wallets](https://docs.chain.link/cre/workflow-operations/using-multisig-wallets): Managing workflow ownership via multi-signature wallets. |
| 28 | +- [Monitoring & Debugging Workflows](https://docs.chain.link/cre/workflow-operations/monitoring-debugging-workflows): Observing and troubleshooting workflows. |
| 29 | +- [Account](https://docs.chain.link/cre/account-organization/account): Managing your CRE account. |
| 30 | +- [Organization](https://docs.chain.link/cre/account-organization/organization): Managing organization-level settings. |
| 31 | +- [Overview](https://docs.chain.link/cre/capabilities/overview): Overview of available capabilities. |
| 32 | +- [Consensus Computing](https://docs.chain.link/cre/concepts/consensus-computing): How consensus computing operates in CRE. |
| 33 | +- [Non-Determinism in Workflows](https://docs.chain.link/cre/concepts/non-determinism-in-workflows): Handling non-deterministic operations. |
| 34 | +- [Time in CRE](https://docs.chain.link/cre/concepts/time): Managing time and scheduling. |
| 35 | +- [Random in CRE](https://docs.chain.link/cre/concepts/random): Using randomness within workflows. |
| 36 | +- [Running a Demo Workflow](https://docs.chain.link/cre/templates/running-a-demo-workflow): Example workflow template for testing and learning. |
| 37 | +- [Project Configuration](https://docs.chain.link/cre/reference/project-configuration): Configuration reference for CRE projects. |
| 38 | +- [CLI Reference](https://docs.chain.link/cre/reference/cli): Full CLI command reference. |
| 39 | +- [SDK Reference](https://docs.chain.link/cre/reference/sdk): SDK reference documentation. |
| 40 | + |
| 41 | + |
| 42 | + |
10 | 43 | ## Cross-Chain Interoperability Protocol (CCIP) |
11 | 44 | - [CCIP Overview](https://docs.chain.link/ccip): Introduction to CCIP and its functionalities. |
12 | 45 | - [Getting Started with CCIP](https://docs.chain.link/ccip/getting-started): Step-by-step guide to begin using CCIP. |
@@ -137,4 +170,4 @@ This document offers simple, clean, and comprehensive resources for developers t |
137 | 170 | ## Tools |
138 | 171 | - [Chainlink Local Development Environment](https://docs.chain.link/chainlink-local): Set up a local Chainlink node environment. |
139 | 172 | - [Chainlink Functions Toolkit (NPM)](https://www.npmjs.com/package/@chainlink/functions-toolkit): NPM package for working with Chainlink Functions. |
140 | | -- [Chainlink CCIP JavaScript SDK (GitHub)](https://github.com/smartcontractkit/ccip-javascript-sdk): SDK for building applications with CCIP. |
| 173 | +- [Chainlink CCIP JavaScript SDK (GitHub)](https://github.com/smartcontractkit/ccip-javascript-sdk): SDK for building applications with CCIP. |
0 commit comments