> 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/listing-paywalls.md).

# ペイウォールのリスト化

チャンネルにペイウォールをリスト化する手順は次のとおりです：

1. チャンネルのメインページにいて、チャンネルの管理ウォレットに接続していることを確認します。接続している場合、以下の画面が表示されます。

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

2. ペイウォールのサブスクリプションにユーザーが使用するトークンを選択します。**List Paywall** ボタンの上にあるドロップダウンボタンをクリックします。上記の画像では、usd トークンを選択しました。
3. **List Paywall** ボタンをクリックして、以下の左側のフォームが表示されます。**Step 1** をクリックして操作を検証します。
4. **List Paywall** ボタンを再度クリックし、**Step 2** をクリックして右側のフォームを表示します。

<div><figure><img src="/files/vNSn9PemeYs1Ie7c8K4Y" alt=""><figcaption></figcaption></figure> <figure><img src="/files/HRt87OE0Air6XCxDvoHU" alt=""><figcaption></figcaption></figure></div>

5. 以下の画像では、ペイウォールに月額購読（1トークン）と年間購読（2トークン）の2つのサブスクリプションオプションを追加しています（この場合のトークンは、**List Paywall** ボタンの上のドロップダウンメニューで選択したものです）。サブスクリプション期間が1か月であることを示すために、43200は1か月の分数（分単位）です。年間サブスクリプションの場合は、この数値を12倍にしています。100は販売する月間サブスクリプションの数であり、10000は販売する年間サブスクリプションの数です。数値は自由に設定できますが、合理的な範囲に保ちます。

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

6. 各パラメータの説明を読み、適切な値を入力します。サブスクリプションオプションを追加したら、フォームを検証します。数秒後に、以前の製品とともにペイウォールが表示されるはずです。製品が表示されない場合は、ページを再読み込みしてください。以下の画像では、4つの製品がリストされています。Netflix、Valhalla、uber、How to start dropshipping: A 9 step guide (2023) です。以下の画像では、Netflix という製品はペイウォールです。

<figure><img src="/files/bKhiuYkXFmF5qSO5yWzh" 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/listing-paywalls.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.
