> 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/zhong-guo-ren/products/betting/partner-betting-events.md).

# 合作伙伴投注活动

伙伴赌注事件使您能够在伙伴事件之间交换资产。

让我们来看两个伙伴赌注事件（事件1和事件2）以及两个可互换的代币（代币1和代币2）。

事件1以代币1作为交换销售门票给用户，而事件2以代币2作为交换销售门票给用户。

一段时间后，两个赌注事件结束并交换其奖池，事件1奖池中的所有代币都会发送到事件2的奖池中，事件2奖池中的所有代币都会发送到事件1的奖池中。

伙伴赌注事件可以产生一些有趣的用例：

* 自动做市商（AMM）：代币1和代币2都可以是正在进行的DEFI项目的代币，这可以作为AMM的替代品，不受[无常损失](https://docs.payswap.org/products/payswap-exchange/payswap-pools)的影响。

假设事件1有10名购票者，总奖池为1000个**代币1**，事件2有5名购票者，总奖池为200个**代币2**。

在两个事件结束时，事件1中的每个购票者将获得200 / 10 = 20个代币2，

事件2中的每个购票者将获得1000 / 5 = 200个代币1。

这使得对于这个伙伴事件来说，一个代币2价值五个代币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/zhong-guo-ren/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.
