# Analyzing BTC Liquidity

{% embed url="<https://us06web.zoom.us/clips/share/gzuBnTrwSHqTRPB8SfSSmw>" %}

{% embed url="<https://github.com/coinmetrics/demo/blob/master/liquidity_analysis.py>" %}

Watch this 10 minute tutorial and inspect the attached [Marimo](https://marimo.io/) notebook to learn about:

* Difference between "market" and "exchange-asset" metrics
* Total volume of BTC traded, ranked by exchange (10 exchanges cover 90%)
* Slippage metrics (how much does the price change for a given size)
* Using Plotly Express to zoom into data


---

# 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://gitbook-docs.coinmetrics.io/tutorials-and-examples/tutorials/analyzing-btc-liquidity.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.
