Agoric Components Library
  • Welcome!
    • 🐇Getting Started
  • Smart Contracts
    • DeFi
      • 🤝Lending Protocol
      • 🤖Arbitrage Bot
      • 💧LP Stop Loss
      • 📈Like-peg Swap AMM
    • NFTs
      • 🎴NFT Marketplace
      • đŸ•šī¸NFT Character Builder
      • đŸ–ŧī¸NFT Drop
      • âš–ī¸Auction Mechanism
    • Governance
      • đŸ—ŗī¸Vote Counter
      • đŸ‘ĢGovernance Committee
    • Cross-chain
      • 💲Price Feed Oracle
      • 📃Akash Lease Management
      • 🌉Axelar Transfer
      • âš›ī¸Cosmos Hub ICA
      • ⏊IST & PSM Forwarder
  • Bounties
    • Open Bounties(none at this time)
    • Assigned Bounties
    • 🔎Agoric Swingset Contract Explorer
    • 🤖Inter Protocol Liquidation Bidding Bot
    • đŸ’ģContract Manages Akash-hosted Front End
  • 📜LEGAL
    • Disclaimer
Powered by GitBook
On this page
  • Summary
  • Details
  • Explore on GitHub
  1. Smart Contracts
  2. Cross-chain

Price Feed Oracle

Oracle price aggregator smart contract

PreviousCross-chainNextAkash Lease Management

Last updated 1 year ago

Limited Developer Support

All assets represented in this library are community built, which means limited support from the Agoric OpCo development team. Please use components, APIs, and front-ends with caution.

Summary

This a smart contract for oracle price aggregation similar to the one that is used in Inter Protocol with some modification.

Details

Inter Protocol Vaults require reliable price feeds for collateral. The aggregator contract is an established method from Chainlink that accepts prices from multiple nodes and eliminates outliers to provide one trusted price per asset pair to the system.

Explore on GitHub

https://github.com/yashpatel5400/agoric-sdk
💲
Page cover image