> 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/ri-ben-yu/products/cancan/paywalls/buying-paywall-subscriptions.md).

# ペイウォール サブスクリプションの購入

ペイウォールのサブスクリプションを購入するには、2つのステップが必要です：

* サブスクリプションの購入
* サブスクリプションのアクティブ化

アクティブ化されていない場合、サブスクリプションは開始されず、1か月のサブスクリプションはアクティブ化される前に複数の月間保持されることがあります。これにより、投資家はペイウォールに投資し、それらのペイウォールから複数のサブスクリプションを購入して（アクティブ化しないで）保持し、サブスクリプション価格が上昇し、以前に購入したサブスクリプションをセカンダリ市場で購入しようとするユーザーによって販売されるまで待つことができます。

### サブスクリプションの購入

1. 購読したいペイウォールを見つけて展開します。

<figure><img src="/files/0UrLm2nZ8g3t8hkKIrO2" alt=""><figcaption></figcaption></figure>

2. 購入するサブスクリプションオプションを選択します（ペイウォールにオプションがある場合）。以下の画像では、1か月のサブスクリプションを購入することを選択しています。

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

3. **サブスクリプションを購入**ボタンをクリックし、フォームに入力して検証します。ウォレットで直接サブスクリプションを購入するか、ステークマーケットまたはValuepool/DAOを介して購入できます。各ケースでの手順についてのガイドは、[products-services](/ri-ben-yu/products/cancan/products-services.md)セクションで利用可能です。

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

おめでとうございます！サブスクリプションを正常に購入しました。


---

# 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/ri-ben-yu/products/cancan/paywalls/buying-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.
