# 共享模式市場(Pari-Mutuel)

## <sub>**1.**</sub> <sub></sub><sub>模式定義與核心機制</sub>

<sub>集體投注池模式是一种将所有參與者的資金匯入共享獎池，</sub><sub>**獲勝者按比例分攤**</sub><sub>（扣除手續費後）。類似於賽馬的“</sub><sub>**總池分配”**</sub><sub>。</sub>\ <sub>參與者通過預測某個事件的結果，並基於預測結果進行下注，當結果揭曉後根據輸贏進行資金分配。 它相對容易理解，賠率的計算方法很簡單，就是用獎池中的總金額除於對每個結果下注的金額。</sub>

## <sub>2.賠率計算與收益分配</sub>

<sub>主要有兩個主要因素可以幫助用戶進行賠率和結算金額，包括：</sub>

* <sub><mark style="color:orange;">**放置在獎池內的資金總額**<mark style="color:orange;"></sub>
* <sub><mark style="color:orange;">**獎池的比例分配**<mark style="color:orange;"></sub>

{% hint style="success" %} <sub>***注：***</sub><sub>用戶能獲得的獎勵與回報率，主要取決於各結果獎池的總資金量及其比例分配</sub>
{% endhint %}

### &#x20;<sub>🧾</sub> <sub></sub><sub>**收益分配**</sub> <sub></sub><sub>— 依下列公式計算個人可領取獎金：</sub>

```
用戶申領 = ( 用戶下注金額 ÷ 勝出選項總下注金額 ）x 獎池總額 x（ 1 - 手續費率）
```

\ <sub>**公式說明：**</sub>

* <sub>**獎池總額 ：**</sub><sub>所有參與者對所有選項投注的資金總和。</sub>
* <sub>**勝出選項總下注金額 ：**</sub><sub>所有投注於最終正確選項的資金總和</sub>
* <sub>**用戶份額比例 ：**</sub><sub><mark style="color:orange;">**「 用戶投注金額 / 勝出選項總下注金額 」**<mark style="color:orange;"></sub><sub>**，**</sub><sub>這代表了用戶在勝出者群體中所佔的份額</sub>
* <sub>**手续费率 ：**</sub><sub>收取的費用比例</sub>

{% hint style="success" %} <sub>***注：***</sub><sub>申領僅按手續費10%進行計算</sub>
{% endhint %}

***

### <sub>**示例分析：運作方式說明**</sub><br>

<sub>**1.市場事件**</sub>

> <sub>**哪一隊會贏得這場比賽？**</sub>\ <sub>**預測選項：A球隊 | B球隊**</sub>

<div align="left" data-with-frame="true"><figure><img src="/files/kCYomDcLjPcUcMWHexJD" alt="" width="375"><figcaption></figcaption></figure></div>

<sub>**您的操作：**</sub> <sub></sub><sub>向选项B球隊投注 500 USDT</sub><br>

***

<sub>**资金分布：**</sub>\
\ <sub>💰總獎池：10,000 USDT</sub>\
&#x20;<img src="/files/SzEMnKCt9EFTkJkJ5SBw" alt="" data-size="line"><sub>選項 - A球隊勝 ：6,000 USDT</sub>\
&#x20;<img src="/files/nmLIXs8mRdQXIRmeyiMk" alt="" data-size="line"><sub>選項 - B球隊勝 ：4,000 USDT</sub>\ <sub>🏁事件結果：B球隊  贏了比賽</sub>

<sub>**✪最終結算：( 500/4,000 )\*10,000\*（1-10%）=1,125 USDT**</sub>\
\ <sub>**Q1：為什麼共享模式市場不支持賣出？**</sub>\ <sub>❖ 共享模式市場是共池下注、賠率動態、事件結算後分配獎池的機制設計，市場上不存在即時買賣價格或流動性對手方，提前賣出無法實現公平和透明的結算。</sub>


---

# Agent Instructions: 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://foregate.gitbook.io/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-ji-chu-zhi-shi/gong-xiang-mo-shi-shi-chang-parimutuel.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.
