# Introduction

<div align="center"><img src="https://998249018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUKGG52ML2dyVOIdJFkOr%2Fuploads%2Fgit-blob-ef6c962917cd414d15599818c7ca21b4729e59d9%2Fbookcover-en.png?alt=media" alt="book" width="60%"></div>

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

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

> Join & contribute: <https://github.com/SixdegreeLab/MasteringChainAnalytics>

### Table of contents

* **Introduction**
  * [Introduction](https://tutorial.sixdegree.xyz/introduction/readme)
  * [#0 become onchain analyst](https://tutorial.sixdegree.xyz/introduction/ch00-become-chain-analyst)
* **Elementary**
  * [#1 dune platform introduction](https://tutorial.sixdegree.xyz/elementary/ch01-dune-platform-introduction)
  * [#2 quickstart](https://tutorial.sixdegree.xyz/elementary/ch02-quickstart)
  * [#3 build first dashboard](https://tutorial.sixdegree.xyz/elementary/ch03-build-first-dashboard)
  * [#4 understanding tables](https://tutorial.sixdegree.xyz/elementary/ch04-understanding-tables)
  * [#5 sql basics part1](https://tutorial.sixdegree.xyz/elementary/ch05-sql-basics-part1)
  * [#6 sql basics part2](https://tutorial.sixdegree.xyz/elementary/ch06-sql-basics-part2)
  * [#7 practice build lens dashboard part1](https://tutorial.sixdegree.xyz/elementary/ch07-practice-build-lens-dashboard-part1)
  * [#8 practice build lens dashboard part2](https://tutorial.sixdegree.xyz/elementary/ch08-practice-build-lens-dashboard-part2)
* **Intermediate**
  * [#9 useful queries part1](https://tutorial.sixdegree.xyz/intermediate/ch09-useful-queries-part1)
  * [#10 useful queries part2](https://tutorial.sixdegree.xyz/intermediate/ch10-useful-queries-part2)
  * [#11 useful queries part3](https://tutorial.sixdegree.xyz/intermediate/ch11-useful-queries-part3)
  * [#12 nft analysis](https://tutorial.sixdegree.xyz/intermediate/ch12-nft-analysis)
  * [#13 lending analysis](https://tutorial.sixdegree.xyz/intermediate/ch13-lending-analysis)
  * [#14 defi analysis](https://tutorial.sixdegree.xyz/intermediate/ch14-defi-analysis)
  * [#15 dunesql introduction](https://tutorial.sixdegree.xyz/intermediate/ch15-dunesql-introduction)
  * [#16 blockchain analysis polygon](https://tutorial.sixdegree.xyz/intermediate/ch16-blockchain-analysis-polygon)
  * [#17 mev analysis uniswap](https://tutorial.sixdegree.xyz/intermediate/ch17-mev-analysis-uniswap)
  * [#18 uniswap multichain analysis](https://tutorial.sixdegree.xyz/intermediate/ch18-uniswap-multichain-analysis)
  * [#19 useful metrics](https://tutorial.sixdegree.xyz/intermediate/ch19-useful-metrics)
* **Advanced**
  * [#20 network analysis](https://tutorial.sixdegree.xyz/advanced/ch20-network-analysis)
  * [#21 btc analysis](https://tutorial.sixdegree.xyz/advanced/ch21-btc-analysis)
  * [#22 how to build spellbook](https://tutorial.sixdegree.xyz/advanced/ch22-how-to-build-spellbook)
  * [#23 how to build app use dune api](https://tutorial.sixdegree.xyz/advanced/ch23-how-to-build-app-use-dune-api)
* **Account Abstraction**
  * [#AA 01 explanation of account abstraction](https://tutorial.sixdegree.xyz/account-abstraction/ch24-explanation-of-account-abstraction)
  * [#AA 02 account abstraction data analysis](https://tutorial.sixdegree.xyz/account-abstraction/ch25-account-abstraction-data-analysis)
  * [#AA 03 AA aggregation table of EVM chains](https://tutorial.sixdegree.xyz/account-abstraction/ch26-aa-aggregation-table-of-evm-chains)

### About Us

`Sixdegree` is a professional onchain data analysis team Our mission is to provide users with accurate onchain data charts, analysis, and insights. We are committed to popularizing onchain data analysis. By building a community and writing tutorials, among other initiatives, we train onchain data analysts, output valuable analysis content, promote the community to build the data layer of the blockchain, and cultivate talents for the broad future of blockchain data applications. Welcome to the community exchange!

* Website: [sixdegree.xyz](https://sixdegree.xyz)
* Email: <contact@sixdegree.xyz>
* Twitter: [twitter.com/SixdegreeLab](https://twitter.com/SixdegreeLab)
* Dune: [dune.com/sixdegree](https://dune.com/sixdegree)
* Github: <https://github.com/SixdegreeLab>

### Acknowledgements

**Sponsor**

This book is sponsored by the following institutions, really appreciate their strong support when writing this book.

* [Ethereum Fundation](https://ethereum.foundation/)
* [Dune Analytics](https://dune.com/)

**Contributors**

At the same time, there are many contributors to participate in this book. Thank you very much for your hard work.

* george-taotaome, chenxsan, Brendan, 肖宁, g.c., ken, shell, yueyan, wodeche,Winkey


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tutorial.sixdegree.xyz/introduction/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
