Sniper Wallet Setup
Setting up AutoSniper requires minimal effort. There are two ways to use AutoSniper:
Fund with wallet A, Snipe with Wallet B
Fund and Snipe from the same wallet
Step 1: Setting up a sniper address
Users need to use the /set-address
command in their private discord channel so that the AutoSniper knows which wallet to snipe for. If this step has not been completed, snipes will fail.
Step 2: Funding AutoSniper
Click here to access the AutoSniper contract (mainnet). Do not forget to change to the desired chain before any of the following steps.
deposit
(Fund from wallet A, Snipe from wallet B)
deposit
(Fund from wallet A, Snipe from wallet B)It is important to note that the only wallet that will be able to withdraw Ether will be the sniper
. It is also impossible to approve Wrapped Ether using this method.
The sniper
address must match the address used in /set-address
To deposit Ether, go to the Write Contract
tab of the AutoSniper contract and click on the "Connect to Web3" button using wallet A (funding wallet). Once done, scroll to 3. deposit
, enter the amount of Ether you want to deposit and paste the address of the wallet B (Sniping wallet). Click Write
, approve the transaction and you're done!

depositSelf
(Fund and snipe from the same wallet)
depositSelf
(Fund and snipe from the same wallet)Users can deposit Ether and/or approve Wrapped Ether for AutoSniper. If the Ether balance is insufficient for the snipe and enough Wrapped Ether is available, AutoSniper will unwrap the necessary quantity of Wrapped Ether and fulfill the snipe. All of this is done within the same transaction, meaning that there is no concern to be had over whether Wrapped Ether snipes are slower than Ether snipes (the gas price will be slightly higher as it is necessary to unwrap the Ether).

Approve Wrapped Ether
To approve Wrapped Ether, go to the Write Contract
tab of the Wrapped Ether contract and click on the "Connect to Web3" button. Click on 1. approve
, enter the AutoSniper contract (0x000000000000feA5F4B241F9E77B4D43B76798a9
) in guy
and the amount of Wrapped Ether that you want to approve in wad
. The amount is specified in Wei.
Here's a Wei to Ether converter.
For infinite approval enter: 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
Click Write
, approve the transaction and you're done!

WETH contract links:
Step 2B: Withdrawing funds
To withdraw funds from oSnipe, simply go the Write Contract
tab of the AutoSniper contract and scroll down to the 20. withdraw
function. Enter the desired amount to withdraw in Wei and confirm the transaction.
Users can check their balance by either running /get-balance
in their private channel or by going to the Read Contract
tab of the AutoSniper contract and querying their balance using the 5. sniperBalance
function.
Step 3: Setting up snipes
Now that the AutoSniper has been properly funded, users can set up snipes using the sniper commands.
Last updated