This repository is an implementation of the data processing components available in Chainsight.
Various showcases are available, including simple propagation patterns and patterns for indicator calculation using complex calculation logic.
Implemented components will be added to the UI as they become available.
https://beta.chainsight.network/
- Price Feed
- Price oracle with simple propagation from EVM contract and Web API with guaranteed reliability
- ex: ETH, WBTC, OAS, USDC, USDT
- To learn more...
- Chainsight 20
- It calculates an average of the market capitalization of assets selected according to criteria such as liquidity metrics, and price data from 9 of the top DEXs and CEXs.
- To learn more...
- S&P 500
- S&P Global Reit
- SPDR Gold Shares
- Realized Volatility
- Realized volatility (RVOL), as one method of calculating volatility, has attracted attention in the financial community as a measure of price stability.
- To learn more...
- Implied Volatility
- Used primarily in options trading, it is a forecast of the future rate of change (volatility) in the price of the underlying asset. It can be calculated backwards based on the current "premium" of the option, and is mainly calculated using Black-Scholes models, etc.
- To learn more...
- Volatility Index
- The Volatility Index is the market's expectation of the strength (volatility) of the S&P 500 (SPX) over the short term. The VIX is calculated from the price of the SPX index option near its maturity date and represents the market's expectation for volatility over the next 30 days. It is considered an index that reflects market risk and investor sentiment and is called a "investor fear gauge"
- To learn more...
- Crypto Volatility Index
- The Crypto Volatility Index (CVI) is a decentralized VIX for crypto. Calculated by cvi.finance.
- Multichain Governance
- A multi-chain voting is a voting that takes place on multiple chains. The idea is to submit a proposal on one chain and vote on it on another chain.
- To learn more...
- UniswapV3 EDPR
- Calculate an Estimated Daily Percentage Return (EDPR) for trading pairs on Uniswap V3.
- It was developed from the community by Chainsight's bounty project.
- Collecting Data from Onchain
- Example for
Snapshot Indexer EVM
- Article: Chainsight Hands-on: Collecting Data from Onchain - DEV Community
- Example for
- Collecting Data from Web
- Example for
Snapshot Indexer HTTPS
- Article: Chainsight Hands-on: Collecting Data from Web - DEV Community
- Example for
- Collecting Data from Internet Computer
- Example for
Snapshot Indexer ICP
- Article: Chainsight Hands-on: Collecting Data from Internet Computer - DEV Community
- Example for
- Generate original indicators from data in indexers
- Example for
Algorithm Lens
- Article: Chainsight Hands-on: Generate original indicators from data in indexers - DEV Community
- Example for
- Subscribe to On-Chain Events & Collect
- Example for
Event Indexer
- Article: Chainsight Hands-on: Subscribe to On-Chain Events & Collect - DEV Community
- Example for
Chainsight exposes Oracle Contract as pipeline destinations for propagating data to various blockchains.
horizonx-tech/chainsight-management-oracle: Oracles supported by Chainsight
Check the README in the above repository for the addresses of available oracle contracts that have been deployed. If you have a network you would like to add, please use that repository or send us an add request.