<?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>Abraham Litwin-Logan</title>
        <link>https://paragraph.com/@abeisr</link>
        <description>CEO &amp; Co-founder of Tholos [https://twitter.com/TholosApp]

https://twitter.com/Abraham_L_L</description>
        <lastBuildDate>Wed, 01 Jul 2026 15:40:57 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Abraham Litwin-Logan</title>
            <url>https://storage.googleapis.com/papyrus_images/36e000f64536db1b4da930bd2a169f1dd3086151f6a278938004261315befb09.jpg</url>
            <link>https://paragraph.com/@abeisr</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Rethinking Counterparty Risk in Multi-Party Computation]]></title>
            <link>https://paragraph.com/@abeisr/rethinking-counterparty-risk-in-multi-party-computation</link>
            <guid>ZzWbnKa3BBCls4bokXUw</guid>
            <pubDate>Mon, 07 Oct 2024 14:34:38 GMT</pubDate>
            <description><![CDATA[Rethinking Counterparty Risk in Multi-Party Computation In the rapidly evolving landscape of digital asset custody, Multi-Party Computation (MPC) has emerged as the standard to secure cryptographic keys by distributing them across multiple parties. The idea is simple but powerful: no single party can unilaterally control or access the assets, reducing the risk of theft or unauthorized transactions. However, as MPC becomes more widely adopted, it’s crucial to examine the real-world implication...]]></description>
            <content:encoded><![CDATA[<p><strong>Rethinking Counterparty Risk in Multi-Party Computation</strong></p><p>In the rapidly evolving landscape of digital asset custody, Multi-Party Computation (MPC) has emerged as the standard to secure cryptographic keys by distributing them across multiple parties. The idea is simple but powerful: no single party can unilaterally control or access the assets, reducing the risk of theft or unauthorized transactions.</p><p>However, as MPC becomes more widely adopted, it’s crucial to examine the real-world implications of its implementation, particularly the counterparty risks that have arisen from the mainstream architectures of MPC at the institutional custody level.</p><p>While, some attention has been given to industry incidents such as the Liminal-Wazir case in 2024 that resulted in a $230m+ loss and the Fireblocks lawsuit with StakeHound in 2021 arising from a $75m+ loss, little analysis of the underlying MPC models that safeguard hundreds of billions of dollars in crypto assets has been undertaken.</p><p><strong>The Market Standard</strong></p><p>The key infrastructure of leading MPC-based digital asset custody platforms fall into two buckets:</p><ol><li><p>Majority Control (e.g. 2/3 setup where the client holds 1 key shard and the <em>service provider</em> holds the other 2 key shards ← 2 of the 3 keys are required to transact)</p></li><li><p>Shared Control (e.g. 2/2 setup where the client holds 1 key shard and the service provider holds 1 key shard ← both keys are required to transact)</p></li></ol><p>Both of these models suffer from an enormous amount of intrinsic counterparty risk.</p><p>That being said, before we get into why each model results in the endangerment of client funds; it’s important to keep in mind that we must focus more on what might happen in a disaster scenario rather than what happens during day-to-day operations. <strong>Why?</strong> Because, security is not only about preventing bad things from happening; but it’s also about ensuring that if bad things happen; those things aren’t THAT bad. But, back to key infrastructure…</p><p><strong>The first model</strong> (majority control) is effectively custodial (since the <em>service provider</em> has sufficient key material to transact on a client&apos;s behalf) and accordingly creates two points of counterparty risk.</p><ol><li><p>Risk of asset loss</p><p>Since the <em>service provider</em> holds sufficient key material to transact on a clients behalf; if their systems are entirely penetrated; an attacker would be able to transact on a clients behalf. In other words, a full penetration could and likely would result in an attacker being able to move client assets despite not compromising the clients key material.</p></li><li><p>Risk of asset recovery</p><p>Since the client does not hold enough key material to unilaterally transact, an attacker that has successfully penetrated the <em>service providers</em> system could delete the providers key material rendering the clients key shards ineffectual and the assets held in the wallet unrecoverable.</p></li></ol><p><strong>The second model</strong> (shared control) while not custodial (or self-custodial) has one critical point of counterparty risk. If the <em>service provider</em> is penetrated or offline, the attacker can render the assets in the wallet unrecoverable as both the client key shard AND the service provider key shard (which is now controlled by the attacker) are required in order to transact</p><p>Service providers use different methods to protect against such breaches, but high levels of counterparty risk are still clear from an architectural perspective.</p><p><strong>Centralized Relay Servers: Another; Achilles&apos; Heel of MPC Solutions</strong></p><p>Another critical but often overlooked risk in mainstream MPC solutions is the reliance on centralized relay servers to coordinate the signing process. These servers are tasked with relaying the communication between user devices, ensuring that transactions are signed and executed reliably.</p><p>However, this centralization introduces a significant point of failure. If the relay server is penetrated or taken offline, MPC communication is brought to a standstill and clients are unable to easily transact.</p><p>Although this is a temporary and less concerning attack vector compared to the key-related attacks previously discussed, even brief downtime can be catastrophic in the fast-moving crypto industry.</p><p><strong>Moving Towards Decentralization: Reducing Counterparty Risk</strong></p><p>At Tholos, we’ve taken a different approach. From day one, we’ve been deeply worried about systems that have too much control and accordingly have architected our solution to empower the clients rather than us as a service provider.</p><p>On key infrastructure, we use a vastly divergent model from the leading approach. Clients choose between our standard model (where clients choose how many key shards to generate AND hold the <strong>totality</strong> of key shards themselves) and our flex model (where clients choose how many key shards to generate AND hold the <strong>majority of key shards themselves</strong>).</p><p>Consequently, neither of the aforementioned key-related attack vectors is applicable to either of our models.</p><p>In the standard model, we don’t have any key material so naturally we can never transact on your behalf; and equally we can never block you from transacting.</p><p>In the flex model, we don’t have enough key material to transact on your behalf (we retain threshold - 1 key shards), and consequently since clients hold the majority of shards, we can never block them from transacting.</p><p><strong>Our model eliminates the primary counterparty risk associated with mainstream <em>service provider</em> models and offers true security and autonomy.</strong></p><p>Yet, we can do even better. Currently, we also use relay servers to facilitate the MPC signing process and while we use best practices including end-to-end encryption we’d eventually like to get to a place where clients are able to trustlessly coordinate the MPC signing process.</p><p>To accomplish this, we will be launching the Tholos node network (titled “Proof of Relay&quot;). This node network will enable the decentralized coordination and relaying of the MPC signing process and ensure business continuity even in the event of a breach or attack.</p><p>Interestingly, this <em>proof of relay</em> system unlocks a number of fascinating use-cases beyond the coordination of MPC signing process; from relaying sensitive encrypted information to enabling the coordination of DePin sensors, but I&apos;ll save getting into the weeds there for another article.</p><p><strong>The Future of MPC and Digital Asset Security</strong></p><p>As the digital asset landscape matures, it is imperative to critically assess the inherent counterparty risks posed by mainstream MPC solutions. While MPC offers robust security against unauthorized access, the traditional models of majority and shared control introduce significant vulnerabilities that could compromise client assets in catastrophic scenarios.</p><p>At Tholos, our commitment to client autonomy and security drives us to innovate beyond these conventional models. By empowering clients to retain control of their key material and by minimizing our own influence, we reduce the counterparty risks that plague other MPC solutions.</p><p>The future of MPC lies in decentralization and client empowerment; and Tholos is excited to be leading the way in redefining secure digital asset custody.</p>]]></content:encoded>
            <author>abeisr@newsletter.paragraph.com (Abraham Litwin-Logan)</author>
        </item>
        <item>
            <title><![CDATA[Crypto Fragmentation and Custody]]></title>
            <link>https://paragraph.com/@abeisr/crypto-fragmentation-and-custody</link>
            <guid>Ct01B3dQrH3yTcLxLSl8</guid>
            <pubDate>Thu, 22 Aug 2024 14:49:10 GMT</pubDate>
            <description><![CDATA[Crypto FragmentationBy the end of 2025 there will be ~500 well-funded Layer 1 Blockchains, ~120 well-funded Layer 2/3 Blockchains, and ~100+ App-chains. Fragmented across these hundreds of chains lies ~2,000,000+ tokens and somewhere around ~10,000 dApps.The growth in the number of blockchains hasn’t been steady. Rather the chart looks something like this:Why are so many chains being launched? Why are more chains being launched than ever before? The answer is pretty simple; the incentives to ...]]></description>
            <content:encoded><![CDATA[<h3 id="h-crypto-fragmentation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Crypto Fragmentation</strong></h3><p>By the end of 2025 there will be ~500 <em>well-funded</em> Layer 1 Blockchains, ~120 <em>well-funded</em> Layer 2/3 Blockchains, and ~100+ App-chains.</p><p>Fragmented across these hundreds of chains lies ~2,000,000+ tokens and somewhere around ~10,000 dApps.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7443dbd10ea80a3b77fab727f5bfea9a5ef792f050873e99a96ace50692a7e19.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>The growth in the number of blockchains hasn’t been steady.</strong></p><p>Rather the chart looks something like this:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0a0bd616641457c44b340b0623cc41ce1ee0799a8faa77e28da48735db0ae999.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Why are so many chains being launched? Why are more chains being launched than ever before?</strong></p><p>The answer is pretty simple; the incentives to launch a new network are <strong>enormous</strong>.</p><ul><li><p>valuations for nascent networks are <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://fortune.com/crypto/2024/03/11/monad-paradigm-venture-capital-crypto-jump-bitcoin/">sky-high</a>,</p></li><li><p>there is clear market demand for L1/L2 tokens (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/">32 of the top 50</a> tokens are L1 or L2 tokens), and;</p></li><li><p>in the longterm, significant value should accrue to the underlying infrastructure that is expected to serve as a base-layer for the future apps that will onboard our industry’s first billion users.</p></li></ul><p>These reasons combined with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://defillama.com/raises?sector=L1§or=L2§or=L3"><em>easyish</em> access to funding</a> has made the pitch for new networks pretty straightforward. Plus, the <em>easyish</em> access to funding also makes sense; you don’t need to displace Ethereum to score a massive exit, if you can become the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/currencies/polygon/">15th most valuable chain</a> that’s still hugely valuable from an investment return perspective).</p><h3 id="h-will-this-trend-continue" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Will this trend continue?</strong></h3><p>I think that most investors (and certainly most users) would agree that there are too many competing L1s and L2s. That being said, I think that I would take the contrarian position here in that if we presume that blockchain-based applications will be massive in the future; the rails of which these applications are based on will be wildly valuable.</p><p>As a result, the enormous potential value of a winner L1 or L2 justifies intense and innumerable competition.</p><p>That <strong>does not</strong> mean that there are too few chains competing at this current moment. In reality, it could very well be that the market is overheated (from a # of new chain perspective as of August 2024) and that a lull in new chain launches should be expected; but in the longrun I think that <strong>this graph continues to exponentially unfold</strong>.</p><p>Let’s not forget that once Crypto transcends more deeply into the mainstream the competition to win parts of the stack will become even more intense as traditional non-crypto firms vie for market share - and what part of the stack is more important than the underlying blockchains enabling all on-chain activity? <strong>Probably nothing.</strong></p><p>Even if this future does not play out and competition amongst L1s and L2s subside with clear winners emerging, the # of new chains will still only continue to increase. <strong>Why? appchains.</strong></p><p>Over the last 24 months we’ve seen numerous examples of products with product market fit decide to launch appchains. The reasons are clear:</p><ul><li><p>having wildly fluctuating costs to interact with a dApp (as a result of fluctuating gas fees) is terrible UX</p></li><li><p>with appchains, projects can tailor chain infrastructure to specific needs</p></li><li><p>for projects with massive scale; their usage is so significant that it drives the costs of using the chain <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://thenextweb.com/news/bayc-metaverse-otherside-mint-gas-fees-analysis">up for everyone</a> thus resulting in a poor experience for their customers (and other users of the chain)</p></li></ul><p>From dYdX chain being launched in order to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dydx.exchange/blog/dydx-chain">decentralize dYdX, </a>to the Ronin Network <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.roninchain.com/p/scalability-on-ronin-enshrined-zkevm">built to reduce network congestion</a>, or Zora launching their own appchain when they found high gas costs on Ethereum to be “<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://decrypt.co/145650/zora-launches-layer-2-nft-netowrk-battle-ethereum-gas-fees">a systemic inhibitor to adoption</a>, <strong>across the board from DeFi to gaming to NFTs, appchains have emerged as a solution to critical issues ranging from scalability to decentralization.</strong></p><p>This trend will continue.</p><p>Even ignoring the clear functionality advantages of migrating successful operations on a general purpose blockchain to an appchain; the business incentives are obvious.</p><p>Simply, why control part of the stack (the app) when you can control most of the stack (the app+underlying chain). This becomes even more compelling when launching your own chain <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cointelegraph.com/news/conduit-launch-app-deploy-l3-rollup-50-dollars">only takes a couple of clicks</a>.</p><h3 id="h-so-how-does-this-all-intersect-with-custody" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>So how does this all intersect with custody?</strong></h3><p>In short, new chains have new tokens, and users (whether they are teams, investors, or individuals) want to securely hold and use the new tokens on the new chains.</p><p>Usually, there are a decent number of options for an individual to hold new tokens on a new chain, BUT normally there are <strong>NO good options for a group to hold new tokens on a new chain</strong>.</p><p>On large chains with significant traction (e.g. Ethereum or Solana) most groups serious about securely holding assets have two options; Multisigs or MPC custody products. But, <strong>new chains typically don’t benefit from access to either option</strong>.</p><p>Multisigs are chain specific instances and don’t automatically port over to each new chain and MPC custody products require massive amounts of manual work to add support for new networks.</p><p>Since, multisigs are chain specific, distinct multisig contracts have to be launched on every chain. This is problematic across EVM and non-EVM chains, because while EVM chains can use the Safe Contract (which is considered very secure) they will struggle from extremely poor UX.</p><p>In many cases, there will be no UI to interact with and as a result only highly-technical participants will be able to leverage the chains multisig. Or there will be a UI built by someone on top of the smart contract, but this is still lacking as you are forced to trust the creator of the front-end and the experience will be highly fragmented with teams being forced to use a seperate app just for that particular chain.</p><p>The other option is institutional custody products. But, here the technical constraints of existing platforms and business incentives disfavor expedient support for new networks.</p><p>Simply, adding support for new networks is highly complex (particularly for outdated systems) and the large institutional custody players don’t have strong incentives to undergo such rigorous technical challenges when they can just wait for a chain to emerge as successful and add support then.</p><p><strong>Let’s double-click on the complexity of adding support for new chains:</strong></p><p>Digital asset custody companies broadly face two technical challenges when it comes to adding support for new blockchains</p><ol><li><p>blockchain-specific infrastructure</p></li><li><p>data ingestion</p></li></ol><p>Virtually all custody companies and most multi-chain companies in crypto develop their infrastructure in a chain-specific manner. <strong>What does this mean?</strong> It means that these platforms develop an infrastructure to support a particular chain then launch support for that chain (e.g. Phantom Wallet building out support for Solana and then many months later building out support for Ethereum). Eventually they develop a new architecture to support another chain and then launch support for that chain…</p><p>This results in <strong>infrastructure overlap, weak reliability, and lethargic support for new networks.</strong></p><p>The secondary challenge is data ingestion. Access to fast, reliable, and reasonably priced data on very popular chains is a pain. Most providers boast two of the three characteristics (fast, reliable, or reasonably priced).</p><p>These issues are amplified 10x on emerging chains. Some new chains don’t even have any data provider options forcing organizations that want to pull chain-specific data to run their own nodes or query RPC nodes. Running nodes on all the chains a custody company wants to support is not scalable and querying RPC nodes typically requires chain-specific development which lengthens implementation timelines significantly.</p><p>As a result of the aforementioned, mainstream custody players will only add support for a new chain if that chain pays them a large fee (usually $500k-$1m) or if that chain is extremely hyped (e.g. Monad).</p><p>This leaves an ocean of underserved networks that don’t want to be gorged on exorbitant implementation fees and/or haven’t benefited from enormous attention pre-launch. Yet, would love a solution that doesn’t suffer from the devastating UX of multisigs and has the security advantages of multi-party wallets.</p><p><strong>In Short:</strong></p><p>There are more new networks than ever before and the # of new networks will only continue to grow. The existing suite of custody solutions can’t efficiently support these new networks. The amalgamation of these two realities leaves a wide gap in the market for a newer player to solve the network custody scalability issue and offer wide-ranging support for assets across hundreds of chains.</p><h3 id="h-the-solution" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The solution:</strong></h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tholos.app/"><strong>Tholos</strong></a> ;) But before we get there, let’s talk about what a solution looks like in a bit broader of a sense…</p><p><strong>I think that there are four vital elements to solving custody on emerging networks and multi-chain custody writ large:</strong></p><ol><li><p>key infrastructure</p></li><li><p>blockchain agnostic infrastructure</p></li><li><p>a solution to the data problem</p></li><li><p>unified design</p></li></ol><p><strong>On key infrastructure</strong>, MPC is the right solution.</p><p>Single-signer wallets don’t work (single point of failure) and multisigs don’t work (inherently limited to one chain).</p><p>MPC does not have a single point of failure AND is blockchain agnostic. Other solutions (e.g. HSMs) are overly complex and have massive barriers to entry.</p><p>So the solution must be MPC-based AND said MPC solution has to support for the two primary signing schemes in crypto; ECDSA and EdDSA.</p><p>For better or for worse; MPC is extremely complicated, and while there has been significant progress made in the creation of MPC as a service solutions, this is a small drop in the bucket. The reality is that there is a tremendous amount of highly-specialized development required to securely implement these solutions.</p><p><strong>On blockchain agnostic infrastructure</strong>, a deeply modular architecture is necessary.</p><p>While there is immense overlap between most blockchains there are also critical differences between many chain models. As a result of this, the right solution needs to have a highly generalist infrastructure with pre-built frameworks to accommodate variations in network configurations between different blockchains.</p><p>This requires significant upfront work, but if done properly provides the payoff of being able to add support for new chains much more reliably and much more quickly.</p><p><strong>On the data problem,</strong> a blockchain agnostic approach to data ingestion is needed.</p><p>I think this is the <em>hardest</em> part in solving this gap in the market. As I discussed previously, data ingestion in this context is really tough.</p><p>At Tholos, we’ve spent a-lot of time considering different solutions to this problem and our solution has been a blockchain agnostic data ingestion and transaction execution framework that enables us to directly interact with RPC nodes across <em>any</em> chain.</p><p>But, to put it lightly that’s not the easiest thing to build..</p><p><strong>On unified design,</strong> an aggregated approach to multi-chain asset management is vital.</p><p>This is probably the easiest part of the problem, but might be the most critical (since it’s customer-facing).</p><p>One of the key value propositions of such a solution is being able to easily and securely manage assets on emerging chains AND across chains. Thus, it’s extremely important to be able to present a unified user experience that makes interacting across chains much more akin to a Web2 fintech company than the switching between dozens of wallets which crypto-natives have become accustomed to.</p><p><strong>Tholos</strong></p><p>We’ve iterated through different models and learned massive lessons. Fortunately, we made some good decisions at the inception of Tholos and adopted the right key infrastructure, built our architecture in a blockchain agnostic fashion, and designed our platform in a unified fashion.</p><p>The data problem was more of a learning lesson. At first, we implemented different data-related API solutions but struggled with inconsistent reliability and lackluster network support. We had a patchwork of half a dozen API solutions which did the job, but this made adding support for new networks highly manual.</p><p>In-line with our vision of rapid support for nascent networks, we knew we needed a better solution and this resulted in the narrowing down of our use of our external general-purpose data ingestion providers and our implementation of a network agnostic data ingestion API that enables us to ingest data and submit transactions on <em>any</em> chain.</p><p>This has resulted in the fulfillment of the four elements and our transformed capability to add rapid support for new chains.</p><p>Now, we can add support for EVM chains in 24 hours, Cosmos-based chains in 48 hours and non-EVM chains in two weeks.</p><p>In short, we think there’s a massive opportunity amplified by compelling network effects to shape a GTM around being the first mover on many new chains and leveraging said first-mover advantage to develop a wide array of crosschain support hitting an inflection point through our breadth of crosschain support.</p><p><strong>As crypto continues to become more fragmented, Tholos will become the go-to multi-signer wallet for native crosschain custody across the multi-chain landscape.</strong></p>]]></content:encoded>
            <author>abeisr@newsletter.paragraph.com (Abraham Litwin-Logan)</author>
        </item>
        <item>
            <title><![CDATA[Startups & Remote Work]]></title>
            <link>https://paragraph.com/@abeisr/startups-remote-work</link>
            <guid>PAInvp0dhyONxNnHhiWJ</guid>
            <pubDate>Sat, 15 Jul 2023 01:57:13 GMT</pubDate>
            <description><![CDATA[As a founder it’s a bit of a mixed bag: On one hand, I think everyone being in the same office pushes people to work harder and fosters a team-like environment which is positive. But, on the other hand, being a remote company enables you to access a much larger pool of talent…which is: game-changing. I kind of think that in most companies it looks something like:by being remote, you can get 40-50% better talent, but be 15-25% less productive and 50-70% less tight-knitFurther, I think you shou...]]></description>
            <content:encoded><![CDATA[<p>As a founder it’s a bit of a mixed bag: On one hand, I think everyone being in the same office pushes people to work harder and fosters a team-like environment which is positive.</p><p>But, on the other hand, being a remote company enables you to access a much larger pool of talent…which is: <em>game-changing.</em></p><p>I kind of think that in most companies it looks something like:</p><blockquote><p>by being remote, you can get <em>40-50% better talent</em>, but be <em>15-25% less productive</em> and <em>50-70% less tight-knit</em></p></blockquote><p>Further, I think you should prioritize each metric in the following manner:</p><blockquote><p>1. quality of talent &gt; 2. productivity &gt; 3. tight-knit</p></blockquote><p>Thus, the tradeoff for going remote seems very much worth it. UNLESS, you can recruit the best talent and also get them all in the same place → if we’re being honest this usually means you either have a ton of $$ or having a genuinely <strong>excellent</strong> network that just all happens to live in the same place.</p><p>Presuming you aren’t in the unlikely position of having the latter, I think the former is more interesting to consider:</p><blockquote><p>My conclusion is for startups where cash is super tight (say in broad strokes <em>Pre-Series C</em>) running a remote company is optimal, but when cash is in relative abundance (<em>~Series C+)</em>, you should probably look to recruit the best <strong>AND</strong> make the additional investment to have the whole team work in-person.</p></blockquote>]]></content:encoded>
            <author>abeisr@newsletter.paragraph.com (Abraham Litwin-Logan)</author>
        </item>
        <item>
            <title><![CDATA[Emerging Blockchains & Custody]]></title>
            <link>https://paragraph.com/@abeisr/emerging-blockchains-custody</link>
            <guid>iCXyLROKKd3J6z3ukH7E</guid>
            <pubDate>Fri, 30 Jun 2023 00:43:29 GMT</pubDate>
            <description><![CDATA[The emerging blockchain dilemma: a chicken and egg problem. In short, nascent blockchains require institutional custody platforms to adopt their networks for institutional adoption to occur, but said platforms only integrate new networks with institutional adoption (or a strong expectation that institutional adoption will occur). In a bit more detail: My sense is that most nascent blockchains require a level of institutional interest in order for sustained adoption to occur. Retail usage is u...]]></description>
            <content:encoded><![CDATA[<p><strong>The emerging blockchain dilemma: a chicken and egg problem.</strong></p><p>In short, nascent blockchains require institutional custody platforms to adopt their networks for institutional adoption to occur, but said platforms only integrate new networks with institutional adoption (or a <strong>strong</strong> expectation that institutional adoption will occur).</p><p><strong>In a bit more detail:</strong></p><p>My sense is that most nascent blockchains require a level of institutional interest in order for sustained adoption to occur. Retail usage is ultra-important, but institutions are the ones that generally make the big-ticket investments in infrastructure, consistent volumes, etc that take a new network from being a fad to a real ecosystem.</p><p>Yet, the way in which custody infrastructure is composed makes swift institutional adoption of new blockchains improbable.</p><p>The trouble is that, in order to attract institutional interest; institutions MUST have a way in which they can securely hold their investments in an emerging network. Herein, lies a core area in which budding networks seem to historically underweight.</p><p>Generally, institutions (VCs, family offices, hedge funds, etc) are unlikely to allocate capital to an emerging network if there&apos;s no way in which to custody assets in a manner that is suited for institutions. Frankly, this logic makes sense → the last thing an asset manager wants is to explain to their investors how they lost all of their $$ because of a poor custody setup. While, these managers seek returns; at the end of the day they care most about keeping their jobs, and losing assets because you didn’t have proper security measures in place = being fired.</p><p>The reason that custody platforms don’t just support new networks out of the gate is that these platforms must manually implement support for each specific network meaning that said platforms will only add support for a new network if customer demand warrants it.</p><p>Since a new network usually doesn&apos;t yet have customer demand, such networks are in a &quot;no mans land&quot; wherein the only way to attain swift support on custody platforms and consequently speedy institutional adoption is to have VERY significant excitement pre-launch as custody platforms will have a strong sense that there will be customer demand for a particular network.</p><p>Yet, for networks that don&apos;t have huge followings pre-launch they&apos;re often stuck in between a rock and a hard place.</p><p>They can&apos;t attain institutional adoption because they don&apos;t have the custody infrastructure needed for adoption and the custody platforms don&apos;t want to build out the infrastructure since there is no institutional adoption.</p><p>I think the solution looks like programs offered by custody platforms like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tholos.app/">Tholos</a>, that offer new networks an easy way to offer institutional custody from day one with an upfront investment that is returned over time based off of that network’s success.</p><p>Sure, there is an initial investment needed on behalf of the network, but my (biased) view is that this is one of the better things to allocate capital towards (making it easier for institutions to adopt your network).</p>]]></content:encoded>
            <author>abeisr@newsletter.paragraph.com (Abraham Litwin-Logan)</author>
        </item>
        <item>
            <title><![CDATA[A Brief Introduction]]></title>
            <link>https://paragraph.com/@abeisr/a-brief-introduction</link>
            <guid>RMofAbZNXTMeegVmxBiQ</guid>
            <pubDate>Wed, 14 Jun 2023 20:45:19 GMT</pubDate>
            <description><![CDATA[Hi, my name is Abraham and this is my blog. This post will serve as a brief introduction to myself and this blog. Me: As of writing this, I am 22 years old and live in NYC (though I will be moving to Toronto soon). I grew up living in a number of different places (primarily in North America), but now consider myself a Canadian and view Toronto as my “home.” I did my undergrad at University College London where I studied British Law and graduated with an LLB (Bachelor of Laws). Following my ti...]]></description>
            <content:encoded><![CDATA[<p>Hi, my name is Abraham and this is my blog. This post will serve as a brief introduction to myself and this blog.</p><p><strong>Me:</strong></p><p>As of writing this, I am 22 years old and live in NYC (though I will be moving to Toronto soon). I grew up living in a number of different places (primarily in North America), but now consider myself a Canadian and view Toronto as my “home.”</p><p>I did my undergrad at University College London where I studied British Law and graduated with an LLB (Bachelor of Laws). Following my time at UCL I spent two years at Columbia Law School where I studied American Law and graduated with a JD (Juris Doctor) in 2023.</p><p>While, my motivation for studying law was distinct from virtually all of my classmates, I found the experience at both schools very rewarding.</p><p>Somewhat interestingly, I first came across crypto when I was 14-15 years old but regrettably I did not spend any time learning anything about it.</p><p>My first real foray into blockchain was in 2019 when I learned of and consequently became very interested in blockchain-oriented use cases relating to commercial real estate (particularly surrounding unlocking liquidity in a historically ultra-illiquid asset class).</p><p>After spending some time researching this particular use-case, I came to the conclusion that you <em>could</em> create liquid and compelling secondary markets for individual assets (e.g. an apartment building), but you couldn’t do so legally.</p><p>Doing so legally would effectively nullify virtually all of the advantages obtained through the use of blockchain. This realization put a temporary end to my interest in blockchain.</p><p>That was until 2021. In 2021, a close friend of mine had very quickly become very interested in crypto (starting with Bitcoin and then NFTs).</p><p>Fundamentally, I was skeptical of Bitcoin (and still am &lt;-- although in a different way than I was in the past) and I was also doubtful of NFTs. But, the exciting potential associated with Ethereum and smart contracts, quickly overcame my initial skepticism.</p><p>From there, I’ve become obsessed with crypto and crypto has grown to become the primary thing I spend my time on.</p><p>With that friend and others, we launched a DAO [ReidarDAO] in 2021 which focused (primarily) on the collection of digital assets and later the next year I co-founded a business [Coterie Capital] that offered automated DAO creation and bespoke smart contract work.</p><p>During my two years at Columbia, I served on the board of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BlockchainatCU">Blockchain@CU</a> (Columbia University’s Blockchain Club), co-founded the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/company/columbia-law-blockchain-club">Columbia Law Blockchain Club</a>, led a social life, and managed to maintain a somewhat decent attendance record to my classes at law school.</p><p>Now, i’m the founder of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tholos.app/">Tholos</a>. Tholos is an MPC-based digital asset custody platform built for Funds, Businesses, and DAOs enabling these organizations to securely hold digital assets and easily interact with Web3.</p><p>Tholos is the natural evolution of my history in the crypto-space.</p><p>I personally experienced the pains of managing digital assets as an organization through ReidarDAO, worked with a number of diverse organizations that equally suffered from the same pain-point while building Coterie, and met numerous people spanning the industry that have greatly contributed to my knowledge and understanding of the space through my time contributing to Blockchain@CU and CLBC.</p><p>Now, my time is devoted to creating an ultra-functional, secure, and seamless platform equipping organizations to better manage crypto-assets → <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.tholos.app/">Tholos</a></p><p><strong>The Blog:</strong></p><p>I’m hoping to write and share content here semi-frequently on a number of different topics (with a focus on blockchain + crypto).</p><p>Historically, i’ve struggled to motivate myself to frequently write, but let’s see what happens.</p><p>To be clear, the contents of this blog are solely my opinion and do not reflect the opinions of any business or organization I have an affiliation with.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div>]]></content:encoded>
            <author>abeisr@newsletter.paragraph.com (Abraham Litwin-Logan)</author>
        </item>
    </channel>
</rss>