-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.mdx #361
base: main
Are you sure you want to change the base?
Update README.mdx #361
Conversation
The page read like marketing material: several repetition of the main message and extensive use of the "you" form as in "if you send your txs via MEV blocker, you get protected" I changed the text to make it more appropriate to the documentation: reduce the number of times we repeated the same concept and remove the "you" form. I also added some links
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* **Low Latency and Fast Inclusion Time**: With a strong builder network, MEV Blocker acts as a builder aggregator where transactions get forwarded directly to network of all the major builders. Over 90% of transactions are processed in the next block, typically within 12 seconds. | ||
|
||
* **Superior Rebates**: With more robust searchers competition, MEV Blocker has been able to generate at least 10x more backrunning rebates than any other competitor solutions with over 1000 ETH rebates to users / projects to date. | ||
* **Superior Rebates**: With its robust searchers' competition, MEV Blocker generated at least 10x more rebates than any other competitor solutions with over 1000 ETH rebated to date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* **Superior Rebates**: With its robust searchers' competition, MEV Blocker generated at least 10x more rebates than any other competitor solutions with over 1000 ETH rebated to date. | |
* **Superior Rebates**: With its robust searchers' competition, MEV Blocker has generated at least 10x more rebates than any other competitor solutions with over 1000 ETH rebated to date. |
|
||
* **MEV Rebates**: Searchers connected to MEV Blocker bid for the right to backrun user transactions using "append-only" bundles. 90% of these bids are paid as a rebate to the transaction originator. The remaining 10% incentivizes builders and validators to quickly include the bundle in the remaining PBS auction. Rebates are a great way to not leak value through the supply chain and get cashback for your transactions. These rebates can also be an extremely powerful way for wallets or dApp solvers to capture value and generate an extra revenue stream. If you are interested in learning the mechanics behind the MEV Blocker rebates, check out the OFA explainer page. | ||
* **MEV Rebates**: Searchers connected to MEV Blocker bid for the right to backrun user transactions using "append-only" bundles. 90% of these bids are rebated to the transaction originator. The remaining 10% incentivizes builders and validators to quickly include the bundle in the PBS auction. Rebates are a great way to avoid leaking value through the supply chain and get cashback for your transactions. These rebates can also be an extremely powerful way for wallets or dApp solvers to capture value and generate extra revenue (to learn more about MEV Blocker rebates, check out the [OFA explainer page](https://docs.cow.fi/mevblocker/concepts/order-flow-auction)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and get cashback for your transactions
Following the approach of this PR, should we avoid the use of the wordyour
here?
Looks good (although probably not the best person to judge)! Added some minor comments |
The page read like marketing material: several repetition of the main message and extensive use of the "you" form as in "if you send your txs via MEV blocker, you get protected"
Description
I changed the text to make it more appropriate to the documentation: reduce the number of times we repeated the same concept and remove the "you" form. I also added some links
Changes