Operators & CRE

KALA leverages the Chainlink Runtime Environment (CRE) to orchestrate secure, verifiable, and decentralized workflows that power our operational logic.

Unified Orchestration

CRE combines on-chain and off-chain operations into a single workflow, allowing KALA to fetch real-world asset data and compute risk metrics seamlessly.

Institutional Security

Every operation runs across a Decentralized Oracle Network (DON) with Byzantine Fault Tolerant consensus, eliminating single points of failure.

Verifiable Execution

Workflows are cryptographically signed and verified. KALA smart contracts only accept inputs that have achieved consensus from the network.

System Architecture

Data Workflow

1

Data Sourcing

The workflow fetches real-time data from multiple authenticated APIs:

  • Gold API
  • Silver API
  • PPP API
  • Gas API
2

Consensus Computation

Independent nodes execute the logic and reach consensus. KALA calculates a weighted index based on Purchasing Power Parity (PPP), Commodity Prices, and Gas costs.

3

On-Chain Settlement

The aggregated, verified result is encoded and submitted to the KalaOracle smart contract on Ethereum Sepolia.

Index Calculation Logic

// Weighted Basket Formula

PPP Contribution40%
Gold Contribution20%
Silver Contribution20%
Gas Contribution20%

Computed relative to baseline values (T0, G0, S0, B0) established at protocol inception.

Operator Responsibilities

Operators MUST

  • Maintain high-availability nodes to ensure workflow execution.
  • Monitor API connectivity for Gold, Silver, and PPP data sources.
  • Ensure sufficient ETH balance for on-chain report submission gas fees.

Operators CANNOT

  • Unilaterally alter the index calculation formula or weights.
  • Manipulate price data without consensus rejection by the DON.
  • Access user wallet private keys or funds directly.