> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/products/cancan/paywalls/activating-paywall-subscriptions.md).

# Activating Paywall Subscriptions

Subscribing to a paywall involves two steps:

* Buying a subscription
* Activating the subscription

When not activated, subscription is not started and a 1 month subscription can be kept for multiple months before being activated. This can enable investors to invest on paywalls by buying (but not activating) multiple subscriptions from those paywalls and waiting till the subscription price to those paywalls appreciates to sell the previously bought subscriptions on the secondary market to users willing to get a cheaper subscription to the paywall.

### Activating A Subscription

* Find and expand the paywall you are willing to subscribe to

<figure><img src="/files/28v3WpcNQT8QwPrJka6c" alt=""><figcaption></figcaption></figure>

* Click on the **Start Subscription** button, fill in and validate the form that pops up.

<figure><img src="/files/WMDpczeYsh35tUsgtxPg" alt=""><figcaption></figcaption></figure>

* To view the content behind the paywall, input the id of the NFTicket/eReceipt you received from purchasing the subscription in the **Input nfticket id** field. This will enable the paywall to detect whether your subscription is activated or not. If all the previous steps have been successfully completed, you should be able to see a few seconds after inputting your id in the field, all the content of your paywall

<figure><img src="/files/28v3WpcNQT8QwPrJka6c" alt=""><figcaption></figcaption></figure>

Congratulations! You have successfully started a subscription


---

# 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://docs.payswap.org/products/cancan/paywalls/activating-paywall-subscriptions.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.
