> For the complete documentation index, see [llms.txt](https://sixdegreelab.gitbook.io/mastering-chain-analytics-v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sixdegreelab.gitbook.io/mastering-chain-analytics-v1/readme.md).

# 简介

## Mastering Onchain Analytics

Online Book:

* En: [Mastering Onchain Analytics](https://tutorial.sixdegree.xyz/)
* Zh: [精通链上数据分析](https://tutorial.sixdegree.xyz/v/zh/)

This is a series tutorials for blockchain analysis enthusiasts, helping new users learn blockchain data analysis from scratch and become an on-chain data analyst master.

## table of contents

| **Id**                  | **English**                                                                                                                                                  | **Chinese**                                                                                                                                  |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Elementary**          | ---                                                                                                                                                          | ---                                                                                                                                          |
| #0                      | [become chain analyst](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch00/ch00-become-chain-analyst.md)                               | [成为链上数据分析师](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch00/ch00-become-chain-analyst.md)                          |
| #1                      | [dune platform introduction](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch01/ch01-dune-platform-introduction.md)                   | [Dune平台简介](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch01/ch01-dune-platform-introduction.md)                     |
| #2                      | [quickstart](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch02/ch02-quickstart.md)                                                   | [数据分析新手上路](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch02/ch02-quickstart.md)                                     |
| #3                      | [build first dashboard](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch03/ch03-build-first-dashboard.md)                             | [创建第一个Dune数据看板](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch03/ch03-build-first-dashboard.md)                     |
| #4                      | [understanding tables](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch04/ch04-understanding-tables.md)                               | [熟悉数据表](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch04/ch04-understanding-tables.md)                              |
| #5                      | [sql basics part1](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch05/ch05-sql-basics-part1.md)                                       | [SQL基础（一）](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch05/ch05-sql-basics-part1.md)                               |
| #6                      | [sql basics part2](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch06/ch06-sql-basics-part2.md)                                       | [SQL基础（二）](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch06/ch06-sql-basics-part2.md)                               |
| #7                      | [practice build lens dashboard part1](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch07/ch07-practice-build-lens-dashboard-part1.md) | [实践案例：制作Lens的数据看板（一）](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch07/ch07-practice-build-lens-dashboard-part1.md) |
| #8                      | [practice build lens dashboard part2](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch08/ch08-practice-build-lens-dashboard-part2.md) | [实践案例：制作Lens的数据看板（二）](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch08/ch08-practice-build-lens-dashboard-part2.md) |
| **Intermediate**        | ----                                                                                                                                                         | ----                                                                                                                                         |
| #9                      | [useful queries part1](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch09/ch09-useful-queries-part1.md)                               | [常见查询一：ERC20代币价格](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch09/ch09-useful-queries-part1.md)                    |
| #10                     | [useful queries part2](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch10/ch10-useful-queries-part2.md)                               | [常见查询二：代币的持有者、总供应量、账户余额](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch10/ch10-useful-queries-part2.md)             |
| #11                     | [useful queries part3](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch11/ch11-useful-queries-part3.md)                               | [常见查询三：自定义数据、数字序列、数组、JSON等](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch11/ch11-useful-queries-part3.md)          |
| #12                     | [nft analysis](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch12/ch12-nft-analysis.md)                                               | [NFT数据分析](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch12/ch12-nft-analysis.md)                                    |
| #13                     | [lending analysis](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch13/ch13-lending-analysis.md)                                       | [借贷协议数据分析](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch13/ch13-lending-analysis.md)                               |
| #14                     | [defi analysis](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch14/ch14-defi-analysis.md)                                             | [DeFi数据分析](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch14/ch14-defi-analysis.md)                                  |
| #15                     | [dunesql introduction](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch15/ch15-dunesql-introduction.md)                               | [Dune SQL 查询引擎入门](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch15/ch15-dunesql-introduction.md)                    |
| #16                     | [blockchain analysis polygon](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch16/ch16-blockchain-analysis-polygon.md)                 | [Polygon区块链概况分析](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch16/ch16-blockchain-analysis-polygon.md)              |
| #17                     | [mev analysis uniswap](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch17/ch17-mev-analysis-uniswap.md)                               | [MEV数据分析——以Uniswap为例](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch17/ch17-mev-analysis-uniswap.md)                |
| #18                     | [uniswap multichain analysis](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch18/ch18-uniswap-multichain-analysis.md)                 | [Uniswap多链数据对比分析](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch18/ch18-uniswap-multichain-analysis.md)             |
| #19                     | [useful metrics](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch19/ch19-useful-metrics.md)                                           | [各类常见指标分析](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch19/ch19-useful-metrics.md)                                 |
| **Advanced**            | ---                                                                                                                                                          | ---                                                                                                                                          |
| #20                     | [network analysis](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch20/ch20-network-analysis.md)                                       | [区块链网络分析](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch20/ch20-network-analysis.md)                                |
| #21                     | [btc analysis](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch21/ch21-btc-analysis.md)                                               | [BTC数据分析-以指标CDD为例](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch21/ch21-btc-analysis.md)                           |
| #22                     | [how to build spellbook](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch22/ch22-how-to-build-spellbook.md)                           | [如何构建魔法表（Spellbook）](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch22/ch22-how-to-build-spellbook.md)               |
| #23                     | [how to build app use dune api](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/en/ch23/ch23-how-to-build-app-use-dune-api.md)             | [使用Dune API创建应用程序](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/zh/ch23/ch23-how-to-build-app-use-dune-api.md)          |
| **Account Abstraction** | ---                                                                                                                                                          | ---                                                                                                                                          |
| #AA 01                  | [explanation of account abstraction](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/ch24/ch24-explanation-of-account-abstraction.md)      |                                                                                                                                              |
| #AA 02                  | [account abstraction data analysis](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/ch25/ch25-account-abstraction-data-analysis.md)        |                                                                                                                                              |
| #AA 03                  | [AA aggregation table of EVM chains](https://github.com/SixDegreeLab/MasteringChainAnalytics/blob/main/ch26/ch26-AA-aggregation-table-of-EVM-chains.md)      |                                                                                                                                              |

### About Us

[SixdegreeLab](https://twitter.com/SixdegreeLab) are a group of on-chain data enthusiasts. Our mission is to provide users with accurate on-chain data charts, analysis, and insights, and we are committed to popularizing on-chain data analysis. By establishing a community, writing tutorials, etc., train data analysts on the chain, output valuable analysis content, promote the community to build the data layer of the blockchain, and cultivate talents for the broad blockchain data application in the future.

* website: [sixdegree.xyz](https://sixdegree.xyz)
* twitter: [twitter.com/SixdegreeLab](https://twitter.com/SixdegreeLab)
* dune: [dune.com/sixdegree](https://dune.com/sixdegree)
