> 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/use-cases/cancan/airbnb.md).

# AirBnB

AirBnBのようなアプリを構築するためにCanCanの機能をどのように使用しますか？

そのようなアプリを構築するには、次の機能が必要です。

* アプリでホストになるための機能
* アプリでアパートを予約する機能
* アプリでホスト/ゲストの評価やレビューを行う機能
* ホストの収益から手数料を取る機能

## アプリでホストになる

アプリでホストになるには、物件所有者はあなたのチャンネルと提携し、その提携ウォールに直接物件をリストアップすることができます。これについては、以下のページで詳細を読むことができます。

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

## アプリでアパートを予約する

アプリでアパートを予約するには、まずユーザーがチャンネルのメインページで最適なアパートを見つけ、**アイテム > パートナー**タブの下に表示されるアパートをクリックしてその商品ページに移動します。

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

商品ページから、ユーザーは直接購入するか、ステークマーケットを通じて購入するか、またはバリュープールを使用して購入することができます。それぞれのガイドは以下のページで見つけることができます。

{% content-ref url="/pages/0ZNRKUZZ9INsPm869esQ" %}
[製品/サービスの購入](/ri-ben-yu/products/cancan/products-services/buying-products-services.md)
{% endcontent-ref %}

{% content-ref url="/pages/u168epEzFTUfGJ9WGoEe" %}
[株式市場を通じて購入する](/ri-ben-yu/products/cancan/products-services/buying-products-services/buying-through-the-stake-market.md)
{% endcontent-ref %}

{% content-ref url="/pages/1nFwAhLd3XNwp6lwDwPq" %}
[バリュープール/DAO を介した購入](/ri-ben-yu/products/cancan/products-services/buying-products-services/buying-through-valuepools-daos.md)
{% endcontent-ref %}

## ホスト/ゲストの評価やレビューを行う

物件を評価するには、物件をクリックしてその商品ページに移動し、評価とレビューを入力します。これについては、以下のページで詳細を読むことができます。

{% content-ref url="/pages/7aerkSqZBg1JMCv48ObY" %}
[レビュー](/ri-ben-yu/products/cancan/reviews.md)
{% endcontent-ref %}

ホストの場合、ゲストを評価することもできます。これについては、以下のページで詳細を読むことができます。

{% content-ref url="/pages/eoYNioGuZB66t71Y3qvj" %}
[投票](/ri-ben-yu/products/cancan/votes.md)
{% endcontent-ref %}

## ホストの収益から手数料を取る

ホストは、提携ウォールに物件をリストアップする際に、各販売からあなたに支払うことを意味するリファラー手数料フィールドに金額を指定します。以下の画像では、ユーザーはリファラー手数料フィールドに10と入力しており、各販売から10％をあなたに支払うことを意味します。

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

また、チャンネルで許可される最小手数料は0％です。これを変更するには、以下のページの**最小提携手数料の更新**セクションのガイドに従います。

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

パートナーのチャンネルにプロパティ（製品）をリストする方法については、上記ページの**パートナーウォールにアイテムを追加する**セクションで詳細を読むことができます。


---

# 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:

```
GET https://docs.payswap.org/ri-ben-yu/use-cases/cancan/airbnb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
