Thank you for your interest in gifting of cryptocurrency

Please fill in the information below and click the donate button below to make your gift through our cryptocurrency partner called Bitpay. If you have any questions, please contact Josh Diedrich at 877-500-3580,  ext. 8197, or 920-272-8197.





  • USD BTC EUR GBP AUD BGN BRL CAD CHF CNY CZK DKK HKD HRK HUF IDR ILS INR JPY KRW LTL LVL MXN MYR NOK NZD PHP PLN RON RUB SEK SGD THB TRY ZAR
function checkRequiredFields(form){ var elements = form.elements; var invalid = false; for(var i=0; i<elements.length; i++) { elements[i].className = elements[i].className.replace('bitpay-donate-error', ''); if (elements[i].className.indexOf("required") !== -1 && elements[i].value.length maximumDonation){ alert(“Your donation was larger than the allowed maximum of ” + Number(maximumDonation).toFixed(2)) return false; }; }; var buyerEmailField = document.querySelector(‘[name=”buyerEmail”]’); var orderIdField = document.querySelector(‘[name=”orderID”]’); if (buyerEmailField && orderIdField) { orderIdField.value = buyerEmailField.value; } return true; };
Scroll to Top