preloader logo
₿ ₿
guest@mitilena:~$
>dns resolve27msok
>tls handshake29msok
>first html byte429msok
>hardware16 cores / 32GB RAMok
>network type4gok
>uplink37.27.225.37 [FI-Helsinki]ok
>geo heuristicsyou are near Los Angelesok
>interface mounted852msok
NO CLOUDFLARE
NO GOOGLE ANALYTICS
NO TRACKERS
ONLINE
Connect app
Add new wallet
Connect app →● ONLINEActivate New CardConnect app →● ONLINEActivate New Card
// DONATIONS

Accept crypto donations

Set up your donation page in three steps. No moderation, no middleman — coins go straight to your own wallet, even a cold one.

10,000+ TOKENS · TRC20 / ERC20 / BEP20USDTUSDCEURCBITCOINETHEREUMVMTAPFCONLY 0.8% FEE

We support every token on the TRC20, ERC20 and BEP20 networks — tens of thousands of coins, including USDT, USDC and EURC — plus native Bitcoin, Ethereum, VMT, APFC and more.

01

Introduce yourself

This is what donators will see on your payment page.
VISIBLE NAME
SHORT MESSAGE FOR DONATORS
DONATION TAG — YOUR LINK ID *
YOUR LINK →https://it.mitilena.com/donate-link/yourname/[ COPY ]
PAYOUT WALLETS — WHERE DONATIONS ARRIVE
Your own addresses, one per wallet type. Donations go straight there — we never hold them.
BITCOIN · BTC○ NOT SET
EVM · ETH / ERC20 / BEP20○ NOT SET
TRON · TRC20 / VMT○ NOT SET
Networks left empty are shown to donors as “no wallet for this network yet — contact the creator”. Add an address later in Settings and your existing links keep working.
⚠ SAVING NEEDS AN ACCOUNT Register free →
DONATION PAGE PREVIEW
Your visible name
“Your short message for donators will appear here”
10 USD
DONATE
BTCETH/BEPTRC20/VMT
This is how donators will see it — updates as you type.
02

Put it on your website

Pick a format, copy one piece of code — done.
1 · PICK A STYLE
Donate us!
IT'S EASY
TO HELP
Choose cryptocurrency
Enter amount in:
USD
USDT

USD

*powered by Mitilena Wallet
● STYLE A — CLASSIC
Donate us!
CRYPTO · INSTANT · NO FEES
Cryptocurrency
Amount in
USD
USDT
USD
Donate
powered by Mitilena Wallet
○ STYLE B — DARK · NEW
2 · DEFAULT CURRENCY IN THE FORM
TOKEN NOT IN THE LIST? · SEARCH 10,000+ MORE
3 · COPY THE CODE INTO YOUR SITE HTML
<div class="mi_donate_first_wrapper">
        <div class="mi_donate_second_wrapper" style=" max-width: 250px; width: 95%">
          <div class="mi_donate_headin_wrapper"><h5 class="mi_donate_h5"  >Donate us!</h5></div>
          <div style="border-radius: 15px; background-color: white;">
        <div class="mi_donate_img" style="text-align: center; padding-top: 20px"><img src="https://mitilena.com/images/donations-example.png" style="width: 95%"></div>
        <div class="mi_donate_heading" >IT'S EASY<br/>TO HELP</div>
            <form action="https://mitilena.com/donations_form/" method="get">
              <div class="mi_donate_currency" style="color: #545564; margin-top: 20px">
                <div style="margin-left: 15px; font-size: 14px; padding-bottom: 1px; text-align: left">Choose cryptocurrency</div>
                <div style="width: 90%; margin: 0 auto;">
                      <div class="select-dropdown" style="margin-bottom: 20px">
                        <select name="cryptoSymbol" required style="padding-left: 10px;padding-bottom: 5px;">
                          <option value="tether-bep20">USDT (BEP20)</option>
                          <option value="tether-trc20">USDT (TRC20)</option>
                          <option value="tether-erc20">USDT (ERC20)</option>
                          <option value="bitcoin">Bitcoin</option>
                          <option value="mitilena-own">VMT</option>
                          <option value="apfcoin">APFC</option>
                          <option value="ethereum">Ethereum</option>
                        </select>
  </div>
                </div>
        </div>
        <div class="mi_donate_amount" style="color: #545564; margin-top: 15px">
          <div style="margin-left: 15px; font-size: 14px; padding-bottom: 1px;  text-align: left">Enter amount in:</div>
          <div class="mi_donate_unitrow">
            <label class="mi_donate_unit"><input type="radio" name="amountUnit" value="fiat" checked> USD</label>
            <label class="mi_donate_unit"><input type="radio" name="amountUnit" value="crypto"> Crypto</label>
          </div>
          <div style="width: 90%; margin: 0 auto; position: relative ">
            <input required class="mi_donate_crypto_choose_class" type="text" name="amount">
<input type="hidden" name="donateTag" value="yourname"/>
            <p class="fiatCode" style="color: #545564;position: absolute;right: 10px;top: 0px;">USD</p>
            <input type="hidden" name="fiatCode" value="USD">
            <input type="hidden" name="language" value="it">
          </div>
        </div>
              <div style="text-align: center">
                <button type="submit" name="submit" class="mi_donate_submit_button_class">Donate</button>
              </div>
            </form>
            <div class="mi_donate_powered_by">*powered by <a href="https://mitilena.com" target="_blank">Mitilena Wallet</a></div>
            </div>
          </div>
      </div>

<style>
.select-dropdown {
  width: 100%;
  border: 1px solid #5455642b;
  border-radius: 10px;
  position: relative;
  background-color: #f1f1f4;
  color: #545564;
  float: left;
  max-width: 100%;
  select {
    width: 100%;
    border-radius: 15px;
    font-family: "helvetica neue", helvetica,serif;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    &:active,
    &:focus {
      outline: none;
      box-shadow: none;
    }
  }
  &:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
  }
}
.mi_donate_headin_wrapper {
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #79b6f6;
}
.mi_donate_h5 {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 115%;
  font-weight: 600;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-top: 20px;
}
.mi_donate_second_wrapper {
  border-radius: 15px;
  background-color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
.mi_donate_second_wrapper * {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif ;
}
.mi_donate_powered_by {
  color: #545564;
  font-size: 7px;
  margin-left: 25px;
  padding-bottom: 25px;
  text-align: left
}
.mi_donate_powered_by a {
  color:  #545564;
  text-decoration: underline;
}
.mi_donate_heading {
  color: #545564;
  text-align: center;
  font-size: 16px;
  line-height: 115%;
  font-weight: 600;
  margin-top: 5px;
}

.mi_donate_submit_button_class {
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #ffc582;
  padding: 15px;
  border-radius: 25px;
  width: 90%;
  font-size: 16px;
  color: white;
  cursor: pointer;
}
.mi_donate_crypto_choose_class {
  background-color: #f1f1f4;
  border: 1px solid #5455642b;
  border-radius: 15px;
  height: 40px;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #545564;
  font-size: 18px;
}
.mi_donate_unitrow {
  display: flex;
  gap: 6px;
  width: 90%;
  margin: 6px auto 8px;
}
.mi_donate_unit {
  flex: 1;
  text-align: center;
  font-size: 12.9px;
  color: #545564;
  border: 1px solid #5455642b;
  border-radius: 999px;
  padding: 4px 0;
  cursor: pointer;
  background: #f1f1f4;
}
.mi_donate_unit input {
  margin-right: 4px;
}
.mi_donate_unit:has(input:checked) {
  background: #79b6f6;
  color: #ffffff;
}
</style>
Copy codeThe banner updates automatically when you change your name or message.
03

Get your crypto

Donations arrive on-chain, directly to your address — nothing passes through us.
Straight to your wallet
Coins land directly in your own wallet — including your cold one. We never hold or relay your funds.
Fair exchange rate
The donor pays in normal currency; conversion uses the live exchange rate with no markup from us.
No per-payment cuts
We don't slice every donation. Once in a while one whole payment is routed to Mitilena as the service fee — all the others reach you untouched.
// YOUR DONATIONS SAMPLE DATA

Statistics

⚠ EXAMPLE NUMBERS — YOUR REAL STATS APPEAR AFTER THE FIRST DONATION
TOTAL RECEIVED
$1,284.50
≈ 0.0112 BTC
DONATIONS
47
+6 this week
AVERAGE
$27.30
PER DONATION
TOP NETWORK
TRC20
61% of volume
VOLUME BY DAY
LATEST DONATIONS
CryptoFan_2077“Keep it up!”+25 USDTTRC202H AGO
Anonymous+0.0005 BTCBTC9H AGO
mike.eth“for the tutorial”+15 USDTBEP201D AGO
Anna K.“thank you!”+5 USDTERC202D AGO

What is a cryptocurrency donation?

A cryptocurrency donation is an act of giving digital assets, such as Bitcoin, Ethereum, USDT, or other cryptocurrencies, to support charitable organizations, non-profit projects, or other causes. Cryptocurrency donations are becoming increasingly popular due to their unique characteristics such as decentralization, transparency, and relative anonymity.

Here are several key aspects of cryptocurrency donations:

Transparency: Transactions in most cryptocurrencies are recorded in a public blockchain, which ensures transparency and allows tracking the movement of funds from the donor to the recipient.

Low Transaction Costs: Compared to traditional bank transfers, cryptocurrency transactions can be significantly cheaper, especially for cross-border transfers.

Speed of transfers: Cryptocurrency transactions are usually processed faster than bank transfers, allowing funds to be received promptly.

Anonymity: Although all transactions are visible on the blockchain, the identity of the sender and recipient can remain anonymous if they use pseudonyms.

Accessibility: Cryptocurrencies can be accessible to people worldwide, including in regions with limited access to banking services.

Tax Benefits: In some countries, cryptocurrency donations can provide tax benefits similar to donations in fiat currencies.

Charitable organizations accepting cryptocurrency often provide instructions for sending donations, indicating their crypto wallet addresses. Platforms such as ours specialize in helping non-profit organizations accept cryptocurrency donations.
In conclusion, cryptocurrency donations are a modern way to support charity, which is gaining popularity due to its advantages and ease of use.