跳到内容

核心概念

手续费与返佣

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%
基点:
5 BPS
备注:
挂单成交时返还。

吃单方

1.5%
基点:
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 读取有效费率,而非缓存费率。