Bitcoin/
├── Status/ // status of Bitcoin entity
├── Exchange-Flows/ // on-chain statistics of exchanges
├── Flow-Indicator/ // mpi, whale ratio and other flow indicators
├── Market-Indicator/ // stablecoin supply ratio and other market indicators
├── Network-Indicator/ // nvt, nvt-golden-cross and other network indicators
├── Miner-Flows/ // on-chain statistics of miners
├── Inter-Entity-Flows/ // on-chain statistics of flows between entities
├── Fund-Data/ // fund related data
├── Market-Data/ // price, capitalization
└── Network-Data/ // general statistics of Bitcoin network
Ethereum/
├── Status/ // status of Ethereum entity
├── Exchange-Flows/ // on-chain statistics of exchanges
├── ETH2.0/ // Ethereum 2.0 statistics
├── Fund-Data/ // fund related data
└── Market-Data/ // price, capitalization, market indicators
Stablecoin/
├── Status/ // status of stablecoin entity
├── Exchange-Flow/ // on-chain statistics of exchanges
├── Market-Data/ // price, capitalization, market indicators
└── Network-Data/ // USDT, PAXOS, USDC, DAI, TUSD, SAI
ERC20/
├── Status/ // status of erc20 entity
├── Exchange-Flow/ // on-chain statistics of exchanges
└── Market-Data/ // price
链上数据让交易者可以查看整个区块链生态中发生的有效活动,从而对网络进行正确的估值,而市场价格往往是容易被人操纵的,特别是在加密货币市场上。这些从区块链网络获取的数据就好比传统估值框架中的股票市场的财务报表以及网络估值方法(例如Facebook的社交网络)。