> For the complete documentation index, see [llms.txt](https://cifer.gitbook.io/cifer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cifer.gitbook.io/cifer-docs/ghost-economy/premium-redemption.md).

# Premium redemption

The redemption model connects a wallet-held access product with an ordinary Cifer account. After redemption, Premium should apply across compatible Cifer applications.

### Entitlement map

| Stage consumed | Premium entitlement | Current product price |
| -------------- | ------------------- | --------------------: |
| Alpha          | Lifetime            |                  $499 |
| Omega          | Lifetime            |                  $499 |
| Wisp           | Monthly             |                 $4.99 |
| Fantom         | Yearly              |                   $49 |

### Ghost Egg redemption is not Premium redemption

There are two separate redemption routes:

* **Creator Reward Egg:** spend 100 soulbound MARK earned from validated creator work.
* **Direct Egg:** mint for 0.004 ETH on Robinhood Chain through a verified Swaymark account; no contribution or MARK balance is required.

The routes use separate capped inventories with separately published character quantities and odds. The $20,000 creator reward allocation and January Creator Reward buyback apply only to MARK-funded Creator Reward Eggs. Direct Eggs are excluded from both.

Redeeming either Egg does **not** immediately activate Premium. The Egg first reveals an Alpha, Omega, Wisp, or Fantom. The holder may then keep the revealed character, use eligible lineage mechanics, list it, or separately consume it for the entitlement shown above. An eligible Creator Reward character may also enter the January buyback under its published terms.

Every successful Creator Egg redemption or Direct Egg mint produces a real NFT, and there are no empty Eggs. The interface must show Robinhood Chain, the mint amount, and the estimated network fee before a Direct mint is confirmed.

{% hint style="info" %}
Consuming the revealed character is irreversible and ends its marketplace, lineage, Access Auction, and—when applicable—January Creator Reward buyback eligibility.
{% endhint %}

### Alpha or Omega: Lifetime Premium

{% stepper %}
{% step %}

### Connect

The owner connects the wallet holding an unlocked Alpha or Omega.
{% endstep %}

{% step %}

### Select the account

The owner signs in to the Cifer account that will receive Lifetime Premium.
{% endstep %}

{% step %}

### Review the irreversible action

The interface displays the exact character, receiving account, Lifetime entitlement, network fee, and a clear warning that consumption cannot be undone.
{% endstep %}

{% step %}

### Consume and activate

The Alpha or Omega is burned or permanently marked as consumed. The backend waits for final confirmation and activates Lifetime Premium once, with replay protection.
{% endstep %}
{% endstepper %}

### Wisp: Monthly Premium

Consuming one Wisp activates one monthly Premium entitlement using the same duration rules as the ordinary $4.99 monthly plan. Multiple Wisp redemptions should stack by extending the account's Premium expiration date rather than overwriting existing time.

### Fantom: Yearly Premium

Ten unconsumed Wisps may first be genetically converged and burned to create one Fantom. Consuming that Fantom activates one yearly Premium entitlement using the same duration rules as the ordinary $49 yearly plan.

Creating a Fantom does not itself activate Premium. The user may hold or sell the Fantom before its separate, irreversible redemption.

{% hint style="warning" %}
A Fantom provides **one year**, not Lifetime Premium. Only an original Alpha or Omega can be consumed for the $499 Lifetime Pass.
{% endhint %}

### Web2 subscription-backed redemption

A Web2 customer does not need to buy, receive, or manage an NFT.

When the Cifer Access Auction is active:

1. The customer purchases a normal monthly or yearly subscription.
2. Premium activates regardless of market conditions.
3. Cifer checks eligible marketplace offers against its maximum procurement bid.
4. If a Wisp, Fantom, or valid ten-Wisp route clears the cap, Cifer purchases the cheapest eligible route.
5. The purchased character is consumed and linked to the subscription settlement.
6. If nothing clears the cap, no market purchase occurs and Cifer retains the subscription revenue.

The customer experience remains Web2-simple while eligible holders can compete to supply the on-chain access asset.

### Product and app-store positioning

Users are acquiring Cifer ecosystem Premium, not purchasing a feature that exists only inside one mobile application. Ordinary payment methods remain available outside the NFT route. Final purchase language, account linking, and mobile-app behavior require platform-policy and legal review before launch.

### Required controls

* Final account confirmation before burning.
* Exact entitlement and duration displayed before confirmation.
* Idempotent activation and replay protection.
* Clear handling of failed or pending transactions.
* Audit record connecting the token transaction to the Premium entitlement without exposing unnecessary personal data.
* Support process for account mismatch that cannot reverse a completed on-chain burn.


---

# 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://cifer.gitbook.io/cifer-docs/ghost-economy/premium-redemption.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.
