Skip to main content

Prerequisites

  1. Whitelist your EOA address by reaching out here↗
  2. Deploy Proposer Contract
  3. Submit EIP-7702 Transaction to associate your Proposer with your EOA
  4. Fund GasTank with ETH to cover gas costs for your future transactions

RPC Endpoints

Contract Addresses

Supported RPC Methods

For detailed method signatures, parameters, and request/response examples, see the OpenRPC playground↗.
MethodDescription
eth_sendRawTransactionSubmit transaction.

note: will not increment the EOA’s nonce.

eth_getTransactionReceiptTrack transaction status.
eth_sendBundleA simplified version of eth_sendBundle which accepts two parameters (txs and blockNumber) but txs must contain only 1 tx.

note: will not increment the EOA’s nonce.

dab_accountInfoCustom RPC Extension. Requires authentication via Flashbots-style header (X-Flashbots-Signature). Takes 1 account address and returns the account balance in the GasTank, outstanding_charge, and whitelisted status.
dab_transactionStatusGet transaction status, cost, and detailed tracking information. Optional token parameter provides extended details including status changes, submission history, and block tracking.
dab_getBatchedTransactionReceiptGet transaction receipt for a batched transaction by DA Builder transaction hash. Returns null if transaction has not landed yet.

Common Error Codes

ErrorMeaningSolution
Account not foundAccount not fundedDeposit funds to GasTank
Insufficient balance.Low balanceAdd more funds
Transaction not foundTransaction not yet includedWait and retry

Transaction Lifecycle

  1. Submit → Receive transaction ID
  2. Poll → Check status with eth_getTransactionReceipt
  3. Included → Get blockchain hash from receipt
  4. Confirmed → Transaction onchain

Cost Structure

  • Blob Gas : Charged per blob transaction based on blob usage
  • Execution Gas : Based on your transaction’s gas usage (intrinsic gas fee is shared)
  • Service Fee : Small aggregation fee
See Cost Structure for detailed pricing information.

Support

Please reach out to us at [email protected] !