Skip to content

Commit

Permalink
Transactions without MEV (#479)
Browse files Browse the repository at this point in the history
* Transactions without MEV

* Update language
  • Loading branch information
sketsdever authored Nov 17, 2023
1 parent 6155941 commit 567fceb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/flashbots-protect/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Fast mode has 2 key differences from the default Protect experience:

**Note**: When you send your transaction to a builder, you are entrusting them not to frontrun your transaction or disclose it to third parties who might.

### Transactions Without MEV

Flashbots Protect screens all transactions to check if they need MEV protection. If your transaction is performing an action that does not typically generate MEV, it will automatically be sent to the public mempool for faster inclusion.

The following functions do not typically require MEV protection: `transfer`, `transferFrom`, `approve`, `(weth) withdraw`, `(weth) deposit`, `safe transfer (NFT)`.

## Using Flashbots Protect

There are three ways to use Flashbots Protect:
Expand Down

1 comment on commit 567fceb

@vercel
Copy link

@vercel vercel bot commented on 567fceb Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.