Auto Txs & Wallet
The current app includes an execution workflow, not just gas observation.
Two areas matter here:
Auto Txsfor gas-targeted execution rulesTop-upfor relay wallet funding and withdrawals
Auto Txs
Auto Txs let you prepare a transaction, validate it, sign it with your wallet, and allow EthGasStation to submit it later when gas conditions match your target.
The app currently supports:
- creating and editing auto-tx rules
- target gas price in gwei
- optional strict target price behavior
- validation before signing
- signed submission flow
- cancellation of pending rules
- execution history and savings journals
Auto Tx lifecycle
Typical statuses in the app include draft, pending, disabled, executed, cancelled, and failed states.
A normal workflow looks like this:
- Create the rule with destination, calldata, value, and target gas.
- Validate the transaction details.
- Sign with your wallet.
- Let the system wait for the gas condition to match.
- Review execution and savings journal entries afterward.
Wallet / Top-up
If you use funded execution flows, the app also exposes a relay wallet balance area.
Current capabilities include:
- viewing available, pending, and reserved balance
- topping up from a browser wallet
- inspecting ledger history
- requesting withdrawals
Ledger activity includes entries such as:
- deposit
- execution debit
- withdrawal
- adjustment
When this section matters
Use this area when you want to move from:
- “tell me when gas is cheaper”
to
- “prepare the transaction now and execute it later when the target is met”