Pragma Oracle · Miden
Provable price feeds
for Polygon Miden
Real-time oracle data aggregated from multiple publishers,
available natively on the Miden rollup.
Live Feeds
Real-time oracle prices
Updated every 10 seconds · On-chain Miden data
Fetching oracle data...
Publisher Integration
Become a price publisher
Push price data to the Miden oracle and contribute to decentralized aggregation.
01
Build the CLI tools
cargo build --release02
Initialize your publisher account
./target/release/pm-publisher-cli init03
Request registration
Send your publisher ID to the Oracle administrator
./target/release/pm-oracle-cli register-publisher YOUR_PUBLISHER_ID04
Start publishing prices
./target/release/pm-publisher-cli publish 1:0 98179840000 6 1738593825Where 1:0 = BTC/USD, price has 6 decimal places
Consumer Integration
Query oracle data
Single asset or batch queries with the CLI. 47% faster batch via single sync.
./target/release/pm-oracle-cli median 1:0 --network testnet
# Output: Median value: 76436215000Returns: is_tracked · median_price (6 decimals) · amount (optional)
Deployments
Testnet contracts
Faucet IDs
1:0→BTC/USD
2:0→ETH/USD
3:0→SOL/USD
4:0→BNB/USD
5:0→XRP/USD
6:0→HYPE/USD
7:0→POL/USD