eth_sendRawTransaction and check receipts via eth_getTransactionReceipt — but under the hood it coordinates with mev-commit’s decentralized network of block builders to preconfirm your transactions.
How It Works
- You configure your wallet or dapp to point at
https://fastrpc.mev-commit.xyzinstead of a standard RPC like Infura or Alchemy. - When you send a transaction, the RPC encrypts it and sends bids to block builders in the mev-commit network.
- Once all registered builders issue a commitment and the next block proposer is opted in, the transaction is preconfirmed.
eth_getTransactionReceiptreturns a receipt immediately — no waiting 12+ seconds for the next block.
Who Is It For?
- Wallets — Add the RPC as a custom network and get instant transaction confirmation UX. No deposit needed during the promotional period — gas is fully sponsored.
- dApps — Integrate preconfirmations with minimal code changes. Deposit ETH into a gas tank, then use standard RPC methods as usual.
- Developers — Access additional methods like
mevcommit_getTransactionCommitmentsandmevcommit_optedInBlockfor advanced preconfirmation logic.
Key Benefits
- Sub-second confirmation UX — Transactions are preconfirmed in ~100-200ms, compared to 12+ seconds on standard Ethereum.
- Drop-in compatibility — Works with existing wallets and tools. No protocol changes or special SDKs required.
- Gasless for wallets — During the promotional period, the RPC sponsors transaction fees for wallet users.
- mev redistribution — Value captured through preconfirmations flows back to users and validators, not extractors.