> For the complete documentation index, see [llms.txt](https://docs.nansen.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nansen.ai/guides.md).

# Guides

- [Use case Templates](https://docs.nansen.ai/guides/templates.md)
- [Simple Use cases](https://docs.nansen.ai/guides/templates/simple-use-cases.md)
- [Complex Use cases](https://docs.nansen.ai/guides/templates/complex-use-cases.md)
- [Use case 1: Automated Token Tracking & Smart Money Analysis](https://docs.nansen.ai/guides/templates/complex-use-cases/use-case-1-automated-token-tracking-and-smart-money-analysis.md)
- [Use Case 2: Find & Copytrade Wallets on Hyperliquid](https://docs.nansen.ai/guides/templates/complex-use-cases/use-case-2-find-and-copytrade-wallets-on-hyperliquid.md): Use Nansen API To Find and Copytrade Profitable Wallets on Hyperliquid
- [Use case 3: Identifying Related Wallets at Scale](https://docs.nansen.ai/guides/templates/complex-use-cases/use-case-3-identifying-related-wallets-at-scale.md)
- [Use case 4: Copytrading Top Performing Wallets](https://docs.nansen.ai/guides/templates/complex-use-cases/use-case-4-copytrading-top-performing-wallets.md)
- [Use case 5: Monitoring CEX Health](https://docs.nansen.ai/guides/templates/complex-use-cases/use-case-5-monitoring-cex-health.md)
- [Data Methodology & Technical Reference](https://docs.nansen.ai/guides/data-methodology-and-technical-reference.md): This page provides detailed technical specifications about how data is calculated, returned, and timed across Nansen API endpoints. This information is essential for quantitative analysis, backtesting
- [Data Redistribution Guidelines](https://docs.nansen.ai/guides/redistribution-guide.md): Updated as of 18/11/2025
- [Frequently Asked Questions](https://docs.nansen.ai/guides/faq.md)
- [Quant Signals](https://docs.nansen.ai/guides/quant-signals.md): Learn more about Nansen's new and upcoming Quant Signals and how to use them to gain an edge
- [BTC Drop Reflexivity](https://docs.nansen.ai/guides/quant-signals/btc-drop-reflexivity.md): Measure how a token behaves when Bitcoin drops—a risk signal for market drawdowns.
- [Useful Links](https://docs.nansen.ai/guides/links.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nansen.ai/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
