Use Transactions

Send, track, and confirm transactions with production-safe patterns.

Edit this page

Transaction lifecycle

From signing to confirmation, each transaction should be tracked with clear user feedback.

Best practices

  • Estimate gas before submit
  • Use idempotent retry logic
  • Wait for confirmation thresholds
  • Persist tx hashes for reconciliation

On this page