Integrasi Web3
Koneksi Dompet
Hubungkan MetaMask, Coinbase Wallet, atau dompet yang kompatibel dengan WalletConnect untuk mengaktifkan deposit dan penarikan on-chain.
Deposit & Penarikan USDC
USDC is a US-dollar-pegged stablecoin issued by Circle โ 1 USDC โ 1 USD, though peg events can briefly move that ratio. SatoriEx accepts USDC on **Polygon** (chain ID 137). The native USDC contract on Polygon is `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359`. Deposits move USDC from your wallet to your SatoriEx balance. Withdrawals send USDC back to your linked wallet. Your first withdrawal includes a one-time $2.00 USDC fee (admin-configurable, $0โ$50 range) that covers the gas of deploying the on-chain proxy wallet SatoriEx creates for you; subsequent withdrawals add no SatoriEx fee. You always pay the network gas fee on top of any transfer.
Arsitektur Jembatan
The bridge watches the Polygon blockchain for deposit events sent to your per-user proxy wallet address. After 128 block confirmations (~4โ5 minutes at Polygon's ~2-second block time) plus internal indexing, your SatoriEx balance is credited via an atomic double-entry ledger transaction โ funds typically appear within 5 minutes of the on-chain mine. **Withdrawals enter an admin review queue.** The auto-approve threshold is configurable in admin settings (default: $0 โ every withdrawal requires manual review; range $0โ$10,000 USDC). Withdrawals above the threshold (or all withdrawals when the threshold is $0) wait for a human approval; below-threshold withdrawals are signed and broadcast automatically. Once broadcast, on-chain confirmation typically lands within minutes on Polygon.
Smart Contract
SatoriEx's contracts implement the ERC-1155 Conditional Token Framework (CTF) โ originally developed by Gnosis. Source lives in `contracts/src/ConditionalTokens.sol` + `contracts/src/MarketFactory.sol`. **The contracts are NOT deployed for live settlement** as of today; the on-chain token layer is on the roadmap (see Contracts page and Changelog). Share balances today live exclusively in the SatoriEx ledger. When CTF goes live, integrators will be able to verify positions, redeem winning shares directly, and bridge shares to other compatible CTF venues โ until then, do not assume any on-chain integration path is available.
Penyelesaian On-Chain
Today, SatoriEx settles trades on the platform ledger โ your YES and NO positions are tracked as balances in the SatoriEx database, similar to a brokerage account. This is what delivers sub-second matching, instant fills, and gasless trading that current on-chain order books cannot match. Each user's deposits flow through a per-user on-chain proxy wallet, separate from operating funds, and platform balance changes are recorded in a double-entry ledger. A balance-transparency page is published at /proof-of-reserves (outside the docs section) โ cryptographic proof-of-reserves with third-party attestation is planned, not live yet. On-chain settlement is on the roadmap.