Trading
Gasless trading (custodial model)
Placing and cancelling orders on SatoriEx costs nothing and requires no wallet signature, because trades execute custodially inside SatoriEx rather than on-chain. "Gasless" here means "no per-trade network gas" โ not "on-chain trading with the gas hidden." This page explains the model and where on-chain costs do appear.
Custodial trades, on-chain only for bridge movements
Coming from Polymarket?
What happens when you place an order
From your perspective, you call one REST endpoint and get a confirmation. Internally, SatoriEx runs the same atomic ledger transaction it would for a custodial transfer.
Where on-chain costs do exist
Anything that crosses the boundary between SatoriEx and an external wallet is a real on-chain transaction.
| Action | Cost to user | Wallet signature |
|---|---|---|
| Place / fill / cancel order | Free | None |
| Bulk cancel | Free | None |
| Receive settlement | Free | None |
| Deposit from external wallet | Network gas | Required |
| Withdraw to external wallet | Network gas | Required |
SatoriEx does not mark up network gas. What the chain costs is what you pay.
Trade-off
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.