Projects like Osmosis, Juno, dYdX, Axelar, and more trust CometBFT for consensus.
Security & scalability without compromise
Power your business with the leading consensus algorithm used by independent blockchains.
< $0.01
average transaction fees
1/1000th
the cost of Ethereum
Obtain the scalability of rollups without the risk of centralized sequencers.

func (app *KVStoreApplication) PrepareProposal(_ context.Context, proposal *abcitypes.RequestPrepareProposal) (*abcitypes.ResponsePrepareProposal, error) {
return &abcitypes.ResponsePrepareProposal{}, nil
}
func (app *KVStoreApplication) ProcessProposal(_ context.Context, proposal *abcitypes.RequestProcessProposal) (*abcitypes.ResponseProcessProposal, error) {
return &abcitypes.ResponseProcessProposal{}, nil
}
func (app *KVStoreApplication) FinalizeBlock(_ context.Context, req *abcitypes.RequestFinalizeBlock) (*abcitypes.ResponseFinalizeBlock, error) {
return &abcitypes.ResponseFinalizeBlock{}, nil
}
Better MEV
Encrypt transaction details sent to block proposers to prevent transaction reordering.
On-Chain Oracle
Have validators agree on some data before block is produced.
finally
With CometBFT, transactions are immediately finalized once included in a block. No need to wait for confirmations.