📥Limit Buy Orders

FAQ

Why didn't my limit order trigger?

A limit order may not have triggered for multiple reasons:

  1. The limit order takes into consideration the price impact of your potential swap. Even if the market price moved close to the trigger, it may be that your order would move the price out of trigger range.

  2. Swaps for that token may have been executed before you in the block, thereby affecting the token price and causing your order to fail.

What is the maximum expiry time for a limit order?

There is no limit on the expiry time you can use.

How is the token's USD price computed?

Every block, limit orders are trigger checked by computing the USD price of the token:

  1. The pool reserves of the token trading pair, and your token input amount, are used to calculate the equivalent ETH amount for your tokens.

  2. The USD price of ETH is calculated based off the USDC-WETH Uniswap pool.

  3. The two previous results are used to compute the equivalent USD price of your tokens.

Interface

Main screen (token address entered) with trigger price or percent change
  • Token - The contract address of the token you intend to limit buy, entered in the chat bar.

  • Amount - The amount of ETH you want to buy with, or choose a preset ETH amount (.1 ETH, .5 ETH, 1 ETH, 1.5 ETH, or 2 ETH)

  • Expiry - The amount of hours before the order expires and is automatically cancelled.

  • Select Wallets - Choose which wallets you want to limit buy with, whether it be W1, W2, or W3. (Users can limit buy simultaneously with multiple wallets.)

  • Gas and Slippage - Choose between auto slippage and auto gas, or custom slippage or custom gas, depending on the needs of your trade.

  • Add Order - Choose from preset % price decreases, or enter a custom percentage. After entering, your limit order will be created (but not triggered).

  • Trigger Price or Percent Change - See the image above. Users can either input a trigger price or a percent change from the token's current value that will then trigger once the token crosses the desired price or percentage change. For percentage change, if the user wants the limit to trigger below its current value, they must put, for example, '-50%'.


After limit order is created
  • Create Order - Once the user has configured everything, they can click 'Create Order' and the transaction will be submitted.


After creating at least one limit order
  • Existing Orders - To access existing limit orders, go to 'start,' then click 'Limit Orders'. (See image above.)


Delete order
  • Select Order to Delete - Click the red X (❌) to delete the limit order.


Limit order is triggered
  • Buy Limit - Return to the buy limit menu.

  • Menu - Return to the main menu.

Last updated

#93: Adaptable gas change

Change request updated