> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/cryptoquant-metrics/fund-premium/coinbase-premium.md).

# Coinbase Premium

## Definition

It's the price difference between Coinbase's BTCUSD pair and Binance's BTCUSDT pair.

## Interpretation

Coinbase Premium is one of the indicators that shows a sign for "whale accumulation".

Coinbase Pro is considered to be the gateway for institutional investors purchase to cryptocurrencies. Thus, Coinbase Premium is used to track institutional whale's movement. Also,  2020 bull run was driven by institutional investors and high net-worth individuals in the U.S. which makes investors check Coinbase Premium more than ever. &#x20;

For example. when the Bitcoin price continuously broke 20k, 30k, and 40k while the Coinbase premium was maintaining more than $50 premium. It indicates that during these dips, institutions or other whales were accumulating.&#x20;

### By value itself <a href="#interpretation" id="interpretation"></a>

It shows whether **investors who use Coinbases' purchase strength**

* **High** : **Possible** **Strong buy from Coinbase**

  Coinbase whales might be accumulating Bitcoin despite the high price
* **Low** : **Possible** **Strong sell or dormant status from Coinbase**

  Coinbase whales are not buying much as regular or possibly selling coins

### By examining trend  <a href="#use-case" id="use-case"></a>

It shows the **Sentiment of Coinbase Whale or investors**.

* **Increasing trend** : **Possible Whale Accumulation** &#x20;

  It indicates that whales are strengthening their accumulation and continuously buying at a higher premium. In addition, it shows expanding interest and activeness of investors in Coinbase.
* **Decreasing trend** : **Possible Whale Sell or dormant status of whales**

  It indicates that whales are continuously selling at a lower premium. In addition, it shows decreasing interest and activeness of investors in Coinbase.


---

# 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://userguide.cryptoquant.com/cryptoquant-metrics/fund-premium/coinbase-premium.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.
