Skip to content
Merged
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
2 changes: 1 addition & 1 deletion features/deposit-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ There are two distinct refund scenarios:
| Not set (strict) | Not allowed — `refundTo` is required for strict deposit addresses |

<Note>
If users may send from a centralized exchange, **do not use "refund to sender"** (an explicit user address you don't control, or the native-currency-address auto-refund opt-in) — the sender address will be the exchange's hot wallet, not the user's. Use an app-controlled address instead so your support team can handle the last mile.
If users may send from a centralized exchange, **do not use "refund to sender"** — neither an explicit user address you don't control nor the native-currency-address auto-refund opt-in — the sender address will be the exchange's hot wallet, not the user's. Use an app-controlled address instead so your support team can handle the last mile.
</Note>

<Info>
Expand Down
Loading