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 src/apps/wallet/src/home/tabs/tax-forms/TaxFormsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const TAX_FORM_DETAILS = [
icon: <IconWorld />,
id: 'W-8BEN-E',
instructionsLabel: 'Instructions',
instructionsLink: 'https://www.irs.gov/pub/irs-pdf/iw8ben.pdf',
instructionsLink: 'https://www.irs.gov/pub/irs-pdf/iw8bene.pdf',
reasonDescription:
// eslint-disable-next-line max-len
'Under current IRS guidance, foreign persons performing services outside of the U.S. are not subject to income tax withholding. However, Topcoder requires all such members to provide a properly filled out W-8BEN-E prior to issuing payment. In addition, prize money paid to foreign persons who are not performing services (such as winning an SRM competition) is subject to withholding taxes.',
Expand Down