Praman SetuDecentralised Oracle Network using Proof of Quartiles
Praman Setu network delivers deterministic real-world data feeds with enterprise-grade polish.
Integrity
Latency
Feeds Live
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
Aggregate Data
Collect real-time data from premium sources: FX, commodities, IoT, and compliance feeds
Proof of Quartiles
Oracles fetch data, filter outliers (IQR), and compute consensus average.
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.
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
}
}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")
);One Protocol. Any Chain.
Deploy verification infrastructure across the entire EVM ecosystem with a single integration.
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.
