跳到內容

核心概念

手續費與返傭

SatoriEx 對每筆吃單成交收取小額手續費,並向掛單方支付返傭。部分其他費用適用於特定操作,例如提案市場或提出異議。

自動化前請確認費率

以下手續費數值為當前預設值。可能會變更;請務必從 API 讀取帳號的有效費率,而非將數值寫死在交易機器人中。

Coming from Polymarket?

Polymarket's fee structure is p×(1-p) weighted — a 95¢ trade pays almost no fee, while a 50¢ trade pays the most. Different market categories carry different fees (Sports/Politics ~25%, Geopolitics free). SatoriEx is flat 1.5% on seller proceeds at every price across every category. Practical impact: deep-in-the-money exits cost materially more on SatoriEx than they would on Polymarket sports. The maker rebate side is comparable when the platform runs pooled mode (admin-toggled, off by default); per-fill mode (default) credits 5 BPS instantly at fill, or 10 BPS for API-key trades — no p(1-p) weighting.

交易手續費

交易手續費按交易金額的基點(BPS)收取。吃單方支付手續費;掛單方在靜止委託成交時獲得返傭。

掛單方

+0.05%
BPS:
5 BPS
備註:
當您的靜止委託成交時計入。

吃單方

1.5%
BPS:
150 BPS
備註:
撮合時從賣方收益中扣除。

費率可按市場設定。大多數公開市場使用上述數值。

計算範例

假設您以 0.60 USDC 向靜止買單賣出 100 份份額。吃單方(您)支付交易手續費;掛單方(買方)獲得返傭。

// 以 0.60 USDC 賣出 100 份份額至靜止買單
交易份額100
成交價格0.60 USDC
交易金額60.00 USDC
吃單手續費(1.5%)-0.90 USDC
掛單返傭(0.05%)+0.03 USDC
賣方淨收入59.10 USDC
掛單方淨成本(支付 60.00,獲得 0.03 返傭)60.03 USDC

掛單方為份額支付 60.00 USDC,並獲得 0.03 USDC 返傭,實際成本為 59.97 USDC。

創作者收益分成

當您提案的市場獲批並產生交易量後,您(提案人)將從該市場產生的吃單手續費中獲得10%(1000 BPS)。以一筆$60的交易為例:吃單手續費為$0.90(1.5%);其中$0.09(10%)歸市場創建者,$0.81(90%)由平台保留。掛單返傭不受影響——始終流向掛單方,而非創建者。

Status: live. The fee-split math, admin config knob (`creator_revenue_share_bps` in site settings, configurable $0–$50% range), and the automatic creator-wallet credit at match time are all in production today. Every fill on a market with a non-empty `creator_user_id` credits the creator's USDC balance inside the same database transaction as the trade via `EntryTypeCreatorRevenue`. The portfolio page Creator earnings card displays accumulated revenue.

其他費用

這些費用適用於特定平台操作。大多數使用者除交易手續費外不需支付任何費用。

市場提案

$1.00

Flat fee to propose a new market. Refunded if the proposal is rejected (refund is debited from the platform fee account and credited to your wallet atomically with the rejection). Non-refundable once approved.

異議保證金

$10

異議成立則退還;被駁回則沒收。

異議獎勵

+$5

異議成立時在退還保證金基礎上額外支付。

推薦獎勵

$5.00

受薦人完成首次符合資格的儲值後計入推薦人帳號。

首次提領手續

不固定

帳號首次提領可能收取小額手續費;後續提領依標準標準收費。

鏈上 Gas 費

當您在鏈上儲值或提領時,底層網路收取 Gas 費。SatoriEx 不加成——您支付網路費用的原始金額。

手續費變更

手續費變更將在更新日誌中提前宣布。程式化整合應始終從 API 讀取有效費率,而非快取這些數值。