> For the complete documentation index, see [llms.txt](https://trywink.gitbook.io/wink/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trywink.gitbook.io/wink/product/memberships.md).

# Memberships

Wink provides two membership types for creators to earn: Passes and Subscriptions. Passes are lifelong, no-renewal, premium memberships, whereas Subscriptions are traditional monthly recurring memberships. Creators can launch either or both on Wink for free, with no hidden up-front platform fee or sign-up cost.

***

## Passes

Passes are lifelong, premium memberships that grant permanent access to exclusive content. Fans purchase passes and can resell them on the marketplace or transfer them freely.

### Features

* **Limited:**  Creators can limit pass availability to increase rarity and exclusivity
* **Freely transferable:** Pass holders can resell passes on the marketplace or freely transfer them
* **Zero-Cost:** Creating passes is free and takes just 30 seconds to launch

***

## Subscriptions

{% hint style="info" %}
Coming Soon
{% endhint %}

Subscriptions are monthly memberships. Fans access exclusive content and direct messages as long as they continue their monthly payments. Subscriptions are recurring monthly, without the need for re-signing or frontloading.

### Features

* **Non-Custodial:** Subscription fees are paid directly to the content creator
* **Gas-free:** SOL is no longer required to pay network fees; both transaction and purchase fees can now be paid with USDC
* **Anonymity:** Unlike typical subscriptions, subscriptions on Wink are peer-to-peer and offer greater anonymity

***

### Membership Fee Structure

Creators pay 20% on Passes primary sale and monthly subscription sales. Fees for secondary pass sales by users on the marketplace vary. More details on: [Marketplace](/wink/product/marketplace.md)

<div align="left"><figure><img src="/files/tjl1c68De4inHbBLYkur" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://trywink.gitbook.io/wink/product/memberships.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.
