SyncSwap: The Pre-Flight Checks That Decide Every Swap
SyncSwap: The Pre-Flight Checks That Decide Every Swap Four gates decide whether a SyncSwap swap executes: the wallet must be on the correct network, the token allowance must cover the input, the route must satisfy the minimum output, and the transaction must carry enough native gas. The SyncSwap app can quote a trade and prepare the call, but the chain—not the quote—decides whether the signed transaction changes state. SyncSwap starts with a four-gate pre-flight A displayed exchange rate is only an estimate. Execution happens later, inside a smart-contract transaction, after the wallet signs it. Between quote and execution, the pool balance can change, the transaction can wait, or the wallet can fail a basic requirement. Network: the wallet and the SyncSwap interface must be connected to the chain where the selected tokens and pools exist. Balance: the wallet must hold enough input tokens, plus enough native currency to pay transaction gas. Allowance: for an ERC-20 input, th...