mTransactions

mTransactions is an exploration of a bandwidth marketplace for transactions on the Solana blockchain

What are mTransactions

mTransaction is an open-source RPC-like service that connects transaction senders and validators with stake on their nodes. It takes advantage of the QUIC and QoS updates that were added to Solana in 2022 and 2023.

Participating users are able to send transactions to the mTransaction service, which will redirect them to one of the participating validators. This validator will use his staked node to forward the transaction to the leader through a QUIC connection.

Github repository

Last updated