📜Creating Blur Tasks

Everything you need to do to start Blur Farming.

Input target contract address of the desired collection in the Contract Address field

Set Floor Price Protections

  • Min Floor Price allows the user to set protection against aggressive floor drops, avoiding the risk of massive amounts of bid accepts on black swan events.

  • Max Floor Price allows users to set max floor price range in the case they have underbids set and do not want to risk after a certain amount of capital may be required.

Execution

Price Strategy is broken in to 2 options, Fixed and Underbid

Fixed

Allows user to set a fixed static bid price and submits straight from the bot

  • Bid Price: Price user would like to bid per token

  • Bid expiration: Can leave at default, this is required for api access and has no affect on your bid. When you stop the bot, your bids will auto cancel anyway.

  • Bid Size: Number of tokens you would like to bid on in the Blur Pool

  • Max Active Bids: Number of total bids the user would like to remain active at any given time

  • Loop Count: How many times you would like your bids processed

Underbid

When underbidding is enabled, the bot will fetch current offers and try to place a lower offer within the parameters set.

  • Min Bid Price: Bot will stop if underbid value is lower than this inputted value

  • Max Bid Price: Bot will stop if underbid value is over this inputted value

  • Underbidding Amount: Specific eth value the bot will bid under the top bid

  • Eth Depth: Amount of liquidity in ETH in front of your bid, if below this value the bot will stop

  • Bidder Count: Amount of bidders in front of your bid, if below this value the bot will stop

  • Execution Size: Amount of total bids in front of your bid, if below this value the bot will stop

  • Bid Size: Total bids the bot will allow to remain acive at any given time

  • Floor Padding: Max amount the bot is allowed to bid above current floor price

  • Loop Count: Total loops the bot will run (infinite is default)

  • Delay Between Loops: Time between each loop where the bot checks your settings vs Blur values

Last updated