⚙️Trade Order Settings

Trade Order Settings for each chain and action.

TokenSight offers a granular trading configuration, allowing different trade settings for each chain and action (Buy/Sell). Read the following guide to become more familiar with the trade settings.

For each chain, you can customise the trade settings by clicking on the Cog icon in the trade menu.

You can customise the trade settings for each chain and for each operation (Buy/Sell) in the Settings dialog shown below:

  • Private Tx: Submit the transaction through a private RPC, thus minimising the chances for the transaction to be frontran; the transaction is not submitted in the mempool right away.

Private Transactions are only available for Ethereum and Solana. Private transactions are not always included in a block. However this doesn't mean that you shouldn't use private transactions - in most cases you would not feel the difference. When a high Validator Tip is used (usually a value above 2), the private transactions enable better/faster execution. TokenSight has a timeout of 2 minutes for a private transaction to complete, otherwise it's marked as failed internally (although the transaction can be completed on the blockchain).

  • Slippage (%, after tax): The slippage for the trade; you can select auto for optimal slippage selection at execution time, or you can enter a custom slippage amount. The slippage you enter is calculated after token tax, if any. For example, if a token X has a tax of 4.25% and your entered slippage is 0.5%, the trade will be executed with a slippage of 4.75%. Auto slippage doesn't work when the transaction is not private.

Using high slippage amount while the transaction is not set as private, might result in sandwich attacks - you might get much less coins than desired.

  • Validator Tip (Gwei for EVM chains): Include a tip to the validator to increase the chances of the transaction being included earlier. Works best with private transactions. Usually a value of 10-30 Gwei for Ethereum mainnet will almost certainly execute the transaction straight away and have it included in the first 10 transactions of a block.

Validator Tip is available for all the supported chains except Scroll and Solana. Custom Validator Tip is most applicable to Ethereum Mainnet.

  • Gas Mode: The Gas Mode for the transaction. This setting control the execution speed of the transaction. Higher speed equals to higher costs. Based on the mode you select, the exact gas cost is calculated based on the current network conditions. Additionally each mode adds a validator tip, with the following values: Normal = 2 Gwei; Fast = 3 Gwei; Instant = 20 Gwei tip.

Last updated