# Flips

The [wallet flip history](https://compass.art/wallet/0x2a030ff3a0a001834eac35b2fe4bef3478ed04bb/flips) provides a rundown of all the NFT trades a wallet made where the token has already been sold.

**Filtering Flips**

You can filter flips by a wide range of criteria. Some filters, like 'Collection', persist when you switch between other tabs like 'Overview' or 'Activity'. You can add multiple filters with 'and/or' logic. See more under 'Filters'.

<figure><img src="/files/vfKBoDkD6zs1rAirfcTE" alt="" width="375"><figcaption></figcaption></figure>

The purchase/sale type is indicated by the 'Offer/Listing' and 'Airdrop' labels in the 'Cost' and 'Sold for' columns.

* 'Offer' means that the transaction was an accepted bid.
* 'Listing' means the token was a listing on a marketplace that was filled.
* 'Airdrop' means the token was transferred to the wallet for free.

{% hint style="info" %}
**Tip:** Hover over a token to see its floor price and to filter for its collection only.
{% endhint %}

{% hint style="info" %}
**Tip:** Hover over the net profit to see a revenue/cost breakdown as well as the USD value of the profit/loss.
{% endhint %}

{% hint style="info" %}
**Tip:** Click on the 'Offer/Listing' labels to see the Activity for that token only. This is useful if you want to see who the buyer was, the marketplace, whether the token was sold above the floor, how many times it had to be re-listed lower to sell, and more.
{% endhint %}


---

# 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://docs.compass.art/wallets/flips.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.
