// ON_CHAIN_FOOTPRINT001
THE NETWORK
Lumora is the commodity and digital asset oracle on BOT Testnet (bot-testnet). ECDSA-signed updates into CommodityOracle, safe reads through CommodityConsumer, and 106 RWA feeds across energy, metals, FX, indices, and equities — plus digital assets.
// ATTESTATION_PIPELINE002
* market source → signed update → CommodityOracle → CommodityConsumer / PriceFeed.
RENDER: oracle_runtime.objLIVE

CHAIN: BOT-968SIGN: ECDSA
ORACLE.mdv1.0.0
ECDSA_UPDATESSigned feedsEvery price update is signed by the Lumora signer. Replay-protected message hashes bind assetId, id, price, timestamp, and contract address.
FRESHNESS15-minute windowCommodityOracle rejects stale updates beyond MAX_DELAY. CommodityConsumer enforces a configurable maxStaleness heartbeat on every read.
CONSUMER_SAFESafe readsProtocols call getPrice / tryGetPrice / latestRoundData. Soft reads never revert; guarded reads revert on missing, zero, or stale data.
DEFI_READYAggregatorV3Deploy PriceFeed per asset for Chainlink-compatible decimals(), description(), and latestRoundData() integrations on BOT Testnet.
// AGENT_TREASURY_AND_EARNINGS003
Live from BOT Testnet. The oracle signer holds gas in BOT to publish signed updates. Contracts below are the production Lumora footprint.
verify oracle on-chainSigner Liquid98.39BOT · live balance
Contracts2oracle + consumer
Primary VenueBOT Testnetnetwork
Ledger Entries2deploy footprint
// DEPLOYED_CONTRACTS004