> 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/betting/partner-betting-events.md).

# パートナーベッティングイベント

パートナー・ベッティング・イベントでは、パートナー・イベント間で資産を交換することができます。

2つのパートナー・ベッティング・イベント（イベント1とイベント2）と2つの交換可能なトークン（トークン1とトークン2）を考えてみましょう。

イベント1では、トークン1と引き換えにユーザーにチケットを販売し、イベント2では、トークン2と引き換えにユーザーにチケットを販売します。

ある一定期間が経過した後、両方のベッティング・イベントが終了し、その賞金プールを交換します。イベント1の賞金プールのすべてのトークンはイベント2の賞金プールに送られ、イベント2の賞金プールのすべてのトークンはイベント1の賞金プールに送られます。

パートナー・ベッティング・イベントにはいくつかの興味深いユースケースが考えられます：

* AMM（Automated Market Maker）：トークン1とトークン2の両方が進行中のDEFIプロジェクトのトークンである場合、これは[impermanent loss](https://docs.payswap.org/products/payswap-exchange/payswap-pools)に影響されないAMMの代替手段として使用できます。

イベント1にはトークン1の合計賞金プールが1000であるため、10人のチケット購入者がいます。イベント2にはトークン2の合計賞金プールが200であるため、5人のチケット購入者がいます。

両イベントの終了時に、イベント1の各チケット購入者は20トークン2を受け取ります。

イベント2の各購入者は、200トークン1を受け取ります。

これにより、このパートナー・イベントでは1つのトークン2が5つのトークン1に相当することになります。

* トークン1は、家/デート/車などのサービス/ユーティリティを表す新しく作成されたトークンであり、トークン2はtFIATトークンまたはフリートークンである場合があります。パートナー・ベッティング・イベントは、サービス/ユーティリティの適切な価格を決定するために使用されます。


---

# 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/betting/partner-betting-events.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.
