# How it works

Open and collect trading cards entirely on-chain — and redeem the physical card whenever you're ready.

{% stepper %}
{% step %}

### Buy a pack

Choose a pack in the Packflip Vending Machine. Packs are available across multiple card IPs and price tiers — see the [Packs](/packflip-docs/how-to-use/packs.md) page for the current lineup.

You can pay with cryptocurrency or [Packflip points](/packflip-docs/how-to-use/packflip-points.md) on Soneium or Monad.
{% endstep %}

{% step %}

### Open on-chain

Your pack opening is recorded on-chain. The cards inside are revealed — and your physical cards are kept secure until you decide what to do with them.
{% endstep %}

{% step %}

### What you do with your cards

After opening, you have four options:

* **Hold** — keep your cards as on-chain assets in your dashboard
* **Sell on NFT marketplaces** — your cards are NFTs, tradeable on any compatible NFT marketplace
* **Buyback** — sell cards back to Packflip in exchange for Packflip Points, which can be used on the platform
* **Redeem** — request physical delivery and we ship your cards worldwide

> Redeeming a card burns the on-chain asset. You receive the physical card; the digital asset is permanently removed.
> {% endstep %}
> {% endstepper %}


---

# 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://packflip.gitbook.io/packflip-docs/how-it-works.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.
