# INJECTIVE LP

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FmiVzVj8jUYzNovtB4JTa%2Fimage.png?alt=media&#x26;token=cc320518-c1f2-4cf6-9c2e-66cacc4af9c7" alt=""><figcaption></figcaption></figure>

| Key             | Value                                                                                                                                                                                                                                                                                                                     |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Wallet group    | Select a wallet group from those present in the drop-down list.                                                                                                                                                                                                                                                           |
| Wallet          | Select a wallet that will be used in the task.                                                                                                                                                                                                                                                                            |
| Token address   | <p>Token contract address. Examples:<br><em>peggy0xdAC17F958D2ee523a2206206994597C13D831ec7 or</em><br><em>factory/inj1xy3kvlr4q4wdd6lrelsrw2fk2ged0any44hhwq/KIRA (case-sensetive)</em></p>                                                                                                                              |
| Swap            | <p>Choice of the contract execution:<br><strong>ROUTER</strong> - slower but more reliable<br><strong>POOL</strong> (must be specified in its own field) - faster, but if you get the wrong pool you will loose your money. You can find the pool via injective scan.</p><p><br><em>\*Works only with  ASTROPORT</em></p> |
| Inj amount      | [The same way as cardano LP sniper. ](https://tokenizer-guide.gitbook.io/tokenizer/cardano-lp#token-price)                                                                                                                                                                                                                |
| Max token price | [The same way as cardano LP sniper. ](https://tokenizer-guide.gitbook.io/tokenizer/cardano-lp#token-price)                                                                                                                                                                                                                |
| Max fee         | Exact amount of INJ you want to spent on transaction.                                                                                                                                                                                                                                                                     |
| Gaslim          | Gas limit for your transaction.                                                                                                                                                                                                                                                                                           |
| Monitor         | Select monitor type from the list.                                                                                                                                                                                                                                                                                        |
| Pool            | Select the pool from the list.                                                                                                                                                                                                                                                                                            |
| Pool address    | If you know exact address of the liquidity. Setup it here.                                                                                                                                                                                                                                                                |
| Batch           | Amount of instructions in a single transaction.                                                                                                                                                                                                                                                                           |

{% hint style="info" %}
For a more detailed and up-to-date setup of the task, check the appropriate text channel on our Discord server.
{% endhint %}

### 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.&#x20;

#### 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.&#x20;

### 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:\
\&#xNAN;*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).

{% hint style="info" %}
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.
{% endhint %}
