# aSOPR (Adjusted SOPR)

## Definition

The adjusted Spent Output Profit Ratio (aSOPR) is a key metric in cryptocurrency analysis that provides insights into whether people are making a profit when they spend their coins. It takes into account factors like aggregate profit and adjusts for spent coins that may not re-enter circulation. By doing so, it offers a clearer understanding of market behavior. It's like a sophisticated tool that helps us see the cryptocurrency market with greater clarity and accuracy.

## Interpretation

Adjustment was made to SOPR by not accounting for hour less lived coins' movements. This allows excluding noises that are only hour less lived UTXO which has minor implication compared to long lived UTXOs.

As a result, the spectrum of UTXO coverage is **An Hour\<UTXOs age.**

### By Value Itself

* **aSOPR value greater than 1 (aSOPR > 1 )**

  It implies that the coins moved in a certain timescale are, on average, selling at a profit.

  <figure><img src="https://images.surferseo.art/78eab551-9a08-42d5-9f5f-128dbf40d204.png" alt="Bitcoin aSOPR Market Top"><figcaption></figcaption></figure>
* **aSOPR value of exactly 1** **(SOPR =1 )**

  It implies that the coins moved in a certain timescale are, on average, selling coins at break even.
* **aSOPR value less than 1 (SOPR < 1)**

  It implies that the coins moved in a certain timescale are, on average, selling at a loss.

  <figure><img src="https://images.surferseo.art/da364a48-2b10-4432-a6ca-af7dca9800cf.png" alt="Bitcoin aSOPR Market Bottom"><figcaption></figcaption></figure>

### By Examining Trend

* **aSOPR trending higher** implies profits are being realized with potential for previously illiquid supply being returned to liquid circulation
* **aSOPR trending lower** implies losses are being realized and/or profitable coins are not being spent.

### **Adjusted Spent Output Profit Ratio: Investing Applied Scenario**

<figure><img src="https://images.surferseo.art/680c64e3-97c8-47b7-8e54-db8db4d2d276.png" alt="Bitcoin: Adjusted SOPR (aSOPR)"><figcaption></figcaption></figure>

1. Historically, in the middle of bull sentiment, the market correction begins right before the bull run begins and makes aSOPR drop below '1'. This could be the right time to buy before the bull run starts.
2. Previously, in the middle of bear sentiment, the market correction begins right before the bear market starts making aSOPR rise above '1'. This could be the right time to sell before the bear market starts


---

# 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://userguide.cryptoquant.com/cryptoquant-metrics/utxo/spent-output-profit-ratio-sopr/asopr-adjusted-sopr.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.
