<a href="/foundation/become-a-member" style="display: inline-block; background-color: var(--docs-primary-dark); color: var(--docs-dark); padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold;">Become A Member</a>
</div>
-## Platinum
+# Platinum
+<!-- Spiral -->
<div class="members">
- <div class="row">
- <a href="https://spiral.xyz/" target="_blank" rel="nofollow noopener">
- <img src="/img/spiral.svg" alt="Spiral">
- Spiral
- </a>
+ <div class="members-logo">
+ <a href="https://spiral.xyz/" target="_blank">
+ <img src="/img/member-logos/spiral.png" alt="Spiral" />
+ </a>
+ </div>
+ <div class="tagline">
+ <h3>
+ <a href="https://spiral.xyz/" target="_blank">Spiral</a>
+ </h3>
+ <p>Making bitcoin more than an investment. Bitcoin is the best money. It should be used like it. We build and fund free, open-source projects aimed at making bitcoin the planet’s preferred currency.</p>
+ </div>
+</div>
+
+# Gold
+
+<!-- OpenSats -->
+<div class="members">
+ <div class="members-logo">
+ <a href="https://opensats.org/" target="_blank">
+ <img src="/img/member-logos/opensats.png" alt="OpenSats" />
+ </a>
+ </div>
+ <div class="tagline">
+ <h3>
+ <a href="https://opensats.org/" target="_blank">OpenSats</a>
+ </h3>
+ <p>OpenSats is a 501(c)(3) public charity that aims to support and maintain a sustainable ecosystem of funding for free and open-source projects and contributors, especially bitcoin-related projects and projects that help bitcoin flourish.</p>
</div>
</div>
-<br>
-## Gold
+# Silver
+<!-- AnchorWatch -->
<div class="members">
- <div class="row">
- <a href="https://opensats.org/" target="_blank" rel="nofollow noopener">
- <img src="/img/opensats.png" alt="OpenSats">
- OpenSats
- </a>
+ <div class="members-logo">
+ <a href="https://www.anchorwatch.com/" target="_blank">
+ <img src="/img/member-logos/anchorwatch.png" alt="AnchorWatch" />
+ </a>
+ </div>
+ <div class="tagline">
+ <h3>
+ <a href="https://www.anchorwatch.com/" target="_blank">AnchorWatch</a>
+ </h3>
+ <p>AnchorWatch is a Lloyd's of London coverholder, offering 1:1
+insurance on bitcoin held in its cold storage solution Trident Vault for
+up to $100 Million per customer. Serving both retail and commercial
+clients today in the United States, AnchorWatch leverages advanced
+Bitcoin smart contracts with the functionality of Miniscript which is
+supported within BDK.</p>
</div>
</div>
-<br>
-## Silver
+ <!-- CleanSpark -->
+<div class="members">
+ <div class="members-logo">
+ <a href="https://www.cleanspark.com/" target="_blank">
+ <img src="/img/member-logos/cleanspark.png" alt="CleanSpark" />
+ </a>
+ </div>
+ <div class="tagline">
+ <h3>
+ <a href="https://www.cleanspark.com/" target="_blank">CleanSpark</a>
+ </h3>
+ <p>CleanSpark responsibly develops infrastructure for Bitcoin, an essential
+tool for financial independence and inclusion. We strive to leave the
+planet better than we found it by investing in communities that we operate
+in. Bitcoin is a watershed moment, not only in the history and invention of
+money, but in how we relate to each other.</p>
+ </div>
+</div>
+
+ <!-- Proton Foundation -->
+<div class="members">
+ <div class="members-logo">
+ <a href="https://proton.me/foundation/" target="_blank">
+ <img src="/img/member-logos/protonfoundation.png" alt="Proton Foundation" />
+ </a>
+ </div>
+ <div class="tagline">
+ <h3>
+ <a href="https://proton.me/foundation/" target="_blank">Proton Foundation</a>
+ </h3>
+ <p>Proton Mail started in 2014 with uncensorable donations from the Bitcoin community. In 2024, Proton Wallet launched as a BDK-based Bitcoin wallet to protect financial freedom for all. As Proton's primary shareholder, the non-profit Proton Foundation supports technologies that advance privacy, freedom, and democracy around the world.</p>
+ </div>
+</div>
+
+<style>
+.members {
+ display: flex;
+ flex-direction: row;
+}
+
+.members-logo {
+ flex-basis: 20%;
+ margin: auto;
+}
+
+.tagline {
+ flex-basis: 80%
+}
+
+@media screen and (max-width: 700px) {
+ .members {
+ display: flex;
+ flex-direction: column;
+ justify-content: space-around;
+ }
+
+ .members-logo {
+ flex-basis: 20%;
+ margin: auto;
+ }
+
+ .tagline {
+ flex-basis: 80%
+ }
+}
+</style>