> For the complete documentation index, see [llms.txt](https://www.digitalnations.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.digitalnations.xyz/resources/data-sources/favorites.md).

# Favorites

A collection of sources that I find myself coming back to again and again...

<table><thead><tr><th width="200">Site</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://www.chainalysis.com/">Chainalysis</a></td><td>Provides detailed data on trends in crypto "crime" including hacks, rug pulls, etc…</td></tr><tr><td><a href="https://coinmarketcap.com/">CoinMarketCap</a></td><td>Provider of high-level stats such a price, volume, market cap, etc…</td></tr><tr><td><a href="https://cryptoslam.io/">Cryptoslam</a></td><td>Extremely detailed analysis of the NFT market activity by chain and project</td></tr><tr><td><a href="https://deepdao.io/organizations">DeepDAO</a></td><td>Provides overall DAO statistics as well as organization-specific information such as treasury size, members, etc…</td></tr><tr><td><a href="https://defillama.com/">DeFi Llama</a></td><td>Go-to source for TVL information</td></tr><tr><td><a href="https://www.defisafety.com/">DeFi Safety</a></td><td>Provides detailed technical audits and provides  scores for several top projects</td></tr><tr><td><a href="https://dune.com/browse/dashboards">Dune Analytics</a></td><td>Contains user-generated metrics gained from on-chain data</td></tr><tr><td><a href="https://glassnode.com/">Glassnode</a></td><td>Provides detailed on-chain data and analysis</td></tr><tr><td><a href="https://icodrops.com/">ICO Drops</a></td><td>Provides a calendar of upcoming ICOs</td></tr><tr><td><a href="https://l2beat.com/">L2beat</a></td><td>Provides market share of the top L2 protocols</td></tr><tr><td><a href="https://www.nansen.ai/">Nansen.ai</a></td><td>Enterprise-level analytics</td></tr><tr><td><a href="https://santiment.net/">Santiment</a></td><td>Enterprise-level analytics across a variety of categories (including sentiment analysis)</td></tr><tr><td><a href="https://subredditstats.com/">Subredditstats</a></td><td>Provides historical reddit subscriber figures</td></tr><tr><td><a href="https://www.theblock.co/data/crypto-markets/spot">The Block</a></td><td>Provides a variety of metrics for hundreds of tokens as well as best-in-class research</td></tr><tr><td><a href="https://tokenterminal.com/">TokenTerminal</a></td><td>Tracks several on-chain metrics across a variety of projects (including revenue)</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://www.digitalnations.xyz/resources/data-sources/favorites.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.
