トレーディング
カストディアル取引
SatoriExでは注文の発注とキャンセルは無料でウォレット署名も不要です。このページでその理由とオンチェーンコストが発生する場所を説明します。
デフォルトはカストディアル、必要に応じてオンチェーン
注文マッチング、残高変更、決済はSatoriEx内部で実行されます — 1取引ごとのPolygonトランザクションはありません。SatoriExと外部ウォレット間のデポジットと出金のみがチェーンに触れます。
Coming from Polymarket?
Polymarket's "gasless" UX uses meta-transactions via Magic-deployed smart wallets — fills are matched off-chain, but settlement still touches the chain via the CTF, with the platform sponsoring the gas. SatoriEx is gasless for a fundamentally different reason: nothing about trading touches the chain at all. Matching, ledger debits/credits, and post-resolution payouts all happen inside SatoriEx's database. The chain is only involved on deposit and withdrawal. Practical impact: no relayer queue, no meta-tx delays, no per-fill gas, ever — but also no on-chain audit trail per trade.
注文を出したときに起こること
あなたの視点からは、1つのRESTエンドポイントを呼び出して確認を受け取るだけです。内部的にはSatoriExがカストディアル転送と同じアトミックな台帳トランザクションを実行します。
1. クライアント → ベアラートークンでPOST /orders
2. サーバーがKYCティア、スコープ、残高、マーケット状態を検証
3. 202 Accepted returned immediately with an empty trades[] array — the match has not run yet
4. Matcher consumes the order from the queue and matches by price-time priority
5. Double-entry ledger atomically debits buyer / credits seller; the resulting trade event arrives over WebSocket
オンチェーンコストが発生する場所
SatoriExと外部ウォレット間の境界を越えるものはすべて実際のオンチェーントランザクションです。
| 操作 | ユーザーのコスト | ウォレット署名 |
|---|---|---|
| 注文の発注 / 約定 / キャンセル | 無料 | 不要 |
| 一括キャンセル | 無料 | 不要 |
| 決済の受け取り | 無料 | 不要 |
| 外部ウォレットからのデポジット | ネットワークガス | 必要 |
| 外部ウォレットへの出金 | ネットワークガス | 必要 |
SatoriExはネットワークガスをマークアップしません。チェーンのコストをそのまま支払います。
トレードオフ
Custodial trading is fast and free, but it requires you to trust SatoriEx with funds in custody. A self-custody path — connect an external wallet, with fills matched off-chain by the CLOB engine and settlement crediting ERC-1155 conditional tokens via the CTF bridge — is planned (see Contracts and Changelog). Today, every fill settles on the SatoriEx ledger; only deposits and withdrawals touch the chain.