INJECTIVE LP

For a more detailed and up-to-date setup of the task, check the appropriate text channel on our Discord server.

Monitors

Buffer

This type of monitor will be monitoring your clipboard for a target contract. As soon as it find the token contract in your clipboard the transaction will be sent.

Onchain

This type of monitor will be monitoring liquitidy pools. Once a creating liquidity pool transaction is appeared in the blockchain, the transaction will be sent.

Gaslim and Batch

These two settings are related. First Batch is amount of the swap instruction in a single transaction. I would explain it as the fact that you can make multiple swaps in one transaction. So lets imagine that you want to set up: Token address=peggy0xdAC17F958D2ee523a2206206994597C13D831ec7 (USDT coin) Inj amount=0.1 When you set up Batch=1 there will be a transaction which will swap 0.1 INJ for USDT. For this transction 1500000 Gaslimit is enough. But if you set Batch=5 there will be a transaction which will swap 0.1 INJ for USDT for 5 times. In this case you need to setup fee a multiple of more of the Batch value (7500000 for 5).

Batch is useful when there is a limit on the swap percent per one transaction. But you can bypass it setting up Batch value greater than 1.

Last updated