Skip to content

Commit 76229b0

Browse files
authored
Revise crypto donation fee explanation (#450)
Updated cryptocurrency donation information to clarify fees and process for large donations.
1 parent c2f8b56 commit 76229b0

File tree

1 file changed

+8
-6
lines changed
  • packages/donate-button-v4/src/components/widget/components/Faq

1 file changed

+8
-6
lines changed

packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,14 @@ export function getFeeDescriptionBody(
110110
return (
111111
<Fragment>
112112
<p>
113-
Our exchanges generally charge a 1% flat fee to automatically
114-
liquidate cryptocurrency. For large donations worth over $5k, you
115-
have the option to email crypto@every.org to request an address and
116-
we can do a manual conversion to get the best rates possible
117-
(usually 0.1%-0.4%). Or you are welcome to donate here with the 1%
118-
fee.
113+
Our exchanges charge a 1% flat fee to automatically liquidate
114+
cryptocurrency immediately after donation. Every.org does not charge
115+
any fees of our own. While usually not recommended, for donations
116+
worth over $100k, donors have the option to email crypto@every.org
117+
to arrange for manual exchange and potentially a lower fee. But even
118+
for large donations, we encourage you to immediately donate on the
119+
website. Donating here is the most straightforward and secure method
120+
to minimize risk of phishing or delays and loss caused by slippage.
119121
</p>
120122
{getNfgDisclaimer(nonprofit)}
121123
</Fragment>

0 commit comments

Comments
 (0)