Auto Sign Orders
Last updated
Last updated
Native V2 introduces auto sign orders, providing lower latency and higher success rates for swaps.
Swappers query the /orderbook
endpoint to gather pricing and depth information.
Swappers submit the swap order to the auto-sign endpoint with parameters such as the amount, token addresses, and the required permit2
signature for the Native Swap Engine.
The Native Executor Network verifies, signs, and executes the swap order on-chain, ensuring enhanced speed and success rates.
Swappers can monitor the order status and retrieve the final on-chain transaction ID via API endpoints.
Auto-sign orders benefit from significantly lower latency and a higher success rate due to improved inventory and swap state control.
Slippage is automatically implemented to increase success rates. If the liquidity at the most recent orderbook levels becomes unavailable, the Native Swap Engine will use the next available levels, provided the execution price remains within the defined slippage parameters.
Gas fees are included in the quote and charged in the input token. For example, swapping USDT to ETH will result in gas fees being deducted in USDT.