Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/videos/usdt-ux.mp4
Binary file not shown.
8 changes: 8 additions & 0 deletions payments/wallets/token-chain-support/usdt-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,14 @@ Show different loader copy for each step so the user understands what is happeni

Follow these patterns to provide the best user experience when implementing USDT and Permit2-based payments:

<video
controls
autoPlay
muted
src="/images/videos/usdt-ux.mp4"
style={{ maxWidth: "360px", width: "100%", display: "block", margin: "0 auto" }}
></video>

### Pre-load fee estimates

Preload per-option fee estimates before user selection. This allows users to make informed decisions by comparing realistic gas costs across different payment options.
Expand Down