MetaPro
  • 👋Welcome to MetaPro
  • OFFICIALS
    • 🔗Official Links
    • 📄Terms of Raise
    • 💼Pitch Deck
  • Overview
    • 💡Wallet Features
    • 🔎The MEV-Bot
  • Early Access
    • 🔑Get Onboard
    • 🪙Private Sale
Powered by GitBook
On this page
  • No-revert Transactions
  • Gas Optimized Transactions
  • Private Transactions

Was this helpful?

  1. Overview

Wallet Features

PreviousPitch DeckNextThe MEV-Bot

Last updated 1 year ago

Was this helpful?

MetaPro brought together the essential features that allow Users to migrate smoothly from the old-fashioned Ethereum wallets.

Your transactions are not just secure—They're profitable.


No-revert Transactions

The approved transactions pass a Simulation-Process through MetaPro's Ethereum nodes to be labelled as no-revert.

Your transaction won't be mined if it includes any reverts, so you don't pay for failed transactions!

— From


Gas Optimized Transactions

What is AccessList?

The accessList specifies a list of addresses and storage keys that the transaction plans to access, allowing a discount gas rate relative to the cost of accessing outside the list.

Example AccessList:
[
    [
        "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
        [
            "0x0000000000000000000000000000000000000000000000000000000000000003",
            "0x0000000000000000000000000000000000000000000000000000000000000007"
        ]
    ],
    [
        "0xbb9bc244d798123fde783fcc1c72d3bb8c189413",
        []
    ]
]

Private Transactions

The MetaPro's MEV-Bot bundles the User's transaction and adds them as a back-run transaction to each bundle per block.

What is a Private Transaction?

Typically all pending transactions are exposed to the public mempool to get picked by miners, however, a private transaction bypasses the public mempool and is sent privately to the chosen block builders.

Private Transactions are protected against back-running, front-running attacks (a.k.a Sandwiching, Arbitrage, ... )

By Implementing manual generation for each transaction, MetaPro provides more optimized transactions by lowering the gas costs for users! how?

— From

The bundle will be sent privately to top block builders (eg. , , , , ...) via eth_sendBundle API method.

💡
AccessList - EIP2930
EIP2930
Flashbots
beaverbuild
Titan Builder
Builder0x69
Flashbots Docs
Figure A-1
Figure A-2
Figure A-3