<!DOCTYPE html>
<html lang="en">
<head>

    <title>Andy Jagoe</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="/assets/built/screen.css?v=0f832952e1">
    <link rel="preload" as="script" href="/assets/built/source.js?v=0f832952e1">
    
    <link rel="preload" as="font" type="font/woff2" href="/assets/fonts/inter-roman.woff2?v=0f832952e1" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(/assets/fonts/inter-roman.woff2?v=0f832952e1) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=0f832952e1">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Builder and Investor">
    <link rel="icon" href="https://andyjagoe.com/content/images/size/w256h256/2020/07/profile_s.png" type="image/png">
    <link rel="canonical" href="https://andyjagoe.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://andyjagoe.com/page/2/">
    
    <meta property="og:site_name" content="Andy Jagoe">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Andy Jagoe">
    <meta property="og:description" content="Builder and Investor">
    <meta property="og:url" content="https://andyjagoe.com/">
    <meta name="twitter:card" content="summary">
    <meta name="twitter:title" content="Andy Jagoe">
    <meta name="twitter:description" content="Builder and Investor">
    <meta name="twitter:url" content="https://andyjagoe.com/">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Andy Jagoe",
        "url": "https://andyjagoe.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://andyjagoe.com/content/images/size/w256h256/2020/07/profile_s.png",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://andyjagoe.com/",
    "name": "Andy Jagoe",
    "mainEntityOfPage": "https://andyjagoe.com/",
    "description": "Builder and Investor"
}
    </script>

    <meta name="generator" content="Ghost 6.43">
    <link rel="alternate" type="application/rss+xml" title="Andy Jagoe" href="https://andyjagoe.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js" data-i18n="true" data-ghost="https://andyjagoe.com/" data-key="eb7430925ea750577490f639dd" data-api="https://andyjagoe.com/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style><script async src="https://js.stripe.com/v3/"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="eb7430925ea750577490f639dd" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://andyjagoe.com/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://andyjagoe.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=0f832952e1"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=0f832952e1">
    <script defer src="/public/member-attribution.min.js?v=0f832952e1"></script><style>:root {--ghost-accent-color: #15171A;}</style>
    <!-- Global site tag (gtag.js) - Google Analytics -->

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173931350-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-173931350-1');
</script>

<style>
.testimonial-avatar {
  border-radius: 50%;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  text-align: center;
}

.footnote {
  font-size: 0.7em; 
  width: 100%;
}
    
.nav-account  {
  margin-left: 14px !important;
}    

.nav-signin  {
  margin-left: 14px !important;
}    

/* ==== CHIPS ==== */
.chip{
    display: inline-flex;
    flex-direction: row;
    background-color: #e5e5e5;
    border: none;
    cursor: default;
    height: 24px;
    outline: none;
    padding: 0;
    font-size: 14px;
    font-color: #333333;
    font-family:"Open Sans", sans-serif;
    white-space: nowrap;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
}
.chip-content{
    cursor: inherit;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    color: gray;
}
    
/* ==== GRID SYSTEM ==== */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
  padding-bottom: 10rem;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    /* width: 80%; */
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    /* width: 75%; */
    /* max-width: 60rem; */
  }
}    
</style>

</head>
<body class="home-template has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-middle-logo gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://andyjagoe.com">
                    Andy Jagoe
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-what-i-do"><a href="https://andyjagoe.com/services/">What I Do</a></li>
    <li class="nav-about"><a href="https://andyjagoe.com/about/">About</a></li>
    <li class="nav-contact"><a href="https://andyjagoe.com/contact-me/">Contact</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>                <div class="gh-navigation-members">
                            <a class="gh-button" href="#/portal/signin" data-portal="signin">Sign in</a>
                </div>
        </div>

    </div>
</header>

    
<main class="gh-main">
    
<section class="gh-container is-list gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">


                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/the-web3-challenge/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2023/03/DALL-E-2023-03-01-12.47.43---perfectly-ordered-blue-plant-cells-seen-through-a-microscope--digital-art.png 160w,
                            /content/images/size/w320/format/webp/2023/03/DALL-E-2023-03-01-12.47.43---perfectly-ordered-blue-plant-cells-seen-through-a-microscope--digital-art.png 320w,
                            /content/images/size/w600/format/webp/2023/03/DALL-E-2023-03-01-12.47.43---perfectly-ordered-blue-plant-cells-seen-through-a-microscope--digital-art.png 600w,
                            /content/images/size/w960/format/webp/2023/03/DALL-E-2023-03-01-12.47.43---perfectly-ordered-blue-plant-cells-seen-through-a-microscope--digital-art.png 960w,
                            /content/images/size/w1200/format/webp/2023/03/DALL-E-2023-03-01-12.47.43---perfectly-ordered-blue-plant-cells-seen-through-a-microscope--digital-art.png 1200w,
                            /content/images/size/w2000/format/webp/2023/03/DALL-E-2023-03-01-12.47.43---perfectly-ordered-blue-plant-cells-seen-through-a-microscope--digital-art.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2023/03/DALL-E-2023-03-01-12.47.43---perfectly-ordered-blue-plant-cells-seen-through-a-microscope--digital-art.png"
                    alt="The web3 challenge"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">The web3 challenge</h3>
                <p class="gh-card-excerpt is-body">Three unique new capabilities web3 makes available to developers and how these primitives unlock opportunities that previously did not exist.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2023-03-05">05 Mar 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/social-tokens/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/04/chuttersnap-gDDas5_ALRw-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/04/chuttersnap-gDDas5_ALRw-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/04/chuttersnap-gDDas5_ALRw-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/04/chuttersnap-gDDas5_ALRw-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/04/chuttersnap-gDDas5_ALRw-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/04/chuttersnap-gDDas5_ALRw-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/04/chuttersnap-gDDas5_ALRw-unsplash.jpg"
                    alt="Social tokens and the community economy"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">Social tokens and the community economy</h3>
                <p class="gh-card-excerpt is-body">The creator economy has a cold start problem. What social tokens are and why they&#x27;re a win/win for both creators and fans.</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-04-25">25 Apr 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/the-ownership-economy/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/04/chris-robert--ryDtcapIas-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/04/chris-robert--ryDtcapIas-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/04/chris-robert--ryDtcapIas-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/04/chris-robert--ryDtcapIas-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/04/chris-robert--ryDtcapIas-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/04/chris-robert--ryDtcapIas-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/04/chris-robert--ryDtcapIas-unsplash.jpg"
                    alt="Why ownership is the future"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">Why ownership is the future</h3>
                <p class="gh-card-excerpt is-body">In today&#x27;s Internet, consumers are renters. About the ownership economy, and why Uniswap &gt; Coinbase.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-04-18">18 Apr 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-education">
    <a class="gh-card-link" href="/send-your-child-to-school-like-elon-musks/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/04/spacex-Ptd-iTdrCJM-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/04/spacex-Ptd-iTdrCJM-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/04/spacex-Ptd-iTdrCJM-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/04/spacex-Ptd-iTdrCJM-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/04/spacex-Ptd-iTdrCJM-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/04/spacex-Ptd-iTdrCJM-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/04/spacex-Ptd-iTdrCJM-unsplash.jpg"
                    alt="How to send your child to a school like Elon Musk&#x27;s"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Education</p>
            <h3 class="gh-card-title is-title">How to send your child to a school like Elon Musk&#x27;s</h3>
                <p class="gh-card-excerpt is-body">About Elon Musk&#x27;s school and what makes it different. Why I&#x27;m creating a DIY version and how you can too.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-04-04">04 Apr 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/understanding-economic-engines/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/03/Economic-Engines.png 160w,
                            /content/images/size/w320/format/webp/2021/03/Economic-Engines.png 320w,
                            /content/images/size/w600/format/webp/2021/03/Economic-Engines.png 600w,
                            /content/images/size/w960/format/webp/2021/03/Economic-Engines.png 960w,
                            /content/images/size/w1200/format/webp/2021/03/Economic-Engines.png 1200w,
                            /content/images/size/w2000/format/webp/2021/03/Economic-Engines.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/03/Economic-Engines.png"
                    alt="How to understand an economic engine"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">How to understand an economic engine</h3>
                <p class="gh-card-excerpt is-body">A framework for economic engines, a comparison of the Bitcoin and Ethereum economic engines, and why Ethereum is undervalued.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-03-28">28 Mar 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/choose-to-go-to-the-moon/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/03/nasa-UeSpvB0Qo88-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/03/nasa-UeSpvB0Qo88-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/03/nasa-UeSpvB0Qo88-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/03/nasa-UeSpvB0Qo88-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/03/nasa-UeSpvB0Qo88-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/03/nasa-UeSpvB0Qo88-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/03/nasa-UeSpvB0Qo88-unsplash.jpg"
                    alt="Why we must choose to go to the moon"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">Why we must choose to go to the moon</h3>
                <p class="gh-card-excerpt is-body">How popular stories that go viral can affect economic outcomes, and why it&#x27;s time to choose to do the hard things.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-03-21">21 Mar 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/a-map-of-the-crypto-landscape/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/03/Cryptoland.jpg 160w,
                            /content/images/size/w320/format/webp/2021/03/Cryptoland.jpg 320w,
                            /content/images/size/w600/format/webp/2021/03/Cryptoland.jpg 600w,
                            /content/images/size/w960/format/webp/2021/03/Cryptoland.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/03/Cryptoland.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/03/Cryptoland.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/03/Cryptoland.jpg"
                    alt="A map to the crypto landscape"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">A map to the crypto landscape</h3>
                <p class="gh-card-excerpt is-body">A 30,000 foot view of crypto, broken down by category, with key definitions and resources.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-03-14">14 Mar 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/the-shocking-truth-about-crypto/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/03/think-of-it-as-money-3.jpg 160w,
                            /content/images/size/w320/format/webp/2021/03/think-of-it-as-money-3.jpg 320w,
                            /content/images/size/w600/format/webp/2021/03/think-of-it-as-money-3.jpg 600w,
                            /content/images/size/w960/format/webp/2021/03/think-of-it-as-money-3.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/03/think-of-it-as-money-3.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/03/think-of-it-as-money-3.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/03/think-of-it-as-money-3.jpg"
                    alt="The shocking truth about crypto"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">The shocking truth about crypto</h3>
                <p class="gh-card-excerpt is-body">How crypto networks collapse the cost of large scale network coordination and Big Tech&#x27;s business model along with it.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-03-07">07 Mar 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/11-metrics-for-defi-marketplaces/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/02/austin-neill-4pHcmcPsP8A-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/02/austin-neill-4pHcmcPsP8A-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/02/austin-neill-4pHcmcPsP8A-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/02/austin-neill-4pHcmcPsP8A-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/02/austin-neill-4pHcmcPsP8A-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/02/austin-neill-4pHcmcPsP8A-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/02/austin-neill-4pHcmcPsP8A-unsplash.jpg"
                    alt="11 metrics for DeFi marketplaces"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">11 metrics for DeFi marketplaces</h3>
                <p class="gh-card-excerpt is-body">Most decentralized finance applications  are marketplaces, and marketplaces are hard. A guide to evaluating their health.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-02-28">28 Feb 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/what-is-a-crypto-asset/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/02/ines-pimentel-opkaRk20tAw-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/02/ines-pimentel-opkaRk20tAw-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/02/ines-pimentel-opkaRk20tAw-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/02/ines-pimentel-opkaRk20tAw-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/02/ines-pimentel-opkaRk20tAw-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/02/ines-pimentel-opkaRk20tAw-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/02/ines-pimentel-opkaRk20tAw-unsplash.jpg"
                    alt="What is a crypto asset, anyway?"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">What is a crypto asset, anyway?</h3>
                <p class="gh-card-excerpt is-body">How crypto assets fit into Greer&#x27;s asset superclass framework, how they accrue  value and their distinct economic characteristics.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-02-14">14 Feb 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/can-bitcoin-compete-with-the-dollar/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/02/bermix-studio-aX1hN4uNd-I-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/02/bermix-studio-aX1hN4uNd-I-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/02/bermix-studio-aX1hN4uNd-I-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/02/bermix-studio-aX1hN4uNd-I-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/02/bermix-studio-aX1hN4uNd-I-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/02/bermix-studio-aX1hN4uNd-I-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/02/bermix-studio-aX1hN4uNd-I-unsplash.jpg"
                    alt="Can bitcoin compete with the dollar?"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">Can bitcoin compete with the dollar?</h3>
                <p class="gh-card-excerpt is-body">Bitcoin could become a reserve asset, but you&#x27;re not likely to see stores pricing in bitcoin. Different types of money do different jobs.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-02-07">07 Feb 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post tag-software-eats-money">
    <a class="gh-card-link" href="/how-to-value-and-invest-in-money/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2021/01/jason-dent-XytkIYWKmEo-unsplash.jpg 160w,
                            /content/images/size/w320/format/webp/2021/01/jason-dent-XytkIYWKmEo-unsplash.jpg 320w,
                            /content/images/size/w600/format/webp/2021/01/jason-dent-XytkIYWKmEo-unsplash.jpg 600w,
                            /content/images/size/w960/format/webp/2021/01/jason-dent-XytkIYWKmEo-unsplash.jpg 960w,
                            /content/images/size/w1200/format/webp/2021/01/jason-dent-XytkIYWKmEo-unsplash.jpg 1200w,
                            /content/images/size/w2000/format/webp/2021/01/jason-dent-XytkIYWKmEo-unsplash.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2021/01/jason-dent-XytkIYWKmEo-unsplash.jpg"
                    alt="How to value and invest in money"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Software Eats Money</p>
            <h3 class="gh-card-title is-title">How to value and invest in money</h3>
                <p class="gh-card-excerpt is-body">How to think about a new money as a venture investment and navigate the path from hypothetical value to real value with Bitcoin.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Andy Jagoe</span>
                    <time class="gh-card-date" datetime="2021-01-31">31 Jan 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>


            </div>

                <div class="gh-more is-title">
                    <a href="https://andyjagoe.com/page/2/">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
                </div>
        </main>


    </div>
</section>
</main>
    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    Andy Jagoe
            </span>
            <nav class="gh-footer-menu">
                
            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>

                <section class="gh-footer-signup">
                    <h2 class="gh-footer-signup-header is-title">
                        Andy Jagoe
                    </h2>
                    <p class="gh-footer-signup-subhead is-body">
                        Builder and Investor
                    </p>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="footer-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <span>Email sent</span>
    </button>
    <p data-members-error></p>
</form>
                </section>

    </div>
</footer>    
</div>


<script src="/assets/built/source.js?v=0f832952e1"></script>

<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/6687547.js"></script>
<!-- End of HubSpot Embed Code -->

<!-- Go to www.addthis.com/dashboard to customize your tools --> 
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5f94ae4faf020b2a"></script>

</body>
</html>
