2025-12-22 19:09:59 +01:00
<!doctype html>
< html >
< head >
< link rel = "stylesheet" href = "css/water.css?v=19" >
< link rel = "shortcut icon" type = "image/x-icon" href = "gfx/icon.png" >
< meta charset = "utf-8" / >
< title > Donate | unsigned.io< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta property = "og:title" content = "Donate" >
< meta name = "description" content = "Donate page at unsigned.io" >
< meta property = "og:description" content = "Donate page at unsigned.io" >
< meta property = "og:image" content = "https://unsigned.io/gfx/unsigned_logo.webp" >
< meta property = "og:url" content = "https://unsigned.io/donate.html" >
< meta property = "og:title" content = "Donate" >
< meta name = "twitter:card" content = "summary_large_image" >
< meta property = "twitter:domain" content = "unsigned.io" >
< meta property = "twitter:url" content = "https://unsigned.io/donate.html" >
< meta name = "twitter:title" content = "Donate" >
< meta name = "twitter:description" content = "Donate page at unsigned.io" >
< meta name = "twitter:image" content = "https://unsigned.io/gfx/unsigned_logo.webp" >
< / head >
< body >
< div id = "load_overlay" style = "background-color:#2a2a2f; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;" > < / div >
< span class = "logo" > unsigned.io< / span >
< center >
< p > < span class = "menu" > < a href = "index.html" > Home< / a > | < a href = "log.html" > Log< / a > | < a href = "guides.html" > Guides< / a > | < a href = "software/index.html" > Software< / a > | < a href = "hardware/index.html" > Hardware< / a > | < a href = "https://github.com/markqvist/Reticulum/discussions" > Discussions< / a > | < a href = "shop.html" > Shop< / a > | < a href = "contact.html" > Contact Me< / a > | < a href = "donate.html" > Donate< / a > < / span > < / p >
< / center > < hr > < h1 > Support My Work< / h1 >
< p > You can help support the continued development of open, free and private communications systems by donating via one of the following channels:< / p >
< ul >
< li > Monero< br / >
< code > 84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w< / code >
< br / > < br / > < / li >
< li > Bitcoin< br / >
2025-12-22 22:31:34 +01:00
< code > bc1pgqgu8h8xvj4jtafslq396v7ju7hkgymyrzyqft4llfslz5vp99psqfk3a6< / code >
2025-12-22 19:09:59 +01:00
< br / > < br / > < / li >
< li > Ethereum< br / >
2025-12-22 22:31:34 +01:00
< code > 0x91C421DdfB8a30a49A71d63447ddb54cEBe3465E< / code >
2025-12-22 19:09:59 +01:00
< br / > < br / > < / li >
< li > Liberapay< br / >
< a href = "https://liberapay.com/Reticulum/" > < code > https://liberapay.com/Reticulum/< / code > < / a >
< br / > < br / > < / li >
< li > Ko-Fi< br / >
< a href = "https://ko-fi.com/markqvist" > < code > https://ko-fi.com/markqvist< / code > < / a > < / li >
< / ul >
< br / > < hr / > < span class = "no_print" > < center > < br / > < i > This website is running on a 100% solar powered server< / i > < br / > < br / > ☀️< br / > < br / > < i > < small > Unless otherwise noted, everything here is put into the world under a < a href = "LICENSE.txt" > CC BY-NC-SA 4.0< / a > license.< br / > Feel free to share and remix, just remember the attribution.
< / small > < / i > < / center > < / span >
< div class = "print_only donation_block" > < br / >
Contribute to keeping information on Free & Open Communications systems available for all.< br / >
You can donate directly to < b > unsigned.io< / b > by using one of the following QR codes:< br / > < br / >
< span class = "donate_qr" > < img src = "gfx/donate_xmr.png" / > < br / > Monero< / span >
< span class = "donate_qr" > < img src = "gfx/donate_btc.png" / > < br / > Bitcoin< / span >
< span class = "donate_qr" > < img src = "gfx/donate_eth.png" / > < br / > Ethereum< / span >
< / div >
< / body > < / html >