<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Waymont</title>
        <link>https://paragraph.com/@waymont</link>
        <description>undefined</description>
        <lastBuildDate>Wed, 22 Apr 2026 17:55:29 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Waymont</title>
            <url>https://storage.googleapis.com/papyrus_images/c8bb7c719b7668ec6fec9adc00ca416d6841e2e154ca281d95f00adb4cc15ebd.png</url>
            <link>https://paragraph.com/@waymont</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[The Risks of MPC and the Shift to Smart Contract Wallets]]></title>
            <link>https://paragraph.com/@waymont/the-risks-of-mpc-and-the-shift-to-smart-contract-wallets</link>
            <guid>NZlA2VcMxJb0EkuqwQ8x</guid>
            <pubDate>Tue, 18 Jul 2023 18:57:59 GMT</pubDate>
            <description><![CDATA[Self-custody sucks right now. Default solutions like Ledger, Metamask, and other externally owned accounts (EOAs) leave crypto-natives struggling with real problems. As a user, you must:Figure out how to protect your seed phrase. If an attacker gets access to your 24-word seed phrase they can steal all of your assets.Avoid making mistakes while transacting. Signing malicious transactions or sending assets to the wrong address is too common.Build custom recovery and inheritance plans. In the c...]]></description>
            <content:encoded><![CDATA[<p>Self-custody sucks right now. Default solutions like Ledger, Metamask, and other externally owned accounts (EOAs) leave crypto-natives struggling with real problems.</p><p>As a user, you must:</p><ul><li><p>Figure out how to protect your seed phrase. If an attacker gets access to your 24-word seed phrase they can steal <em>all</em> of your assets.</p></li><li><p>Avoid making mistakes while transacting. Signing malicious transactions or sending assets to the wrong address is too common.</p></li><li><p>Build custom recovery and inheritance plans. In the case that you or your next of kin can’t access your seed phrase.</p></li></ul><p>Multi-party computation (MPC) and smart contract wallets are both solutions that can help solve these problems. They allow wallet providers to build things on top of EOAs like social recovery, transaction limits, 2FA and more. At Waymont, we started with MPC. On the surface, it seemed flexible and efficient. As we went deeper though, we found some security gaps and attack vectors inherent to MPC that we couldn’t deny.</p><p>Ultimately, we decided to shift our infrastructure to Safe&apos;s smart contracts, which now secure over $100 billion in assets. This blog post will detail: 1) how MPC wallets work 2) the problems we found with MPC and 3) our shift to smart contracts.</p><h1 id="h-1-how-mpc-wallets-work" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1) How MPC wallets work</h1><p>At a high-level, a MPC wallet generates a private key that is pre-divided into key shares and distributed among different parties. These key shares can sign a transaction independently and the off-chain signatures from each key share can combine to form a single valid Ethereum signature.</p><p>MPC models are typically similar, but vary in terms of who holds your key shares.</p><ul><li><p><strong>Centralized MPC:</strong> All key shares are controlled by a single entity (e.g. Coinbase) but processed in isolated &amp; secure cloud environments. This method is often used by institutional custody providers for operational efficiency; but it can leave assets vulnerable to attacks from insiders and single points of failure. It may also require the provider to register as a legal custodian.</p></li><li><p><strong>Hybrid MPC:</strong> Key shares are split between the user, wallet provider, and third-parties. This method is used by providers like Fireblocks and ZenGo so that you don’t have to trust a centralized provider to hold all of the key shares. While this provides more security, a centralized party still needs to distribute, manage, and revoke key shares securely.</p></li></ul><h1 id="h-2-challenges-with-mpc-wallets" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2) Challenges with MPC Wallets</h1><p>Regardless of the model you use, any MPC-based custody setup has three key problems.</p><h3 id="h-problem-1-you-must-trust-a-centralized-party-to-coordinate-signing-and-key-generation-securely" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Problem 1: You must trust a centralized party to coordinate signing and key generation securely</strong></h3><p>Any hybrid or centralized MPC setup inherently requires a trusted centralized party to secure one or more key shares (and potentially, backups of these key shares).</p><p>Securing these key shares requires complex and trusted cloud infrastructure. The complexity involved with distributed key generation, key rotation, and key revocation opens you up to risk of key share exposure through insider threats and man-in-the-middle attacks. Exposure of enough key shares will allow an attacker to gain full control over your assets.</p><h3 id="h-problem-2-you-must-trust-that-old-key-shares-are-properly-discarded-during-key-revocation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Problem 2: You must trust that old key shares are properly discarded during key revocation</h3><p>If you wish to revoke access from an MPC signer, you will need the ability to revoke keys and you will need to trust all parties to discard old key shares. Given the deterministic nature of cryptography, it can be challenging to <em>revoke</em> a key share. If a wallet provider’s key share infrastructure is compromised with a virus, the virus could remain dormant collecting old key shares on each key revocation until they have enough to drain all assets.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/VitalikButerin/status/1674032447531495426?s=20">https://twitter.com/VitalikButerin/status/1674032447531495426?s=20</a></p><h3 id="h-problem-3-you-must-trust-that-your-mpc-algorithms-have-no-vulnerabilities" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Problem 3: You must trust that your MPC algorithms have no vulnerabilities</h3><p>MPC algorithms involve complex cryptography and algorithms are updated on occasion to unlock performance and capability improvements. Vulnerabilities have been found in industry-standard algorithms and implementation mistakes with MPC can lead to exploits resulting in a complete loss of funds.</p><p>For example, two recent vulnerabilities found in the cryptocurrency space include:</p><ul><li><p>The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.fireblocks.com/blog/vulnerabilities-discovered-and-patched-in-legacy-mpc-algorithm-fireblocks-urges-move-to-mpc-cmp/">private key information leakage</a> found with GG18 and GG20 (the MPC algorithms used by Fireblocks between 2019-2021)</p></li><li><p>The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.theblock.co/post/220804/fireblocks-reported-vulnerability-now-patched-in-bitgo-tss-wallets">recent vulnerability found</a> in BitGo’s MPC implementation that would have allowed a hacker to gain complete access to your funds with only a single signature</p></li></ul><h1 id="h-3-smart-contracts-greater-mpc-based-wallets" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3) Smart Contracts &gt; MPC-based Wallets</h1><p>Switching to a smart contract solution (Safe) allowed us to eliminate each of the problems we were concerned about:</p><p><strong>Problem 1:</strong> You must trust a centralized party to coordinate signing and key generation securely.</p><p>Safe’s solution: Transparent + verifiable signing and key generation. Your Waymont Vault is a 2-of-2 Safe multisig. You can verify, on-chain, that Signer 1 is your enrolled mobile device and Signer 2 is your Waymont Policy Guardian. Waymont never holds any key shares that, if exposed, could initiate a transaction and endanger your assets.</p><p><strong>Problem 2:</strong> You must trust that old key shares are properly discarded during key revocation</p><p>Safe’s solution: You can freely rotate, remove, and add signers on-chain. There is no need for key shares to be discarded and no risk of a malicious party accumulating old key shares.</p><p><strong>Problem 3:</strong> You must trust that your MPC algorithms have no vulnerabilities</p><p>Safe’s solution: Safe’s smart contracts secure over $100 billion in assets. Since 2018, the Safe smart contracts have passed the highest possible security standards in the industry including Formal Verification and excelled in 11+ security audits.</p><hr><p>Using Safe is not without trade offs though. By optimizing for security, we accept increased gas costs and being locked into EVM chains for the time-being. We think this trade is a no-brainer. Our absolute priority is security. Smart contracts also enable additional capabilities which benefit our users:</p><ul><li><p>On-chain time-locks - Timelocks for recovery and delayed actions which can be canceled by the user</p></li><li><p>Batched transactions - Users can batch together transactions to save on gas</p></li><li><p>Sponsored transactions - Other parties can sponsor transactions for the user (also pay gas with any ERC20 token)</p></li><li><p>Programmable security - On-chain key rotation and programmable key management (e.g. have transactions over $10K require additional or different signing keys)</p></li></ul><p>MPC likely still has a role in the future of self-custody. It may make sense for institutions who want to work with a custodian. Or as noted by Lukas Schor, the founder of Safe, MPC could be used as a solution for improving the security of a smart contract wallet’s signing keys.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/SchorLukas/status/1674128171988406274?s=20">https://twitter.com/SchorLukas/status/1674128171988406274?s=20</a></p><p>Ultimately, an MPC setup can be secure with the right implementation. But as noted above, MPC requires inherent trust assumptions and introduces risk vectors that Waymont and most of our crypto-native users would rather avoid. Therefore, Waymont is confidently secured today by the Safe smart contracts alongside with $100B of other assets.</p><hr><p>Follow us on Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/WaymontCo">@WaymontCo</a></p><p><em>Acknowledgments: </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xkaito"><em>Kaito</em></a><em> (Utopia Labs), </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/richardchen39"><em>Richard Chen</em></a><em> (1confirmation), </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/james_folkestad"><em>James Folkestad</em></a><em> (Waymont), </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Jai_Bhavnani"><em>Jai Bhavnani</em></a><em> (Waymont), </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/davidslucid"><em>David Lucid</em></a><em> (Waymont), </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xyao_zh"><em>Yao</em></a><em> (Waymont)</em></p><p>--</p><p>The information provided in this Post about Waymont Holdings, Inc. (“Waymont” or the “Company”), its crypto-assets, business assets, strategy, and operations, is for general informational purposes only and is not a formal offer to sell or a solicitation of an offer to buy any securities, options, futures, or other derivatives related to securities in any jurisdiction and its content is not prescribed by securities laws. Information contained in this Post should not be relied upon as advice to buy or sell or hold such securities or as an offer to sell such securities. This Post does not consider nor provide any tax, legal, or investment advice or opinion regarding any person&apos;s specific investment objectives or financial situation. Waymont and its agents, advisors, directors, officers, employees, and shareholders make no representation or warranties, expressed or implied, regarding the accuracy of such information. Waymont expressly disclaims any liability that may be based on such information or errors or omissions thereof. Waymont reserves the right to amend or replace the information contained herein, in part or entirely, at any time and undertakes no obligation to provide the recipient with access to the amended information or to notify the recipient thereof. The information in this Post supersedes any prior Post or conversation concerning the same, similar, or related information. Any information, representations, or statements not contained herein shall not be relied upon for any purpose. Neither Waymont nor its representatives shall have any liability whatsoever, under contract, tort, trust, or otherwise, to you or any person resulting from using the information in this Post by you or any of your representatives or for omissions from the information in this Post. Additionally, the Company undertakes no obligation to comment on the expectations or statements made by third parties regarding the matters discussed in this Post.</p>]]></content:encoded>
            <author>waymont@newsletter.paragraph.com (Waymont)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/6cfcd276b6519d35300a20e0347c6fbf070b359b7c9e3d9a0d3cd9022322f9b7.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Introducing Waymont Private Custody]]></title>
            <link>https://paragraph.com/@waymont/introducing-waymont-private-custody</link>
            <guid>Gc010CK3XmvAa7S6F7iO</guid>
            <pubDate>Mon, 24 Apr 2023 20:24:37 GMT</pubDate>
            <description><![CDATA[Satoshi Nakamoto sparked a revolution that gave birth to a world of endless possibilities. In this world, fearless pioneers and visionary innovators escape the limitations of traditional systems - and often create wealth along the way. Waymont is a crypto-native wealth platform built to empower these unique individuals. Today, we proudly reveal our flagship solution: Waymont Private Custody - a complete, transformative self-custody solution built for HNWIs. Waymont Private Custody offers unpr...]]></description>
            <content:encoded><![CDATA[<p><strong>Satoshi Nakamoto sparked a revolution that gave birth to a world of endless possibilities.</strong></p><p>In this world, fearless pioneers and visionary innovators escape the limitations of traditional systems - and often create wealth along the way.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.waymont.co/"><strong>Waymont</strong></a><strong> is a crypto-native wealth platform built to empower these unique individuals.</strong> Today, we proudly reveal our flagship solution: Waymont Private Custody - a complete, transformative self-custody solution built for HNWIs.</p><p>Waymont Private Custody offers unprecedented security and flexibility, delivered in one platform that’s powerful yet simple to use.</p><h2 id="h-what-is-waymont-private-custody" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is Waymont Private Custody?</h2><h3 id="h-the-problem-self-custody-is-intimidating-and-burdensome" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">The Problem: Self-custody is intimidating and burdensome.</h3><p>Speed, safety, and self-custody in digital markets aren&apos;t just nice to have; they&apos;re necessary. Yet current tools are insufficient. In hundreds of conversations with crypto-natives, we heard two things:</p><blockquote><p><strong>Self-custody is intimidating:</strong> HNWIs stress about risks like hacks, physical threats, inheritance planning, hardware failure, recovery plans, loss, and accidents–to name a few. Lost keys or recovery phrases are often permanent.</p></blockquote><blockquote><p><strong>Self-custody is burdensome:</strong> Setups are often inefficient and inaccessible. Traveling safely, managing assets across platforms, and hardware connectivity issues are draining.</p></blockquote><p>This detracts from your ability to prioritize what matters and succeed on-chain.</p><h3 id="h-the-solution-self-custody-without-drawbacks" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">The Solution: Self-custody without drawbacks.</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.waymont.co/custody">Waymont Private Custody</a> is a self-custody platform without drawbacks. We work with each client to create Vaults secured by transaction policies, biometric authentication, and hassle-free recovery to navigate crypto—simpler, safer, and faster.</p><p>Access your Waymont Vaults via Waymont Mobile, Waymont Extension, or Waymont Web.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9be05c46dc906ad7fc8f11f1430c5ffaa6ff53c6a7352e1129d8a0317d831ad6.png" alt="Waymont Suite: Waymont Extension, Waymont Web &amp; Waymont Mobile" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Waymont Suite: Waymont Extension, Waymont Web &amp; Waymont Mobile</figcaption></figure><p><strong>Onboarding:</strong> You start your Waymont experience with a comprehensive 1-hour onboarding session. Our team helps you to customize your transaction policies and recovery procedures.</p><p><strong>Transaction Policies:</strong> As a Waymont client, you can customize your transaction policy easily to include:</p><ul><li><p>Address whitelists</p></li><li><p>Transaction amount limits</p></li><li><p>IP address restrictions</p></li><li><p>Time of day limitations</p></li><li><p>And much more, limited only by your imagination</p></li></ul><p>When a transaction is signed, it is instantly confirmed against your policies and relayed to the blockchain if compliant. Transaction policies are time-locked and must be approved via biometrics, providing security if a Trusted Device is lost or stolen.</p><p><strong>Account Recovery:</strong> In addition, you can customize how to quickly recover your account in the event of loss or theft of your account. Waymont supports:</p><ul><li><p>Social recovery: Easily enroll non-technical friends, family, and trusted parties via email, and retrieve your Waymont account via n-of-m social recovery.</p></li><li><p>Crypto recovery: Enroll your existing crypto addresses as guardians.</p></li><li><p>Dead man’s switch recovery: Enable specific addresses to recover your account after a predetermined period.</p></li></ul><p><strong>Maximum Security &amp; Usability:</strong> You’ll also be able to leverage features such as:</p><ul><li><p>Human-readable transactions for easy verification</p></li><li><p>Instant biometric authentication via Waymont Mobile</p></li><li><p>Compatibility with your favorite dApps and wallets, including Zerion, Zapper, and Debank</p></li><li><p>Built-in fraud-detection and risk alerts</p></li><li><p>And more coming soon!</p></li></ul><p><strong>All in two simple steps.</strong> Transact effortlessly by:</p><ol><li><p>Initiate transaction via Waymont Web or Extension</p></li><li><p>Approve on a Waymont Trusted Device</p></li></ol><p>All transactions undergo policy and fraud detection checks before being relayed to the blockchain.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/11e167d40282c0d887cd11a3f19bdbc8c0c93409b69fa4071c4676288aea26a7.png" alt="A visual preview of the Waymont Private Custody stack " blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">A visual preview of the Waymont Private Custody stack</figcaption></figure><h2 id="h-waymont-club-and-concierge" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Waymont Club &amp; Concierge</h2><p>In addition to Waymont Private Custody, our clients benefit from the following.</p><ol><li><p><strong>Waymont Club:</strong> Access deals, partners, and a network of exceptional crypto-natives to help you achieve your goals. ‍</p></li><li><p><strong>Waymont Concierge:</strong> High-touch service tailored to your unique needs (ie. sourcing liquidity, physical and digital security, and Private Custody support)</p></li></ol><p>These opportunities are gradually rolling out to clients.</p><h2 id="h-learn-more" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Learn more</h2><h3 id="h-joining-waymont" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Joining Waymont</h3><p>If you&apos;re interested in joining Waymont and experiencing Waymont Private Custody firsthand, please connect with a team member to learn more. View membership requirements <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.waymont.co/waymont-membership">here</a>.</p><h3 id="h-security" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Security</h3><p>Security is our top priority at Waymont. We build simple, transparent, layered security systems for with best-in-class safety. Our experienced team has navigated crypto’s complexities for years and is a venture-backed startup. Waymont Private Custody has been audited by industry-leading Trail of Bits and Least Authority. Additionally, Waymont Private Custody may work with insurance partners to underwrite deposits on behalf of clients.</p><p>Thanks for reading; we hope you have a fantastic week!</p><p>Follow us on Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/WaymontCo">@WaymontCo</a></p><p>--</p><p>The information provided in this Post about Waymont Holdings, Inc. (“Waymont” or the “Company”), its crypto-assets, business assets, strategy, and operations, is for general informational purposes only and is not a formal offer to sell or a solicitation of an offer to buy any securities, options, futures, or other derivatives related to securities in any jurisdiction and its content is not prescribed by securities laws. Information contained in this Post should not be relied upon as advice to buy or sell or hold such securities or as an offer to sell such securities. This Post does not consider nor provide any tax, legal, or investment advice or opinion regarding any person&apos;s specific investment objectives or financial situation. Waymont and its agents, advisors, directors, officers, employees, and shareholders make no representation or warranties, expressed or implied, regarding the accuracy of such information. Waymont expressly disclaims any liability that may be based on such information or errors or omissions thereof. Waymont reserves the right to amend or replace the information contained herein, in part or entirely, at any time and undertakes no obligation to provide the recipient with access to the amended information or to notify the recipient thereof. The information in this Post supersedes any prior Post or conversation concerning the same, similar, or related information. Any information, representations, or statements not contained herein shall not be relied upon for any purpose. Neither Waymont nor its representatives shall have any liability whatsoever, under contract, tort, trust, or otherwise, to you or any person resulting from using the information in this Post by you or any of your representatives or for omissions from the information in this Post. Additionally, the Company undertakes no obligation to comment on the expectations or statements made by third parties regarding the matters discussed in this Post.</p>]]></content:encoded>
            <author>waymont@newsletter.paragraph.com (Waymont)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/0890a04f42bd3ab3939f2d716514088b688a7696bd5baa7c03e238e661525007.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>