Chainlink Runtime Environment

Build once,
connect anything

A composable, secure, scalable, and future-proof platform for the onchain economy. Any data, any system, any chain.

// Auto-update onchain reserves on schedule
func InitWorkflow(config *Config) (cre.Workflow[*Config], error) {
 return cre.Workflow[*Config]{
   cre.Handler(
    
cron.Trigger(cronTriggerCfg),
     
onCronTrigger,
    ),
  }, nil
}
// Callback fetches offchain data and performs verifiable write on-chain
func onCronTrigger(config *Config, runtime cre.Runtime, _*cron.Payload) (nil, error) {
  // Fetches reserve data from API
  APIresponse, _ := http.SendRequest(config,runtime,&http.Client{},fetchAPI,cre.ConsensusAggregationFromTags[*ReserveInfo]()).Await()
  // Consensus generate report containing data
  report, _ = runtime.generateReport(&cre.ReportRequest{EncodedPayload:reserveABI.Pack(APIresponse.TotalReserve)}).Await()
  // Point to the deployed contract on evm chain
  //... config code here e.g. evmClient, evmConfig
  reserveManagerContract, _ :=report, _ = reserve_manager.NewReserveManager(evmClient, common.HexToAddress(evmConfig.ContractAddress).Bytes(), nil)
  // Write our report onchain
  resp, _ := reserveManagerContract.WriteReport(runtime,report,gasConfig).Await()
  return nil, _
}

Streamline the next era of applications with the Chainlink Runtime Environment (CRE)

CRE Supercharges App Development

Powering the next generation of digital assets and financial services

Enable DvP for tokenized assets with institutional-grade Chainlink infrastructure

Orchestrate tokenized asset transactions across any blockchain network.

Automate onchain delivery of critical financial data across any environment.

Enable atomic or hybrid settlement across chains and traditional systems.

Use Chainlink for cross-chain interoperability, compliance verification, and legacy system integration.

Automate NAV-based fund operations with real-time onchain data delivery.

Enable secure cross-chain asset and cash settlement with institutional-grade interoperability.

Support compliance-focused digital transfer agency with privacy-preserving identity verification.

Leverage Chainlink for cash leg settlement via offchain payment rails.

Facilitate settlement of tokenized assets using existing offchain payment networks.

Enable secure orchestration of DvP workflows across blockchains and bank rails.

Bridge digital and traditional finance through compliance-ready cross-system connectivity.

Unlock compliance-ready, transparent, and interoperable stablecoins through the Chainlink Platform.

Accelerate adoption by supporting trusted, compliance-ready stablecoins, for global financial rails.

Expand stablecoin reach with secure, interoperable infrastructure across global markets.

Enable regulated stablecoins uphold transparency, auditability, and monetary integrity at scale.

Kinexys by J.P. Morgan
01
Ondo
02
Misyon Crypto
03
“By securely and thoughtfully connecting our institutional payments solution with both external public and private blockchain infrastructures seamlessly, we can offer our clients and the broader financial ecosystem a wider range of benefits and scalable solutions for settling transactions.”
“The debut transaction on Ondo Chain’s testnet with both Kinexys by J.P. Morgan and Chainlink isn’t just a major milestone, it’s a statement about the future of finance.”
“With the integration of proof of reserves and custom price feeds powered by the Chainlink Runtime Environment, investors can now independently verify not only price movements but also the authenticity and backing of the assets they hold.”

A unified developer platform and execution layer

Infrastructure for composable onchain finance

Launch financial services without disrupting the existing infrastructure.

Manage identity data and enforce compliance policies across chains.

Achieve faster time-to-market with secure orchestration tooling.

Composable infrastructure for developers

Access a self-serve environment with runtime tooling.

Build modular services using APIs and templates.

Run across testnet and mainnet environments seamlessly.

Build anything, verify everything, run securely

Be the first to build with CRE