Skip to main content
GenesisCipher Labs
Live • Decentralised • Verifiable

Praman Setu
Decentralised Oracle Network using Proof of Quartiles

Praman Setu network delivers deterministic real-world data feeds with enterprise-grade polish.

Integrity

100.00%
Verified

Latency

470.9 ms
Real-time

Feeds Live

4
Active Now

Operational Telemetry You Can Trust

Real-time metrics from the Praman Setu oracle network

High Fidelity

Sub-basis point accuracy across asset classes

Distributed

Geo-distributed oracle collectives securing feeds

Multi-Asset

Native price feeds for major cryptocurrencies and stablecoins

3

Release tracks - price feeds, event adapters, and risk analytics

How Praman Setu Moves Data On-Chain

The same deterministic routing that underpins real production deployments

1

Aggregate Data

Collect real-time data from premium sources: FX, commodities, IoT, and compliance feeds

2

Proof of Quartiles

Oracles fetch data, filter outliers (IQR), and compute consensus average.

3

Deliver On-Chain

Stream verified data to any chain with batching, compression, and cost optimisation

Integrate in Minutes

Simple APIs and SDKs for any blockchain. Start consuming verified data feeds immediately.

Solidity Contract
import "./ICryptoInrClient.sol";
import "./CryptoInrOracle.sol";

contract MyDeFiApp is ICryptoInrClient {
  CryptoInrOracle public oracle;

  function requestPrice() external {
    oracle.getLatestPrice(keccak256("BTC"));
  }

  function cryptoInrCallback(
    bytes32 assetCode,
    uint256 price,
    uint256 timestamp,
    uint256 requestId
  ) external override {
    // Use verified price
  }
}
JavaScript Client
const oracle = new ethers.Contract(addr, abi, provider);

oracle.on("CallbackSuccessEvent", 
  (asset, client, price, id) => {
    console.log(`New Price: ${price}`);
  }
);

// Request BTC Price
await oracle.getLatestPrice(
  ethers.utils.id("BTC")
);
IN DEVELOPMENT

One Protocol. Any Chain.

Deploy verification infrastructure across the entire EVM ecosystem with a single integration.

PRAMAN
SETU
ETH
Ethereum
MATIC
Polygon
ARB
Arbitrum
OP
Optimism
BASE
Base
AVAX
Avalanche
BNB
BNB
ZK
zkSync
SCR
Scroll
LIN
Linea
99.9%+
Target Uptime
High
Reliability
10+
Chains Planned
Low
Latency

Built with the GenesisCipher Design System

A cohesive oracle experience tuned for emerging-market data, with the same polish across documentation, dashboards, and developer tooling.

🔐

Proof of Quartiles

Robust consensus mechanism that filters outliers using Interquartile Range (IQR) and averages valid responses for maximum accuracy.

Programmable Events

Bring payments, settlements, or sporting outcomes on-chain with templated adapters tuned for the Praman Setu network. SDKs for Node, Rust, Solidity with replay-safe execution.

🎨

GenesisCipher DNA

Focused on Praman Setu's oracle mission—consistent visuals, motion, and documentation. Shared design tokens, consistent motion language, builder-first navigation.

Use Cases

Powering the next generation of blockchain applications

🏗️

Tokenised assets & RWAs

Keep NAV, reserve, and utilisation data in sync for on-chain funds, RWAs, and structured products.

🛡️

Risk controls & insurance

Trigger policy decisions automatically using verifiable weather, logistics, ESG, and credit data.

🔗

Enterprise data sync

Bridge ERP, supply-chain, and identity systems to blockchain workflows without manual reconciliation.

Bring deterministic real-world data to your protocol

Schedule time with the GenesisCipher Labs team and explore how Praman Setu can anchor your on-chain data strategy.