Skip to content

orbs-network/spot-price-aggregator

 
 

Repository files navigation

Spot Price Aggregator

This is a fork of the upstream 1inch Spot Price Aggregator. The original README is preserved at:

Configuration

/contracts/view overview

The /contracts/view entrypoints provide view-only USD pricing helpers meant for off-chain reads. They follow a simple flow:

  • Prefer direct USD sources when configured for a token.
  • Otherwise convert the token to a configured base asset via the offchain oracle, then convert that base to USD.
  • Prices are normalized to a consistent 1e18 scale.

This fork keeps the full upstream documentation separate; use this README only for the fork-level view entrypoint overview.

About

Liquidity-weighted dex price oracle for offchain price discovery

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 53.4%
  • JavaScript 45.4%
  • Shell 1.2%