<?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>Crypp</title>
        <link>https://paragraph.com/@crypp-2</link>
        <description>Crypto Investor | NFT Collector and Enthusiast </description>
        <lastBuildDate>Tue, 01 Sep 2026 21:20:53 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Crypp</title>
            <url>https://storage.googleapis.com/papyrus_images/36615930ddfb9b31bc995cb06f10a9184747b7452b5b61d9121119d3199cdcea.png</url>
            <link>https://paragraph.com/@crypp-2</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What is Lens Protocol?]]></title>
            <link>https://paragraph.com/@crypp-2/what-is-lens-protocol</link>
            <guid>E0MZvdhmLIio4G0gzaGE</guid>
            <pubDate>Sat, 25 Feb 2023 20:46:23 GMT</pubDate>
            <description><![CDATA[Hi, today we are going to take apart a project called Lens Protocol. We will answer the question why one such profile costs $200 and how you can get it. By the way @StaniKulechov, I don&apos;t have a profile yet. Scope Of ArticleIntroductionThe concept of rootsDevelopment on LensAnalyticsInvestorsProjects on LensConclusionIntroductionLens Protocol is a Web3 social graph on the Polygon Proof-of-Stake blockchain. It is designed to allow creators to own the connections between themselves and the...]]></description>
            <content:encoded><![CDATA[<p>Hi, today we are going to take apart a project called Lens Protocol. We will answer the question why one such profile costs $200 and how you can get it. By the way @StaniKulechov, I don&apos;t have a profile yet.</p><p>Scope Of Article</p><blockquote><ol><li><p>Introduction</p></li><li><p>The concept of roots</p></li><li><p>Development on Lens</p></li><li><p>Analytics</p></li><li><p>Investors</p></li><li><p>Projects on Lens</p></li><li><p>Conclusion</p></li></ol></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cd727305b847f230085ff5e5201bed9c3bde1bfe2a95e2f023d42ba69af89597.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><h2 id="h-introduction" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Introduction</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">Lens Protocol</a> is a Web3 social graph on the Polygon Proof-of-Stake blockchain. It is designed to allow creators to own the connections between themselves and their community, forming a fully-component social graph owned by users. The protocol is built from the ground up with modularity in mind, allowing new features and fixes to be added while ensuring unchanged user content and social relationships.</p><p>Lens Protocol seeks to solve major problems in existing social networks. Namely, all Web2 networks read from their unique centralized database. There is no portability. Your profile, friends and content are tied to a specific network and belong to the network operator. This forces each network to compete for your attention in a zero-sum game.</p><p>The Lens protocol fixes this by being a user-owned open social graph that any application can connect to. Because users own their data, they can transfer it to any application built around the Lens protocol. Creators, as the true owners of their content, no longer have to worry about losing their content, audience and livelihood to the vagaries of algorithms and the policies of a separate platform. In addition, every app that uses the Lens protocol benefits the entire ecosystem, turning a zero-sum game into a collaborative game. Developers can create meaningful social interactions without resorting to feedback mechanisms to capture the user&apos;s attention.</p><h2 id="h-the-concept-of-roots" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The concept of roots</h2><p>The main object of the Lens Protocol is the user profile, which is created as an NFT with a set of properties. The owner of such an NFT can manage the profile.</p><p>Profile owners can:</p><ul><li><p>Make profile postings.</p></li><li><p>Comment on other publications.</p></li><li><p>Mirror - The equivalent of a retweet.</p></li><li><p>Set profile subscription terms - other users can subscribe to your profile with no conditions, or give you a designated fee for subscribing.</p></li><li><p>Set profile picture.</p></li><li><p>Set profile &quot;manager&quot; - set an address (wallet) that can do things with the profile.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/70094b9a3f79f997e13b9600ebf0eac3c70ff65f930847fb8599f6d63ebaa565.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><h3 id="h-how-does-it-work" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">How does it work?</h3><p>The updatable contract is the primary entry point for most interactions in the protocol. Almost all interactions begin as an ERC721 contract for NFT, which are issued when the profile is created.</p><p>The first time a profile is subscribed, an ERC721 NFT contract unique to the profile is deployed, it is an ERC721 NFT contract, and it represents the subscription position.</p><p>The first time you save a publication (collect), it expands the contract unique to the publication.</p><p>Creating a profile you form the NFT of the profile, subscribing to someone&apos;s profile you form the NFT that will be saved in your wallet and will fix the subscription to the profile, saving someone&apos;s publication you form the NFT with that publication.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ce7478a308dfed8fc319e8bfceb9859d261814e9017593ba404a06d187a07f1.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><h2 id="h-development-on-lens" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Development on Lens</h2><p>Lens has its own <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/lens-protocol/lens-sdk">SDK</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://api.lens.dev/">API</a> for developers created in JavaScript and TypeScript. There are detailed instructions in the official documentation of the project, with which you can create your own web3 application using Lens.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9624eb9663292ae621198c45b3ab03a7be58fc0dade8bd64ec5583e43329dfa3.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><h2 id="h-analytics" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Analytics</h2><p>Let&apos;s move on to the most interesting part of this article - the analytics of interest in the project. We will break down the charts and the people following the project. Let&apos;s start with the project&apos;s Twitter.</p><h3 id="h-twitter" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Twitter</h3><p>The project&apos;s Twitter was created a year ago and at the time of writing has 264,000 followers. Among them are noticed NFT degens (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/punk6529">6529</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/DeezeFi">DeeZe</a>), projects (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BanklessHQ">Bankless</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xPolygon">Polygon</a>), employees of foundations and foundations (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/FEhrsam">Fred Ehrsam</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/a16z">a16z</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Paradigm">Paradigm</a>) and a huge number of other influential people. There are 2,000 to 3,000 people who subscribe to their tweets daily.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f97f33dd7d531227178428dd8ce50a5e1d14e0a9f6136885e5c225ff537ff4c3.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><h3 id="h-profile-activity-and-why-a-profile-costs-dollar200" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Profile activity and why a profile costs $200.</h3><p>If we analyze the activity of Lens profiles (Posts, Comments, Mirrors) over the last 5 months, we see that it has almost quadrupled since September. In January 2023, that number reached a crazy number - 474,575 interactions per month.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/013274dad5ff5093ad9e62b860bb5c085b13e7d8b38b4ea351d1022a48b3fca6.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>Based on the chart of secondary sales on OpenSea, we can see that the increase in the price of profiles began as well from November 2022. There are two answers to the question why it happened. The first one is <strong>analytical</strong>. Since November, there are far fewer opportunities to minify a profile, with extremely limited promotions, where 50-100 profiles are allocated per user. The second is <strong>potential</strong>. There is a possibility that active profiles will receive a valuable retrodrop of project tokens. Already to date there have been several third-party NFT giveaways for those who have high activity in Lens.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a7459d397d3facea86147635ac53fcd93b0d4e9ff2fe5b2092979a537e89b766.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><h2 id="h-investors" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Investors</h2><p>There is no open information about investments in the project, but the Internet has information that the project is supported by FTX, Sonar, and most likely Polygon.</p><p>Much more interesting situation with Aave, this project, the team of which is currently working on Lens Protocol. They have published investments, among them are Blockchain Capital, Blockchain.com Ventures, Three Arrows Capital, Pantera Capital, and even Alameda Research.</p><h2 id="h-projects-on-lens" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Projects on Lens</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.rememe.lol/">RE:MEME</a> - On-chain meme generator, built on top of Lens Protocol.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://buttrfly.app/">Buttrfly</a> - You own your data. The social media you deserve.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dumpling.lol/">DumplingTV</a> - Steaming and streaming.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lenster.xyz/">Lenster</a> - Lenster is a composable, decentralized, and permissionless social media web app built with Lens Protocol.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://lenstube.xyz/">Lenstube</a> - Lenstube is a decentralized video-sharing social media platform built with Lens protocol.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://orb.ac/">Orb</a> - Decentralized professional social media app with an end-to-end on-chain credibility system.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://phaver.com/">Phaver</a> - **Help us curate interesting stuff online and offline and get rewarded.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.lensta.xyz/">Lensta</a> - **Feed of the most recent images posted on Lens Protocol.</p><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h2><p>Lens Protocol is actively gaining popularity, it can be seen in its social networks and charts, the project curbs the excitement by not allowing everyone to mint profiles. Lens is still in beta and is being finalized, and applications built on it still have bugs and instability in operation.</p><p>In addition, the protocol is designed with the concept of modularity at its core, which allows infinite expansion of the number of use cases. This, from the user&apos;s point of view, means a new paradigm of ownership and customization, which is not possible in Web2.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aff4bd77d296c1c60f038ee49f8f6156c95435bbcf5ddf0b7d41478a6c8c0093.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><blockquote><p>Thank you for reading to the end. I hope this article has helped you find something new for yourself. No action from this article is a financial recommendation.</p><p>If you found it useful, subscribe to my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/intent/user?screen_name=cryppinfluence">Twitter</a> and feel free to share it with others. If you have any suggestions for edits, whether it&apos;s something I missed or said wrong, feel free to write in the comments.</p></blockquote><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div>]]></content:encoded>
            <author>crypp-2@newsletter.paragraph.com (Crypp)</author>
        </item>
        <item>
            <title><![CDATA[I asked the Influencers which coin would make me rich this year.]]></title>
            <link>https://paragraph.com/@crypp-2/i-asked-the-influencers-which-coin-would-make-me-rich-this-year</link>
            <guid>TFdrthYUTrVzkvH948SQ</guid>
            <pubDate>Wed, 25 Jan 2023 18:37:17 GMT</pubDate>
            <description><![CDATA[Today I polled 10 crypto influencers about how they see 2023. From the opinions of all the Influencers, we will compile an overall summary and assemble a test portfolio of the most popular tokens mentioned. Special thanks to RASTER for the idea. I asked each admin three questions:What will 2023 be like for cryptocurrency in their opinion.Top 3 tokens in their opinion.Why these particular tokens?Scope Of ArticleKevin SusantoTakoaPhilakoneopenthefridgemags.ethKosher PlugHerroDaniel100.eth33EVXN...]]></description>
            <content:encoded><![CDATA[<p>Today I polled 10 crypto influencers about how they see 2023. From the opinions of all the Influencers, we will compile an overall summary and assemble a test portfolio of the most popular tokens mentioned. Special thanks to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/raster_youtube">RASTER</a> for the idea.</p><p>I asked each admin three questions:</p><ol><li><p>What will 2023 be like for cryptocurrency in their opinion.</p></li><li><p>Top 3 tokens in their opinion.</p></li><li><p>Why these particular tokens?</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eba997b75fa6116b7329aaa16f35f8fd5e9c6d990697464fdef907c4c2ccc7c8.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>Scope Of Article</p><blockquote><ol><li><p>Kevin Susanto</p></li><li><p>Takoa</p></li><li><p>Philakone</p></li><li><p>openthefridge</p></li><li><p>mags.eth</p></li><li><p>Kosher Plug</p></li><li><p>Herro</p></li><li><p>Daniel100.eth</p></li><li><p>33</p></li><li><p>EVXN</p></li><li><p>Portfolio</p></li><li><p>Conclusion</p></li></ol></blockquote><h2 id="h-experiment-participants" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Experiment participants</h2><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/KevinSusanto"><strong>Kevin Susanto</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- Pretty much still bearish... Floating between 15k -18k BTC...</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- BTC, ETH, BNB</em></p><p><strong>3) Why?</strong></p><p><em>- BTC - gold of Crypto. ETH - the software of Crypto. BNB - the exchange token of world leading exchange.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/60968ff6817dd11cbf73027a9e09a83bc514f043efb9010b3031de2eb7b345ec.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Takoa"><strong>Takoa</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- I think 2023 will be a year for rebuilding the trust that was lost with investors and people who have yet to participate in the crypto space. Expect to see charts bottoming out an consolidating for majority of next year.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- BTC, ETH, MATIC</em></p><p><strong>3) Why?</strong></p><p><em>- BTC - Gold standard of crypto. ETH - Smart contracts, major adoption, (DEFI, NFTs, more). MATIC - Faster &amp; cheaper transactions, Layer 2.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c9af4f5f9f37d5adb4f0dcada78513446c91e68c2ca0a4a4bec30c81e64e3941.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/PhilakoneCrypto"><strong>Philakone</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- Slow accumulation period. Always 400+ days after bear market cycle ends till we see a rally.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- BTC, ETH, MATIC</em></p><p><strong>3) Why?</strong></p><p><em>- BTC is and will always be king for now, same with ETH. Matic is fast and cheap, gaining ground.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/78cbde01aa6a07476198bac67b413784d3ba86387b36133071f6d894eaef0b1c.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/fridgeintheopen"><strong>openthefridge</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- 2023 will probably face a bear based on macro but it’s just the tail end of the cycle.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- I’m not really deep into Tokens but I can say I’m bullish on BTC, ETH &amp; most probably Matic.</em></p><p><strong>3) Why?</strong></p><p><em>- Because it’s the foundation behind the tokens and performance imo.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7bf6055cacc4541c7708ab44da79822e1cbfb7b540a9ba7388967ec086c55b54.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/magdalenakala"><strong>mags.eth</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- Volatile.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- BTC, ETH, MATIC</em></p><p><strong>3) Why?</strong></p><p><em>- My definition of &quot;top coins&quot; is based on risk-adjusted return, rather than absolute return - and in volatile times flight to safety (that BTC and ETH represent) is the best bet. As for MATIC, I&apos;m bullish because it has become a clear leader when comes to being partner-of-choice for web2 brands building in the web3 world.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c130db10f685f4d7d543435883fdc2d4960000c59ca5b413c7080472968a88d0.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/KosherPlug"><strong>Kosher Plug</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- 2023 I believe will be the start to recovery in crypto as long as no major black swan events.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- ETH, Polygon, Bitcoin</em></p><p><strong>3) Why?</strong></p><p>ETH - insane amount of utility, Polygon - so many platforms are building on top of their platform since ease of convince, Bitcoin - If all goes to hell bitcoin seems to be the one most people accumulate over time. I think of bitcoin as the gold of crypto.</p><p>There are way better options in term of potential growth, but as with all ALTs it comes with higher risk.</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aded83a3a2f79492bf7f0ed4c23dc6f9ebe9822943126b7506ee92922d7ba47f.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/HerroCrypto"><strong>Herro</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- Up Q1, downsideways until halving, up a lil early end of 2023, then really up fall 2024.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- Biased but if I were new, Ethereum, AI tokens, Ampleforth ecosystem (AMPL/FORTH/SPOT), Synapse (Bridge).</em></p><p><strong>3) Why?</strong></p><p><em>- I drew some triangles, looked good UwU.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eb5a27487b0062e947cd595004e5de13354e8219b89d5e67d4eeb1846e718c29.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/daniel100eth"><strong>Daniel100.eth</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- 2023 will most likely be a sideways year with a few mini bull runs throughout imo. I think there’s room to go lower but def a lot more room to go higher. Macro makes a huge difference especially since crypto really follows the Nasdaq now.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- I think ETH and XTZ will be really interesting to watch this year especially since both chains are used largely for NFTs and art. $APE is one that’s still down quite a bit from ATH and depending on Yuga it could probably pump more.</em></p><p><strong>3) Why?</strong></p><p><em>- ETH because I am an eth maxi and think it has the most use cases and high usage. Tezos because Fxhash and Objkt have been thriving, Tezos is really an art chain at this point and has a huge presence in NFTs and art. And Ape because of Yuga + Staking!</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1b179d16965c5b188604efe7717c4663507ef91fbdcb734337c5b263116b00a7.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/33NFT"><strong>33</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- I have no idea about 2023. Generally I feel the following will have success long term.. Bitcoin, ETH, Monero.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- Bitcoin, ETH, Monero.</em></p><p><strong>3) Why?</strong></p><p><em>- Bitcoin - store of value, Ethereum - programmable money, Monero - as people become privacy aware.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0a0bf61a3f71523b95cc6cb035ee582d730bce926376a7937951ee702e6541a5.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><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/evantan"><strong>EVXN</strong></a></p><p><strong>1) What will 2023 be like in cryptocurrency in your opinion?</strong></p><p><em>- 2023 will be the year when the true builder build and great quality projects come to life. the &quot;casuals&quot; or &quot;normies&quot; have essentially left, which gives a lot of room for patience to be in the space. so the builders can have time to build without being harassed on a daily basis.</em></p><p><strong>2) Tell me the top 3 coins in your opinion?</strong></p><p><em>- BTC, ETH, SOL</em></p><p><strong>3) Why?</strong></p><p><em>- Can&apos;t really go wrong with these coins. Each has their own communities and use cases and should have the ability to survive market cycles.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/445e74a7926d7820f824ddb1195bc5ab4aafac43b4f7d018c4c7a55fa24d6f45.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><h2 id="h-portfolio-creation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Portfolio Creation</h2><blockquote><p>A total of 10 tokens were mentioned. Among them:</p><ul><li><p>ETH - 10 mentions</p></li><li><p>BTC - 8 mentions</p></li><li><p>Matic - 5 mentions</p></li><li><p>BNB, AMPL, SYN, XTZ, APE, XMR, SOL - 1 mentions</p></li></ul></blockquote><p>I put together a test portfolio on the DropsTab platform and the initial amount is $10,000. The experiment will last exactly one year and after some time we will come back to this portfolio and find out which coins performed better or worse. The link to the portfolio - <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dropstab.com/p/2023-by-influencers-yki155m4jx">https://dropstab.com/p/2023-by-influencers-yki155m4jx</a>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9be8786e9bfdbd3bd241590492a81a6255602c729c2737b96fd261534f520dcb.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><blockquote><p>Thank you for reading to the end. I hope this article has helped you find something new for yourself. No action from this article is a financial recommendation.</p><p>If you found it useful, subscribe to my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/intent/user?screen_name=cryppinfluence">Twitter</a> and feel free to share it with others. If you have any suggestions for edits, whether it&apos;s something I missed or said wrong, feel free to write in the comments.</p></blockquote><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div>]]></content:encoded>
            <author>crypp-2@newsletter.paragraph.com (Crypp)</author>
        </item>
        <item>
            <title><![CDATA[Azuki]]></title>
            <link>https://paragraph.com/@crypp-2/azuki</link>
            <guid>tK1tksa1IHgfP0Xd2YGT</guid>
            <pubDate>Sat, 07 Jan 2023 19:29:30 GMT</pubDate>
            <description><![CDATA[Hi, today we&apos;re going to take apart one of the top collections that managed to create a strong ecosystem, got the Blue Chip title, created the ERC721A standard, started a new trend in Anime PFP NFTs, and how it almost died because of a mistake.Please read All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, for example h...]]></description>
            <content:encoded><![CDATA[<p>Hi, today we&apos;re going to take apart one of the top collections that managed to create a strong ecosystem, got the Blue Chip title, created the ERC721A standard, started a new trend in Anime PFP NFTs, and how it almost died because of a mistake.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/395025e744fd2f7f11e0b4dd5f499bea411a756ed76378ac9baec55ec8afbbf8.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><blockquote><p><strong>Please read</strong></p><p>All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtu.be/0td9Z8C4jNU">for example here.</a></p></blockquote><h2 id="h-scope-of-article" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Scope Of Article</h2><blockquote><ol><li><p>History</p></li><li><p>Team</p></li><li><p>The secret of success</p></li><li><p>Conclusion</p></li></ol></blockquote><h2 id="h-history" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">History</h2><h3 id="h-112021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">11/2021</h3><p>The first tweet from Azuki appeared on November 15. It was a 24-second video that showed several NFTs.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1460337104391528449?s=20&amp;t=TDw8h1qE9rU3QfImg8kXPg">https://twitter.com/AzukiOfficial/status/1460337104391528449?s=20&amp;t=TDw8h1qE9rU3QfImg8kXPg</a></p><h3 id="h-122021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">12/2021</h3><p>In the first month of its existence Azuki received support from famous and influential people. In December, the collection shows cinematic videos.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1468641733210566658?s=20&amp;t=TDw8h1qE9rU3QfImg8kXPg">https://twitter.com/AzukiOfficial/status/1468641733210566658?s=20&amp;t=TDw8h1qE9rU3QfImg8kXPg</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1468729793801691137?s=20&amp;t=TDw8h1qE9rU3QfImg8kXPg">https://twitter.com/AzukiOfficial/status/1468729793801691137?s=20&amp;t=TDw8h1qE9rU3QfImg8kXPg</a></p><h3 id="h-012022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">01/2022</h3><p>January was very productive for Azuki. It was the peak of the collection&apos;s popularity, everyone wanted to get a WhiteList in this project and get their NFT. At the beginning of the month there was information about the plans and values of the collection.</p><blockquote><p><strong>🌄 Vision &amp; Values</strong></p><p>Vision: To create the largest decentralized brand for the metaverse that is built and owned by the community.</p><p>Values: 1/ Community first 2/ Dope sh*t only 3/ Trust the process</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1062ab07251a9c245375a3662431895dd537ba6dada12ba1cead07897ff75f6a.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><blockquote><p><strong>👥 COMMUNITY</strong></p><p><em>Full-time moderation</em>Mods help protect and grow our community, the most valuable part of Azuki. We&apos;ve recently brought on a group of paid full-time and part-time mods. In an effort to professionalize community management in the NFT space, Azuki mods have daily calls within the Community and Product teams, work set hours, take regular breaks, and spend time off-screen.</p><p><em>Azuki GrantsIN</em>Calling all builders, artists, and creatives. The Garden is full of talented human beans that want to use their skills and passion for Azuki to create additive things for the community. Azuki will empower and provide grants to excellent members with great ideas through a grants program. We are working through the legal framework and application process.</p><p><em>Community SpacesIN</em>From casual hangouts to heartfelt stories, we have seen community-run spaces sprout all over Twitter. These forums are important places to grow the connective tissue of our community. See you at the next Red Bean Soup, or any of the other great spaces that are hosted by Azuki holders.</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e71a3b03b781bd885355d1c27e6fdb8c72575536c404c968cfd940e0d1c91158.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><blockquote><p><strong>🌐 Metaverse</strong></p><p>Azuki 3D: For Azuki, 3D means much more than simply making a 2D avatar 3D. We aim to create an immersive 3D experience when the time is right.</p><p>Digital Drip: If you&apos;re on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/hashtag/TeamAzuki?src=hashtag_click">#TeamAzuki</a>, you&apos;ll be dripped out in the metaverse from head to toe.</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/675aee04b224a777e9553624ed4e65c405632dce3893abf8ac349975ca91f83a.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><blockquote><p><strong>🧥 Physical World</strong></p><p>Streetwear: Expect exclusive drops in perpetuity</p><p>Physical collectibles: Figurines, toys, skateboards</p><p>IRL events: Meet-ups, exhibits, music festivals, &amp; more</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/08718a0d83250ce76e918ce600d0afad4963769d32becd7a27ac52fb69ddc40e.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><blockquote><p><strong>🌉 The Bridge Between</strong></p><p>The bridge between the physical and digital world presents a playground to create a new type of media. Here we will experiment with meta-games, interactive experiences, and unique ways to grow an IP.</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a9c0a708a2c69f6c320ac8c5e74aa99b4423ec23cd8626b07b5c50373c0fa127.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><blockquote><p><strong>🌱 Seedlings</strong></p><p>Ideas we&apos;re considering:</p><p>Partnerships: Take existing web2 IP which we know and love and revive them in web3, Azuki style.</p><p>$BEAN: A native currency to be used in the Azuki-verse.</p><p>DAO: Experimentation with governance structures to create an everlasting brand.</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1fe206712ed92b8440c63aa9c843e16706a3e7d73b35503397a3b292ae37fa96.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><blockquote><p><strong>📝 Your Ideas</strong></p><p>&quot;Human history is, in essence, a history of ideas.&quot; - H.G. Wells</p><p>What ideas do you have for Azuki? Let&apos;s write history together.</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a7a5718879f13f67f7b8dace3f6563afd6456a247a023ec8bd3e300e26b75405.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>The next big news this month was the mint date of the collection.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f439a29ff58988bc16a9100bb57eef909dc5bd63ec55559da967e3dae7c2b36d.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>And perhaps most important is the announcement of the new NFT <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.azuki.com/erc721a">ERC721A standard</a>. Azuki has developed a new algorithm that, for the first time in the NFT space, allows creating multiple NFTs at almost the same cost as creating a single NFT.</p><p>Ethereum prices have been high for months, prompting development teams to adapt. When multiple tokens are minted, the required cost of gas is proportional to the number of tokens being minted. ERC721A has three key optimizations that significantly reduce the need for additional gas.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/494a805078900790cbc864357fc3313198d66d29cf2b3f59cc48edc451a73090.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>On January 12, Azuki was minted and all NFTs with a starting price of 1 ETH were sold in less than 30 minutes. The minimum price on the secondary market immediately began to rise and Azuki took the first place in terms of volume on OpenSea.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1481326232427909120?s=20">https://twitter.com/AzukiOfficial/status/1481326232427909120?s=20</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1483507826718691328?s=20">https://twitter.com/AzukiOfficial/status/1483507826718691328?s=20</a></p><h3 id="h-022022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">02/2022</h3><p>February for Azuki was a month of record sales and new influential people among the holders of the collection. At the beginning of the month NFT number #4588 was bought for 90 ETH ($264,254).</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xed5af388653567af2f388e6224dc7c4b3241c544/4588">https://opensea.io/assets/ethereum/0xed5af388653567af2f388e6224dc7c4b3241c544/4588</a></p><p>A week later the record was updated and NFT number #4841 was bought for 150 ETH ($400,080).</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xed5af388653567af2f388e6224dc7c4b3241c544/4841">https://opensea.io/assets/ethereum/0xed5af388653567af2f388e6224dc7c4b3241c544/4841</a></p><p>On February 23 Azuki will be announcing a new collection. It will be a token in the amount of 20,000 copies. Ownership of the token will mean ownership of the NFT part number #40. This is the main character of the Azuki universe, Bobu Farmer. The price for one token is 0.01 ETH.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1496585348536692739?s=20">https://twitter.com/AzukiOfficial/status/1496585348536692739?s=20</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xed5af388653567af2f388e6224dc7c4b3241c544/40">https://opensea.io/assets/ethereum/0xed5af388653567af2f388e6224dc7c4b3241c544/40</a></p><h3 id="h-032022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">03/2022</h3><p>In early March, Bobu tokens were minted and peaked at 0.37 ETH ($1250).</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1500558814277476357?s=20">https://twitter.com/AzukiOfficial/status/1500558814277476357?s=20</a></p><p>The Azuki team has been busy all of March with a holding event for the collection in Los Angeles and so not a lot of announcements came out, but it was announced at the event that there was an airdrop waiting for the holders.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1508514859415089153?s=20">https://twitter.com/AzukiOfficial/status/1508514859415089153?s=20</a></p><h3 id="h-042022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">04/2022</h3><p>After the success of two collections, the team decided to launch a third and possibly final collection called &quot;BEANZ&quot;.</p><p>BEANZ - This is a collection that was a very strong splash of excitement. Each holder of the main collection received two new NFTs of the second collection on March 31. At the time of this article&apos;s release, the maximum price was 5.1 ETH, which is about $14,000.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1510366463521030147?s=20">https://twitter.com/AzukiOfficial/status/1510366463521030147?s=20</a></p><p>The team never ceases to amaze and sends 2,000 Bobu tokens ($1,000,000) to the International Space Station (ISS) for 31 days. During this time, Bobu will explore his interest in intergalactic sake.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1515430686496202756?s=20">https://twitter.com/AzukiOfficial/status/1515430686496202756?s=20</a></p><p>That same month also sees the announcement of Azuki&apos;s merch collection.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1518288152397443074?s=20">https://twitter.com/AzukiOfficial/status/1518288152397443074?s=20</a></p><h3 id="h-052022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2022</h3><p>On the night of May 9-10, Azuki, known as <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ZAGABOND">ZAGABOND.ETH</a>, posted an article on his Twitter page, in which he told us about his past collections. The post immediately went viral on Twitter and all social networks, a lot of holders doubted their purchases and started selling their NFTs.</p><p>Before Azuki, ZAGABOND worked on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CryptoPhunksV2">CryptoPhunks</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/collection/tendies-nft">Tendies</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptozunks">CryptoZunks</a>. All three of these projects were launched within eight months. Yep, and all of them are scandalously famous, as evidenced by the tweets of the projects&apos; participants.</p><p>The community was very indignant at what they read, so you could see a sharp decline in flor on Azuki. At the moment, the price is gradually returning to previous positions.</p><p>Amid this revelation, the minimum price was dropping to 7 ETH, but it was quickly bought back. As a result, the collection was able to recover almost completely due to its strong community.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ZAGABOND/status/1523775812893249537?s=20&amp;t=BimAbSkcjAUa5gcXN9DqFQ">https://twitter.com/ZAGABOND/status/1523775812893249537?s=20&amp;t=BimAbSkcjAUa5gcXN9DqFQ</a></p><p>The same month Azuki creates quality merch of their collection, a $2,000 double-sided jacket.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1527787187353202688?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A">https://twitter.com/AzukiOfficial/status/1527787187353202688?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A</a></p><h3 id="h-062022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">06/2022</h3><p>Azuki held another party in NY. The location was decorated in Japanese style. Anyone could get in, even those who didn&apos;t have an NFT.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1541929986327777281?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A">https://twitter.com/AzukiOfficial/status/1541929986327777281?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1541930020544954368?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A">https://twitter.com/AzukiOfficial/status/1541930020544954368?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A</a></p><h3 id="h-092022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">09/2022</h3><p>Azuki has created a limited edition of nine gold skateboards: custom-made, precision-milled and fully plated in 24-karat gold. Each skateboard is fully functional and features an exquisitely detailed gold dragon. It also weighs 45 pounds. Since September, Azuki began using PBT technology, a physical cryptographic chip that independently generates a pair of asymmetric keys, in their physical items.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1582057971739025420?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A">https://twitter.com/AzukiOfficial/status/1582057971739025420?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A</a></p><p>The skateboard auction ran out and all items sold for between 300 and 200 ETH.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1586123001694543872?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A">https://twitter.com/AzukiOfficial/status/1586123001694543872?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A</a></p><h3 id="h-112022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">11/2022</h3><p>Azuki and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ambushdesign">Ambush</a> collaborated in November. The Azuki x AMBUSH set includes:</p><ul><li><p>Black hoodie (with PBT support).</p></li><li><p>Cloud hoodie (with PBT support)</p></li><li><p>Pendant with silver dragon</p></li><li><p>Pendant with gold dragon</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1589618859127894016?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A">https://twitter.com/AzukiOfficial/status/1589618859127894016?s=20&amp;t=zRTVWlB5WJrKqTSyjhAp0A</a></p><h2 id="h-team" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Team</h2><p>Azuki was created by a group of artists and developers from Chiru Labs. According to the official website, they have experience working for large tech companies such as Facebook and Google, as well as experience in games. The group consists of pseudonymous members 2pm.flow, location tba, HoshiBoy, and is headed by ex-big tech entrepreneur Zagabond.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/00c22b199b1f30bc38d1e80c8a98412c9de88654df89b599dc63da2ae52f47e9.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><h2 id="h-the-secret-of-success" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The secret of success</h2><h3 id="h-1-the-concept" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. The concept</h3><p>Focusing on the Asian market Azuki made an emphasis on anime themes. It occupied an important niche in the field of NFT - anime - and became the standard for hundreds of projects after it. The avatars are aesthetically pleasing and, according to Zagabond, simply &quot;resonate&quot; with viewers, especially in Asia, where anime is much more popular.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AzukiOfficial/status/1571898908913324032?s=20&amp;t=eGddGMkRW_VBb7-Fx0Bm2A">https://twitter.com/AzukiOfficial/status/1571898908913324032?s=20&amp;t=eGddGMkRW_VBb7-Fx0Bm2A</a></p><h3 id="h-2-technology" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. Technology</h3><p>Despite Zagabond&apos;s unfortunate past path, the team created the new NFT <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.erc721a.org/">ERC721A</a> standard. This technology is actively used by new collections on the Ethereum blockchain and is updated by the team, the standard has over two thousand stars on Github. Azuki solved one of the most important blockchain problems and saved people a huge amount of ETH.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2be2fcead272c2a95b57f148d2a0fea60dac5c084ec7d60854c9e79cadea471a.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><h3 id="h-3-interaction-with-the-community" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3. Interaction with the community</h3><p>Like every successful NFT collection, Azuki pays attention to the community. One of the surprises for holders was the Beanz Collection Air Drop, the new collection really had value and demand. Another important factor is the community meetings, the team takes care of the events and arranges them at a very high level. And of course the merch, every owner can now wear their favorite collection on their clothes.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7cdd80f81c932229e6810f6777d44165b10dd4e0ad82f20582966a2acb2a52e5.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><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h2><p>Azuki may not have originally been intended to be a collection that would receive the Blue Chip title, but past experience has given the creator insight into the structure of creating a successful NFT collection.</p><p>Azuki today is a fledgling ecosystem that will show its development in the future, the collection is less than a year old. So we will hope and believe that the creators will still be able to surprise the community and show a cool result.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db891f0222792dc59f463180012b3118800690be88bdb4da6c930495575c2ee3.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><blockquote><p>Thank you for reading to the end. I hope this article has given you some new insights into this beautiful project.</p><p>If you found it useful, subscribe to my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/intent/user?screen_name=cryppinfluence">Twitter</a> and feel free to share it with others. If you have any suggestions for edits, whether it&apos;s something I missed or said wrong, feel free to write in the comments.</p></blockquote><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div>]]></content:encoded>
            <author>crypp-2@newsletter.paragraph.com (Crypp)</author>
        </item>
        <item>
            <title><![CDATA[CryptoPunks]]></title>
            <link>https://paragraph.com/@crypp-2/cryptopunks</link>
            <guid>0kHJ10ZeUqk3DHRXR3an</guid>
            <pubDate>Wed, 28 Dec 2022 19:53:59 GMT</pubDate>
            <description><![CDATA[Hello, today I am going to tell you about CryptoPunks. The most popular NFT project which steadily keeps on the top lines of sales. CryptoPunks was originally conceived as a free project where customers would only have to pay a gas commission.Please read All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, for example here.Sc...]]></description>
            <content:encoded><![CDATA[<p>Hello, today I am going to tell you about CryptoPunks. The most popular NFT project which steadily keeps on the top lines of sales. CryptoPunks was originally conceived as a free project where customers would only have to pay a gas commission.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/988062d9d004b7d82ce345372db5ff6bbfa09c807b17305ca21a196295113cb8.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><blockquote><p><strong>Please read</strong></p><p>All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtu.be/yM1YmE0Rd0A">for example here</a>.</p></blockquote><h2 id="h-scope-of-article" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Scope Of Article</h2><blockquote><ol><li><p>History</p></li><li><p>Team</p></li><li><p>The secret of success</p></li><li><p>Conclusion</p></li></ol></blockquote><h2 id="h-history" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">History</h2><h3 id="h-062017" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">06/2017</h3><p>The first mention of punks was on June 9, 2017. The project was created by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/larvalabs">Lavra Labs</a>. Studio founders <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/matthall2000">Matt Hall</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/pents90">John Watkinson</a> created a character generator and experimented with it. They were thrilled with the fun little pop art style portraits they were able to make. At first Hall and Watkinson thought their idea had the makings of a mobile app or game, but then they decided to create a collection of 10,000 NFT on the Ethereum blockchain.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksnfts/status/873173289455288320?s=20&amp;t=naFzVoz1Wa1vuJB_6Wkg7g">https://twitter.com/cryptopunksnfts/status/873173289455288320?s=20&amp;t=naFzVoz1Wa1vuJB_6Wkg7g</a></p><p>On June 16, the first sale of punk on the secondary market happened. CryptoPunk #6491 was sold for $38.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/6491">https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/6491</a></p><p>When volumes began to grow along with the popularity of punks, a bug was found in the contract. The user could buy a punk on the secondary market without having money to pay, thereby taking NFT out of the seller&apos;s wallet, but getting no money. A few days later, the bug was fixed and a new contract was rolled out, punks were returned to the former owners.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksnfts/status/878365709297999872?s=20&amp;t=naFzVoz1Wa1vuJB_6Wkg7g">https://twitter.com/cryptopunksnfts/status/878365709297999872?s=20&amp;t=naFzVoz1Wa1vuJB_6Wkg7g</a></p><p>On June 30, CryptoPunk #1374 was sold for 1.89 ETH ($563). It was a new record in price at that time.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/1374">https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/1374</a></p><p>A few hours later there was a new record, Punk #1886 was sold for 2.29 ETH ($650).</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/1886">https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/1886</a></p><h3 id="h-072017" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">07/2017</h3><p>Throughout July, sales were up, with an average price of $100 for a punk, but there were also many big sales of about $2,000.</p><h3 id="h-082017" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">08/2017</h3><p>In addition to the daily sales growth, Lavra Labs is announcing merch for CryptoPunks owners.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksnfts/status/893492756160577538?s=20">https://twitter.com/cryptopunksnfts/status/893492756160577538?s=20</a></p><h3 id="h-092017-042020" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">09/2017 - 04/2020</h3><p>There have been no major announcements or updates from the team for almost 3 years, and the price for the punks has been kept around $200. All the value of the collection was held on the faith of the community, probably the team did not fully realize the seriousness of the collection and continued to develop their mobile games.</p><h3 id="h-052020" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2020</h3><p>May 2020 sets a new record for punk sales. Punk #8348 was sold for 85 ETH ($18,102). It is the only punk in the collection with 7 attributes.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksbot/status/1262986409364852736">https://twitter.com/cryptopunksbot/status/1262986409364852736</a></p><p>Four days later the record was updated and Punk #6487 was sold for 100 ETH ($20,857).</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksbot/status/1264423942732886016?s=20&amp;t=CiIWj39iCF-Uje-ekgsgyA">https://twitter.com/cryptopunksbot/status/1264423942732886016?s=20&amp;t=CiIWj39iCF-Uje-ekgsgyA</a></p><h3 id="h-062020-012021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">06/2020 - 01/2021</h3><p>Prices continued to rise, there was again no big news for half a year.</p><h3 id="h-022021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">02/2021</h3><p>In February 2021, the floor on punks started at 10 ETH. The collection was in second place by volume, behind only the NBA Top Shot.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksnfts/status/1362154675827597313?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw">https://twitter.com/cryptopunksnfts/status/1362154675827597313?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksnfts/status/1362462977354584067?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw">https://twitter.com/cryptopunksnfts/status/1362462977354584067?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw</a></p><h3 id="h-032021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">03/2021</h3><p>In March a new record was set, Punk #3393 sold for 500 ETH ($954,650).</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksbot/status/1370816207704760322?s=20&amp;t=ZERnO6OtdduxS6LT6t9k8Q">https://twitter.com/cryptopunksbot/status/1370816207704760322?s=20&amp;t=ZERnO6OtdduxS6LT6t9k8Q</a></p><h3 id="h-052021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2021</h3><p>On May 12, the Christie&apos;s venue held an auction for nine punks from Lavra Labs&apos; personal collection. The nine punks sold for $16,962,500.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ChristiesInc/status/1392282036417728519?s=20&amp;t=hB59LeIYFiarbwF4UnjEVg">https://twitter.com/ChristiesInc/status/1392282036417728519?s=20&amp;t=hB59LeIYFiarbwF4UnjEVg</a></p><h3 id="h-102021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10/2021</h3><p>At the end of October there was a transaction to buy Punk #9998 for 124,457 ETH ($532,414,877). This is no mistake, one of the users created a Flash Loan transaction and set a record price for Punk.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/9998">https://opensea.io/assets/ethereum/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/9998</a></p><h3 id="h-032022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">03/2022</h3><p>After a long lull in the CryptoPunks collection an important event happens. Yuga Labs is acquiring the intellectual property of CryptoPunks and will transfer intellectual property rights to individual token holders.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/yugalabs/status/1502420714527334406?s=20&amp;t=cUixMf5UlZ59hiUMq6JhBA">https://twitter.com/yugalabs/status/1502420714527334406?s=20&amp;t=cUixMf5UlZ59hiUMq6JhBA</a></p><h3 id="h-062022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">06/2022</h3><p>Since the deal, Yuga has been showing its marketing skills and CryptoPunks appearing on city posters.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksnfts/status/1538895716369801216?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw">https://twitter.com/cryptopunksnfts/status/1538895716369801216?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw</a></p><h3 id="h-072022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">07/2022</h3><p>At the end of July, jewelry brand Tiffany is announcing exclusive pendants for punk holders. A total of 250 NFTs worth 30 ETH ($50,000) will be produced.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TiffanyAndCo/status/1553811244536270852">https://twitter.com/TiffanyAndCo/status/1553811244536270852</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xe8f88d16f24255fcfab25959705d724406d67d9d/250">https://opensea.io/assets/ethereum/0xe8f88d16f24255fcfab25959705d724406d67d9d/250</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/adc31604d4a9540357f64ec52aff3b04c2089497eb91dd8633cb0240f95bf0a0.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><h3 id="h-102022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10/2022</h3><p>As a tribute to the community, Yuga Labs began rebuilding the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cryptopunks.app/">cryptopunks.app</a> website, the company fixed all the vulnerabilities and improved the interface. Initially, before <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/">OpenSea</a>, all punk purchases and sales took place on this site.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptopunksnfts/status/1579864409916465154?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw">https://twitter.com/cryptopunksnfts/status/1579864409916465154?s=20&amp;t=__2H0clxZjqVp7kwl-sWWw</a></p><h2 id="h-team" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Team</h2><p>The project was started by a team of two Canadian software developers, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/matthall2000">Matt Hall</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/pents90">John Watkinson</a>, who call themselves &quot;creative technologists.&quot; And many of the attributes they mixed with CryptoPunks can be found throughout the NFT scene.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/10a9185d79dce1d50f61fa72e89986d16e9519eab8a03a87def82da044e3f58c.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><h2 id="h-the-secret-of-success" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The secret of success</h2><h3 id="h-1-article-from-mashable" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. Article from Mashable</h3><p>CryptoPunks took off after an article on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mashable.com/article/cryptopunks-ethereum-art-collectibles">Mashable</a>. It said that CryptoPunks could &quot;change the idea of digital art&quot;. The authors also honestly wrote that their NFTs &quot;don&apos;t do anything&quot; and can only be bragged about on their social media pages. Despite this, within hours of the article&apos;s release, all of the crypto-punks were sold out. Hall and Watkinson kept 1,000 NFTs in case they &quot;became something special.&quot;</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mashable/status/875749080596611073?s=20&amp;t=mQKKoR3umC325Pf-7LBRMw">https://twitter.com/mashable/status/875749080596611073?s=20&amp;t=mQKKoR3umC325Pf-7LBRMw</a></p><h3 id="h-2-the-bull-market" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. The bull market</h3><p>In 2017, bitcoin rose almost 20 times in a short time, reaching a historic high of $19,783. This figure &quot;held&quot; until the end of 2020, when the bitcoin rate rose to $19,808. In addition, the Ethereum cryptocurrency, which supports smart contracts or &quot;smart contracts,&quot; was created. CryptoPunks began to grow in popularity in mid-2017, at which time there were already many other NFT collections. Among them is <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/NBATopShot">NBA Top Shot</a>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6a900f1f9e6884ae248d6d30dcc331fd517ba187a6659a65d50861b1c3b7c417.png" alt="2017 Bull Run" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">2017 Bull Run</figcaption></figure><h3 id="h-3-luxury" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3. Luxury</h3><p>As soon as NFT CryptoPunks moved into the &quot;expensive&quot; category, rich buyers became interested in them. A cryptopunk on a social network avatar became an indicator of social status.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/steveaoki/status/1456734058130460675?s=20&amp;t=O0Abryn_VHMZtsWAC_T4Hw">https://twitter.com/steveaoki/status/1456734058130460675?s=20&amp;t=O0Abryn_VHMZtsWAC_T4Hw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Banks/status/1413555460775448577?s=20&amp;t=O0Abryn_VHMZtsWAC_T4Hw">https://twitter.com/Banks/status/1413555460775448577?s=20&amp;t=O0Abryn_VHMZtsWAC_T4Hw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/LoganPaul/status/1422659980252094467?s=20&amp;t=O0Abryn_VHMZtsWAC_T4Hw">https://twitter.com/LoganPaul/status/1422659980252094467?s=20&amp;t=O0Abryn_VHMZtsWAC_T4Hw</a></p><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h2><p>CryptoPunks started as an experiment and were given away for free, and in 2021 they became valuable collectibles. Blockchain helped secure ownership and NFT made each CryptoPunks unique.</p><p>Cryptopunks are no longer just 10,000 24×24 pixel pictures. They are unique pieces of digital art that give their owners the opportunity to demonstrate their social status and influence the art world.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a7257f14172e1bd1810a188502c9295bd07321ef04de028eb3fdc5a844f631f7.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><blockquote><p>Thank you for reading to the end. I hope this article has given you some new insights into this beautiful project.</p><p>If you found it useful, subscribe to my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/intent/user?screen_name=cryppinfluence">Twitter</a> and feel free to share it with others. If you have any suggestions for edits, whether it&apos;s something I missed or said wrong, feel free to write in the comments.</p></blockquote><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div>]]></content:encoded>
            <author>crypp-2@newsletter.paragraph.com (Crypp)</author>
        </item>
        <item>
            <title><![CDATA[Bored Ape Yacht Club]]></title>
            <link>https://paragraph.com/@crypp-2/bored-ape-yacht-club</link>
            <guid>9oOqJNPxFicKvSEUDtsT</guid>
            <pubDate>Wed, 07 Dec 2022 20:08:28 GMT</pubDate>
            <description><![CDATA[Today I&apos;m going to tell you about an NFT collection whose mint was more than 5 days and secondary sales were in the negative, but today it&apos;s the leader, ranking second in volume on OpenSea.Please read All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, for example here.Scope Of ArticleHistoryTeamThe secret of succe...]]></description>
            <content:encoded><![CDATA[<p>Today I&apos;m going to tell you about an NFT collection whose mint was more than 5 days and secondary sales were in the negative, but today it&apos;s the leader, ranking second in volume on OpenSea.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/144e452833beb822661c1ae0f7972d4cfd74b2dd1281b087f26fb6ad5deea2d4.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><blockquote><p><strong>Please read</strong></p><p>All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, for <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtu.be/qcFQB8XPrko">example here</a>.</p></blockquote><h2 id="h-scope-of-article" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Scope Of Article</h2><blockquote><ol><li><p>History</p></li><li><p>Team</p></li><li><p>The secret of success.</p></li></ol></blockquote><h2 id="h-history" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">History</h2><h3 id="h-042021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">04/2021</h3><p>The story begins in April 2021. At that time, the bull cycle was in full swing. And just at that time, the Bored Ape Yacht Club appeared. Behind the project was a team consisting of the following funny nicknames: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CryptoGarga">Gargamel</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/GordonGoner">Gordon Goner</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TomatoBAYC">Emperor Tomato Ketchup</a>, and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/sassbayc">No Sass</a>.</p><p>On April 17, the first announcement from BAYK comes out.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1383466067419299840?s=20&amp;t=Uobzl3jMNGv4P_lQNnNNNQ">https://twitter.com/BoredApeYC/status/1383466067419299840?s=20&amp;t=Uobzl3jMNGv4P_lQNnNNNQ</a></p><p>On April 23rd at 23:13 UTC, the smart contract minted the first 30 apes. Over the next 7 days, most of these monkeys were distributed to the founders and active members of web3. Many of whom still have their monkeys and have become community leaders. Here&apos;s what BAYK #0 looks like, this NFT is now in the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0xf7801B8115f3Fe46AC55f8c0Fdb5243726bdb66A">wallet</a> of one of the creators of Yuga Labs.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/0">https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/0</a></p><p>On April 24, the public mint went live. And <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TomatoBAYC">Emperor Tomato Ketchup</a> minted the first NFT at 21:56 UTC.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/30">https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/30</a></p><p>After 2 minutes, the user known as <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/Genomic">Genomic</a> in OpenSea created the next 10 apes. All 10 apes minted by Genomic will be sold, 7 of them below 0.6 ETH.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ac3342233f03be1f12e130949af3acea764cd6428094952cec4570162a68a963.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>Of all the NFTs, this user left only one, which is still stored in one of his <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/Genomic-Vault">wallets</a>.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/6006">https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/6006</a></p><p>The first secondary sale took place on April 30, when user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/ChewieShotFirst">ShotChewie</a> accepted an offer of 0.16 ETH from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/jack-maschka">jackmaschka</a>, who sold this NFT for 3.33 ETH a couple of months later. At the time of the sale, a week after public sale began, 373 monkeys had been minted. After the first secondary sale, all NFTs will be minted within 12 hours.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/33">https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/33</a></p><h3 id="h-052021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2021</h3><p>On May 1, the collection finally sold out, the volume began to grow, but the collection was still selling at a disadvantage on the secondary market.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1388438503986446337?s=20&amp;t=Uobzl3jMNGv4P_lQNnNNNQ">https://twitter.com/BoredApeYC/status/1388438503986446337?s=20&amp;t=Uobzl3jMNGv4P_lQNnNNNQ</a></p><p>On May 15, the collection is noticed by The SandBox and RTFKT, which further increases interest in BAYK.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TheSandboxGame/status/1393546483106975747?s=20&amp;t=CXa0ZggQ6rBa6Tf4J53jCw">https://twitter.com/TheSandboxGame/status/1393546483106975747?s=20&amp;t=CXa0ZggQ6rBa6Tf4J53jCw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1393612222924984323?s=20&amp;t=CXa0ZggQ6rBa6Tf4J53jCw">https://twitter.com/RTFKT/status/1393612222924984323?s=20&amp;t=CXa0ZggQ6rBa6Tf4J53jCw</a></p><p>Two weeks after the sold-out the first expensive purchase of NFT number 5840 was made, it was bought by the user with the nickname <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/ptm">PTM</a> for 7.5 ETH.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/5840">https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/5840</a></p><p>As early as May 24, the project began creating the first of its own merch for the collection&apos;s holders.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1396910783582416897?s=20&amp;t=Uobzl3jMNGv4P_lQNnNNNQ">https://twitter.com/BoredApeYC/status/1396910783582416897?s=20&amp;t=Uobzl3jMNGv4P_lQNnNNNQ</a></p><p>The value of the collection was growing every day, there were collaborations with famous brands, ads were bought on billboards in major cities, fans were going crazy, and it was only the first month after the sold-out.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c71cced1a412ab79334561e7ead438c9e2df60f29d33675c4295c6a8849c4c69.jpg" 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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/615d7c423b8eb1e5b8828f835a8c0adae7a348d0b8ad7f0f7a00f192fa13488c.jpg" 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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b4d80e1e2b2165f68bda24cd42040266aff72c576bca2b699825f69928796e41.gif" 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><h3 id="h-062021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">06/2021</h3><p>The most important event in June was the announcement of a new collection - Bored Ape Kennel Club. Every BAYK owner got his or her dog airdrop.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1406008690004611076?s=20">https://twitter.com/BoredApeYC/status/1406008690004611076?s=20</a></p><h3 id="h-082021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">08/2021</h3><p>In early August, RTFKT showed a concept pair in collaboration with BAYK, which will not be released.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1424458723548925958?s=20&amp;t=d7kZ-wnDOrimG3Fr39R6Ng">https://twitter.com/RTFKT/status/1424458723548925958?s=20&amp;t=d7kZ-wnDOrimG3Fr39R6Ng</a></p><p>Not even a month has passed since the Bored Ape Kennel Club airdrop, and BAYK are announcing a new collection, the Mutant Ape Yacht Club.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1426645054869934087?s=20">https://twitter.com/BoredApeYC/status/1426645054869934087?s=20</a></p><p>Two weeks after the announcement occurred, BAYK Holders received their NFT mutation capsules and 10,000 more mutants were sold at the public sale.</p><h3 id="h-092021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">09/2021</h3><p>On September 9, a historic moment occurred. 101 NFT BAYKs were sold at a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.sothebys.com/en/buy/auction/2021/ape-in/101-bored-ape-yacht-club">Sothebys</a> auction for $24,393,000.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c04458726721e52bf0606b1c78165e4699aada82356966c4fe83ec7046ff3195.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>On September 21, the company is releasing a finished version of the roadmap, promising to create a fest for holders, collaboration with The SandBox, and so on.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1457856f7d7c874c6d9f5dc932b6923eb6bff5faa60dfd7e55d7d3c28e91cccd.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>A week after the roadmap was announced, the famous DJ <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/marshmello">Marshmello</a> bought himself NFT number 4808 for 75 ETH.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/4808">https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/4808</a></p><h3 id="h-102021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10/2021</h3><p>On Oct. 1, BAYK announced five events for holdovers, including Bright Moments Gallery, Ape Fest Yacht Party, Ape Fest Merch Pop-Up, Ape Fest Warehouse Party and Ape Fest VIP Charity Dinner.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f1933d0960366bde4e35887fce8a17ac7e9604cf2eba4d99e775d3f2024e2f99.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/91f33a1f8f718168b42a457d1a0c9bf7b5aaa40ab6fbe140978e4627df99a5fa.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>That same month, it was decided to create its own token for the BAYK ecosystem. A legal entity was necessary to enter into partnerships with the real financial sector. The creation of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/yugalabs">Yuga Labs</a> allowed BAYC to start a partnership with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/moonpay">MoonPay</a>, a service for fast purchase of cryptocurrency from a card. A team of lawyers from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/FenwickWest">FenwickWest</a> helped with the legalization of the blockchain project.</p><p>The cooperation with MoonPay has opened new promotion opportunities for BAYK. At the end of October, a new merchandise and festival were announced with the support of MoonPay.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1451359546149163008?s=20">https://twitter.com/BoredApeYC/status/1451359546149163008?s=20</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1453911020137816068?s=20">https://twitter.com/BoredApeYC/status/1453911020137816068?s=20</a></p><h3 id="h-112021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">11/2021</h3><p>Yuga Labs kicked off November with popular American magazine Rolling Stone putting Bored Ape Yacht Club <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://shop.rollingstone.com/products/rolling-stone-x-bored-ape-yacht-club-special-collectors-edition-zine">on the cover</a> of the new issue of NFT. The magazine sold a limited edition of 2,500 pieces.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2fc51f3de511c8e44f143a6a0549cd49c70a02d38246028d1b2dc861c54308aa.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>On November 10, at the SuperRare auction, Yuga Labs partnered with Rolling Stone to launch a collectible cover sale in variations with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://superrare.com/artwork-v2/rolling-stone-x-mutant-ape-yacht-club-cover-30248">MAYK</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://superrare.com/artwork-v2/rolling-stone-x-bored-ape-yacht-club-cover--30247">BAYK</a>. The mutant cover was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/jmogul">jmogul21</a> for 47 ETH and is now in that user&apos;s <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/MarshallVault">vault</a> wallet. The cover with the usual monkey was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/SaintBayview">saintbayview</a> for 100 ETH. And now it is also in his <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/SaintBayviewVault">vault</a>.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/30248">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/30248</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/30247">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/30247</a></p><p>At the end of November, Yuga shows a monkey in a suit from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/adidasoriginals">Adidas</a>, it was another collaboration with the biggest brand.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3f1d856be5b1b53945497022736e93071904190f13b6dbccf963b44ac577c80d.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><h3 id="h-122021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">12/2021</h3><p>December didn&apos;t turn out to be as busy, with BAYK trying to have a competition in their own mobile game, but encountering difficulties from Apple. The only important event of December was the release of NFT Adidas x BAYK. These NFTs provided holdovers to exclusive merch.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/adidasoriginals/status/1471909577658675204?s=20&amp;t=Kyfx5pqC2oSo6q6ksSbj0w">https://twitter.com/adidasoriginals/status/1471909577658675204?s=20&amp;t=Kyfx5pqC2oSo6q6ksSbj0w</a></p><h3 id="h-032022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">03/2022</h3><p>Another high-profile event in the history of Yuga Labs was the acquisition of CryptoPunks and Meebits collections. In the same way, all commercial rights for NFT were transferred to their holders.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cb369b865f4e3ce513c4981a3e915e74c77ab8f23df572a5dbf34e368a35c73a.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>On March 17, Yuga Labs will announce details of the $APE token. 15% of the total token saplay has been sent to holders of Bored Ape Kennel Club, Bored Ape Yacht Club and Mutant Ape Yacht Club collections. NFT BAYC holders claim an Airdrop of about 10,094 ApeCoin ($APE) + 846 tokens for BAKC, MAYC holders for 2,042 coins.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/apecoin/status/1504201556165644298?s=20&amp;t=TGlWJQlbGeWxRPE0_tUhOA">https://twitter.com/apecoin/status/1504201556165644298?s=20&amp;t=TGlWJQlbGeWxRPE0_tUhOA</a></p><p>At the end of March, Yuga posted a link to doing KYC in their future metaverse.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1502056861624946688?s=20&amp;t=Z8QRmBvsA9VMFfaR0_OX3g">https://twitter.com/BoredApeYC/status/1502056861624946688?s=20&amp;t=Z8QRmBvsA9VMFfaR0_OX3g</a></p><h3 id="h-042022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">04/2022</h3><p>KYC closes and BAYK announces information about their land sale. There will be a total of 100k lands, 30k of which will go to MAYC/BAYC holders and 70k to the public sale. At the end of April, Yuga will begin pre-assembly of participants&apos; wallets.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/OthersideMeta/status/1520391607815753730?s=20&amp;t=wEqRllu0dBycAXuA2ENsIA">https://twitter.com/OthersideMeta/status/1520391607815753730?s=20&amp;t=wEqRllu0dBycAXuA2ENsIA</a></p><p>On the night of April 31 the minting of the Otherside lands began. All NFTs were sold out in less than three hours.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/OthersideMeta/status/1520568874609127425?s=20&amp;t=kOQU2ti9onZEg8EETGLMOg">https://twitter.com/OthersideMeta/status/1520568874609127425?s=20&amp;t=kOQU2ti9onZEg8EETGLMOg</a></p><h3 id="h-062022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">06/2022</h3><p>In June, BAYK held another festival in New York and made special merch that you can only get at the festival.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1538693521917501441?s=20">https://twitter.com/BoredApeYC/status/1538693521917501441?s=20</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9d7b338afa14a66e36871e43ff80990d7a45e3cec4d538912869189b9e3a23bd.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>In the same month another collaboration between BAYK and Rolling Stone took place. Two more 1/1 covers sold in mutated and classic versions. The mutated version was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/brandonkangfilms">brandonkangfilms</a> for 22,696 $APE tokens. The classic version was purchased by an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0xe5782fa93187334169052b61cAEa7d9bF9d508b1">anonymous user</a> for 42,106 $APE tokens.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0x495f947276749ce646f68ac8c248420045cb7b5e/90185568349136980610009985130841770646367886002131022466353020512625861066753">https://opensea.io/assets/ethereum/0x495f947276749ce646f68ac8c248420045cb7b5e/90185568349136980610009985130841770646367886002131022466353020512625861066753</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0x495f947276749ce646f68ac8c248420045cb7b5e/90185568349136980610009985130841770646367886002131022466353020513725372694529">https://opensea.io/assets/ethereum/0x495f947276749ce646f68ac8c248420045cb7b5e/90185568349136980610009985130841770646367886002131022466353020513725372694529</a></p><p>Another high-profile event took place the same month at ApeFest, Eminem and Snoop Dogg presented their joint track right on stage at the festival.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1540153474851246080?s=20">https://twitter.com/BoredApeYC/status/1540153474851246080?s=20</a></p><h3 id="h-102022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10/2022</h3><p>On October 8, during season 3 of The SandBox, the BAYK MIAMI 2035 map was released. Also in collaboration with the game were created avatars of BAYK holders and special events for them.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC/status/1578742507600740353?s=20">https://twitter.com/BoredApeYC/status/1578742507600740353?s=20</a></p><h2 id="h-team" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Team</h2><p>The original founders, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cryptogarga"><strong>Greg Solano</strong></a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/GordonGoner"><strong>Wylie Aronow</strong></a>, met out of a shared love of literature - they were supposedly brought together by a heated discussion about the work of writer David Foster Wallace.</p><p>No NFT project is without programmers and here <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TomatoBAYC"><strong>Emperor Tomato Ketchup</strong></a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/sassbayc"><strong>No Sass</strong></a> came to the rescue. The two coders were capable of coding on blockchain, but neither of them had worked on NFT projects before, let alone on such large-scale projects.</p><p>Although each monkey was not drawn individually - there are 10,000 of them - each element was created with great care by artist and designer <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/allseeingseneca"><strong>Seneca</strong></a>.</p><h2 id="h-the-secret-of-bayks-success" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The secret of BAYK’s success</h2><h3 id="h-1-collaborations" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. Collaborations</h3><p>One of the most important partnerships was with MoonPay. It is this partnership that will play a big role in the promotion of BAYC, MAYC, and BAKC. MoonPay had connections with the artist&apos;s managers to buy him NFT BAYC. In return, the artist would post on Twitter/Instagram and put the purchased NFT on his avatar.</p><p>MoonPay was almost always mentioned and that they helped Eminem, Post Malone, Madonna, Lil Baby and others become members of the Bored Ape Yacht Club community.</p><p>MoonPay even sponsored a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtu.be/Tc0tLGWIqxA">music video</a> of Post Malone and The Weekend where he buys NFT.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/lilbaby4PF/status/1456130223012032516?s=20&amp;t=J_RsUpVrpxnw2SOp_Lqs4Q">https://twitter.com/lilbaby4PF/status/1456130223012032516?s=20&amp;t=J_RsUpVrpxnw2SOp_Lqs4Q</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Madonna/status/1507183071551971330?s=20&amp;t=3bdK88geX8KioxM9Ys6CXg">https://twitter.com/Madonna/status/1507183071551971330?s=20&amp;t=3bdK88geX8KioxM9Ys6CXg</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/GwynethPaltrow/status/1486482496883625984?s=20&amp;t=OH_T7Mh8OwyVM5L2znWFmA">https://twitter.com/GwynethPaltrow/status/1486482496883625984?s=20&amp;t=OH_T7Mh8OwyVM5L2znWFmA</a></p><p>Also, the collaboration with Rolling Stone allowed the collection to go beyond the blockchain and become a fashion brand.</p><h3 id="h-2-community" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. Community</h3><p>Aside from the community buying NFTs and raising the price of the collection, tell me, have you ever seen someone with a BAYK who fliping an NFT on Solana for a $10 profit? No. Every BAYK Community member is a wealthy person, which means....why am I telling it......just look at these photos....</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/theboredcafe/status/1590841435427082240?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw">https://twitter.com/theboredcafe/status/1590841435427082240?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/babyape113/status/1584460869601497088?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw">https://twitter.com/babyape113/status/1584460869601497088?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/MutantDave/status/1575847527500300289?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw">https://twitter.com/MutantDave/status/1575847527500300289?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/friesframe/status/1567903932994797568?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw">https://twitter.com/friesframe/status/1567903932994797568?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/StonedAbu/status/1563667842603573248?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw">https://twitter.com/StonedAbu/status/1563667842603573248?s=20&amp;t=nmBUEWEvyw6POOzgNeuLHw</a></p><h3 id="h-3-attention-to-the-community" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3. Attention to the community</h3><p>Let&apos;s imagine that you bought BAYK at the start for 0.08 ETH.</p><p>You get:</p><ol><li><p>Bored Ape Kennel Club ~ 6 ETH</p></li><li><p>Mutant Ape Yacht Club ~ 20 ETH</p></li><li><p>ApeCoin Airdrop (10000 for BAYK, 2000 for MAYK, 850 for BACK)</p></li></ol><p>By doing the math, you can see that the collection holders got between $200,000 and $300,000 airdrop, not taking into account the increase in value of the main BAYK collection. It is the team&apos;s attention to the community that makes people believe and go crazy with their NFT.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2f61512a7ed2ef7ddaea31ac86a869dbc5c56ba6e7f96d2caa119a2213a4be3e.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><blockquote><p>Thank you for reading to the end. I hope this article has given you some new insights into this beautiful project.</p><p>If you found it useful, subscribe to my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/intent/user?screen_name=cryppinfluence">Twitter</a> and feel free to share it with others. If you have any suggestions for edits, whether it&apos;s something I missed or said wrong, feel free to write in the comments.</p></blockquote><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div>]]></content:encoded>
            <author>crypp-2@newsletter.paragraph.com (Crypp)</author>
        </item>
        <item>
            <title><![CDATA[Clone⚔️Force]]></title>
            <link>https://paragraph.com/@crypp-2/clone-force</link>
            <guid>KMKVQTBaB3buGaN7qkZm</guid>
            <pubDate>Mon, 28 Nov 2022 18:27:12 GMT</pubDate>
            <description><![CDATA[Today we are going to talk about a product that you have hardly ever heard of, but I think everyone should pay attention, because they are the true guardians of the blockchain - Clone Force. First I want to tell you about the team, then let&apos;s move on to the history of the brand.TeamEach member of the team is a person with extensive experience in their field, learning the history of the creators, you can see that the project are working on real professionals.Yobs [Co-Founder] - Yobs is a ...]]></description>
            <content:encoded><![CDATA[<p>Today we are going to talk about a product that you have hardly ever heard of, but I think everyone should pay attention, because they are the true guardians of the blockchain - Clone Force.</p><p>First I want to tell you about the team, then let&apos;s move on to the history of the brand.</p><h2 id="h-team" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Team</h2><p>Each member of the team is a person with extensive experience in their field, learning the history of the creators, you can see that the project are working on real professionals.</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/yobsyobsyobs">Yobs [Co-Founder]</a> - Yobs is a Multi disciplinary artist and visionary. Best known for his fine detailed custom paintwork on luxury leather goods. Since starting to customize sneakers and clothing for the streetwear scene in London from the age of 15, he has collaborated and worked with brands such as NIKE, Hummel and Footlocker, as well as creating customs for high profile clientele such as Ronaldinho &amp; Travis Scott. Previously working as a lead airbrush artist for RTFKT was a major catalyst into entering the web3 space. Now a prominent and positive community member in the Clone X ecosystem, Yobs found his calling creating wearables for clones under his brand <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CLNWR_">CLNWR</a>.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cd1a1782577837e0ac6e92427f4b2fa16f9fb3a6eca3b4d350aa65a256404469.png" alt="CloneX #7933" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">CloneX #7933</figcaption></figure><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/saffakaneraNFT">Saffakanera [Co-Founder]</a> - Saffakanera is highly awarded creative director specializing in branding, working at some of the worlds best creative agencies including M&amp;C Saatchi, Frost, BBDO, and RGA. At present he’s Head of Brand Design at Proto, where he utilizes his skills in motion design, art direction, graphic design and branding to help shape brands at the forefront of technology and innovation. He’s helped clients big and small including the likes of Coca Cola, Pepsi Co, Google, Amazon, L’Oreal, Harvey Nichols, MTV, KFC, Centrepoint and Australian Cancer Research Foundation. Saffa accidentally fell into web3, when trying to support a friend’s “art project”. But it was only after joining the CloneX community that he truly fell in love with the space and began to see the real potential that this new world could unlock. Saff also has its own <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.saffakaneradsgn.com/">project to create limited edition clothing.</a></p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2233f3e48d8de0d14fa2c544522d7b5331c7fe719f0299090a68a79b9cfaae08.png" alt="CloneX #491" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">CloneX #491</figcaption></figure><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/toprak3d">TOPRAK3D [Co-Founder]</a> - Toprak is a 3D Generalist, mixing innovative technologies with his art. After receiving 3D education from Plato MYO, he spent the next 5 years working in the industry. During this time, he specialized as a lighting &amp; shading artist at the top advertising and animation studio in Turkey, creating animations for clients such as Sony, Coca Cola, Sensodyne and many more. After discovering web3, Toprak decided to quit his job and give his full focus to creating animations and models for the Metaverse. One of his most notable creations being the &apos;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://oncyber.io/gothic-throne-room">Gothic Throne Room</a>&apos; submission for the RTFKT creators loot pod challenge, which landed him the number 1 spot in the challenge making him an official RTFKT.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c36422382eb98c86ab3c36ac95cc3a28a1aa00a38079294fc3ff130205e1edb5.png" alt="CloneX #12812" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">CloneX #12812</figcaption></figure><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/LokaGG1337">LOKAGG [Chief Operating Officer]</a> - LokaGG is a long time investor and collector in the web3 space with an economic and administration degree from Handelshoyskolen BI in Norway. A triumphant entrepreneur in web2 who fell down the rabithole back in 2016 with a lot of sucessful investments in numerous startups both in and outside of web3. Among his best early investments, you can find the likes of IOTA, OMG Network (OmiseGo), Tezos, EOS, NEO (Antshares) and CryptoKitties. And in recent years the likes of Beeple art, BAYC, FEWOCiOUS, Cool Cats NFT and last but not least RTFKT. Loka gained the title of “eligble for most mintvials” ١ 5452 leading up to the drop of Clone X by holding 47 eligible items, most of which were minted from the early days of RTFKT, meaning he was able to mint a whopping 141 mint vials. Loka is the epitomy of diamond hands, a certified degen who only invests in things that are dope and innovative with a solid team behind it.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be3c88579f9efab825e9a8cbf6de02964664632abe61d476675ad5c730e730b9.png" alt="CloneX #4553" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">CloneX #4553</figcaption></figure><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/eddski_chew">EDDSKI [Head of Animation]</a> - Eddie is the founder and primary educator at Griffin Animation Academy. He has a background in Media Arts from Curtin University and has been in the VFX / Animation industry for nearly 20 years. Eddie has worked on over 50 animated projects ranging from TV shows, Game Cinematics to Hollywood productions including Godzilla vs Kong, The Hobbit: The Desolation of Smaug and The Battle of the Five Armies, Spiderman: Into the Spider-verse, Diablo 2: Resurrection, Halo Infinite and most recently the upcoming Transformers: Rise of the Beasts. Eddie founded Griffin Animation Academy with the hopes of helping aspiring animators reach the next level in their careers. Aligning with the core fundamentals of web3 drove Eddie to take his skills to the metaverse.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xNox_eth">NOX [Developer]</a> - Nox is an experienced software engineer who&apos;s been in the industry for over 10 years. He&apos;s an entrepreneur, a full-stack developer, and a passionate learner in every aspect of his life. Nox has experience working for the biggest companies in the world, including Google - LVMH - L&apos;Oreal, building scalable, distributed systems. He quit his job a few years ago and started freelancing, where he met lots of amazing folks all over the world and built lots of interesting projects. He recently got into the web3 world and immediately fell in love with it. It&apos;s a whole new decentralized world, waiting to be built from the ground up, which makes it extra interesting to him.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c73f26175f112afcbffee8b3b410d65ba955d9b391375fa978667f99b5d201b6.png" alt="CloneX #16656" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">CloneX #16656</figcaption></figure><h2 id="h-history" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">History</h2><h3 id="h-072022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">07/2022</h3><p>The story of Clone Force begins on July 20. The team posted a short video on their social media, in which they demonstrated their professional skills. The tweet immediately received support from the RTFKT team and interest in the project was immediately high.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1549796022355910657?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1549796022355910657?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><h3 id="h-082022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">08/2022</h3><p>On August 5, the team opened a discord server for 5 days. Then it became closed. At that time, about 7 thousand people joined discord, among which there were about 700 bots who were banned.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1555541930578165760?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1555541930578165760?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>Already the day after the closure of Discord, August 11, the first quest was announced. The whole point of the quest was to link your discord and wallet to the website. For the quest was allocated 5 days.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1557778966366273538?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1557778966366273538?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>On August 16, Clone Force announced a free NFT The Calling - Clone Force MintStone (ATH 0.3 ETH). This NFT was a pass to the main NFT in the ecosystem, Echostone.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1559603523331190784?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1559603523331190784?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>Another important event in August was the release of the roadmap. The project itself states that they have abandoned the roadmap concept with all future plans because they are subject to change.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1561760679589072896?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1561760679589072896?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>Finally, the last announcement in August was a trailer showing a huge Demon EchoStone.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1565703605381890050?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1565703605381890050?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><h3 id="h-092022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">09/2022</h3><p>In early September, details of the EchoStone, the ecosystem&apos;s capstone mint, were announced. The stones were of varying rarity - Human(25%), Robot(20%), Demon(16%), Angel(16%), Reptile(11%), Undead(8%), Alien(5%).</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1567575327374823424?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1567575327374823424?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>On September 12 mint EchoStone happened, for sending MintStone + 0.05 ETH you received depleted MintStone 2 and EchoStone of random rarity.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fc9809965e113725db9f9e5300d4251a71e1e8fb7b4aa1c4708eeadbbc0228e7.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>On the same day, the news came out that in addition to the usual stones, there was an opportunity to get a gold version.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1569342447221719047?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1569342447221719047?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>Two days later, the roadmap changed slightly and an updated version was released.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1570095768995872775?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1570095768995872775?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>As early as September 15, Clone Force will announce Airdrop, an act of unity. EchoStone owners commit to 8 types of quests on the site. When all signatures are achieved, the 1st airdrop for ALL Echostone owners is activated. Every EchoStone owner has received The Nexus Relic.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1570168992270290945?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1570168992270290945?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>On September 16, users discovered eight EchoStone DNAs in the contract. It had the classified name XXXX in the contract. It was necessary to burn 7 known DNA to create the 8 type of DNA. The developers said that it was too early to call this feature and you won&apos;t get any benefits from it, but the user with the nickname <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/runo_dev">Kami</a> burned his 7 stones two hours after the announcement. Now there is an eighth <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0x5e1a29c0ffc4bf6a5d725727ef6ad4c506ae57a4/3079">DNA called Kami</a>.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/prollynuthin/status/1570614177424896001?s=20&amp;t=vpwDki8d3d5XhknixywciA">https://twitter.com/prollynuthin/status/1570614177424896001?s=20&amp;t=vpwDki8d3d5XhknixywciA</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/yobsyobsyobs/status/1571818154715918336?s=20&amp;t=xe0RgDj0mVdEn_g3iGSdDw">https://twitter.com/yobsyobsyobs/status/1571818154715918336?s=20&amp;t=xe0RgDj0mVdEn_g3iGSdDw</a></p><p>At the end of September, Clone Force announces Trials of the Seven. This is a quest consisting of 7 trials pertaining to different DNA. With each solved quest, the relic changes its appearance and one of the character bars begins to illuminate.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1575202546574315520?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1575202546574315520?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><h3 id="h-102022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10/2022</h3><p>The team is showing another cinematic trailer, you just have to enjoy it.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1576979145573089287?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1576979145573089287?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>On October 3, the Angel&apos;s quest ends.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1577021774461816833?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1577021774461816833?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>On October 7, users solve the Robot&apos;s trial.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1578420479320129547?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1578420479320129547?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>The Demon&apos;s task is solved on October 12.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1580251548055408640?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1580251548055408640?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>On October 17, the Alien&apos;s trial is solved.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1582093678826622979?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1582093678826622979?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>On October 21, the Reptilian trial ends.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1583442610869633024?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1583442610869633024?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><p>October 26 The Trial of Undead is done. There is one last trial left, and the team decided not to rush into it.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1585356641658339329?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw">https://twitter.com/CloneForceTM/status/1585356641658339329?s=20&amp;t=DAUIOb5Iv8WQaGKzAZHWdw</a></p><h3 id="h-112022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">11/2022</h3><p>In early November, the team shows off parts of the future NFT, most of all it looks like a weapon.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8760def1891fe1fbb93716d6f29796b8a1e43dad48163588f0f14caf39cdcaf6.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/87ce42b08d36814d145c4b76470877e8586c3c6cf1f2f3cba76b134146c961d1.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4f55c35c30c0e69e7e42feb297eb8aed91524897e8f2cbc48492bb9c3dbba6b8.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>On November 14, what everyone had been waiting for over a month happened - the final trial of The Trials Of The Seven. After solving a simple quest, it was possible to burn a relic and get an guardian. The guardians has 5 types of rarity:</p><p>38% GUARDIAN - 40 points across 5 stats</p><p>28% PROTECTOR - 50 points across 5 stats</p><p>19% CHAMPION - 60 points across 5 stats</p><p>12.5% HERO - 70 points across 5 stats</p><p>2.5% LEGEND - 80 points across 5 stats</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1592252218450780161?s=20&amp;t=pHAKflUa8AzY033CC2KeXA">https://twitter.com/CloneForceTM/status/1592252218450780161?s=20&amp;t=pHAKflUa8AzY033CC2KeXA</a></p><p>At the end of the last challenge, the team once again showed their skills and showed a cinematic video of the destruction of a relic. I think everyone should see it.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1592226614162919424?s=20&amp;t=pHAKflUa8AzY033CC2KeXA">https://twitter.com/CloneForceTM/status/1592226614162919424?s=20&amp;t=pHAKflUa8AzY033CC2KeXA</a></p><p>On November 15, Clone Force explains the mechanics of EchoStone staking. Each stone will give a shard each week, a maximum of 3 stones can be placed in 1 armor. After the DNA shards, they will periodically release cosmetic traits to further customize the avatar, opening up the possibility to truly create a unique and personalized Guardian.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CloneForceTM/status/1592581482882945025?s=20&amp;t=FwlB6WkccCNfZydYo48_oQ">https://twitter.com/CloneForceTM/status/1592581482882945025?s=20&amp;t=FwlB6WkccCNfZydYo48_oQ</a></p><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h2><blockquote><p><strong>Why does this project have potential?</strong></p><p><em>It is enough that the team consists of professionals who show quality. When people get tired of 2D pictures made in Paint, Clone Force will already be a big project with a large audience.</em></p></blockquote><blockquote><p><strong>Where are the volumes?</strong></p><p><em>You can only answer this question with examples: Bored Ape Yacht Club couldn&apos;t sell their collection for 7 days, Bitcoin was once worth $1. I believe that the slower a project develops, the stronger it becomes.</em></p></blockquote><blockquote><p><strong>Support from RTFKT?</strong></p><p><em>Yes, this support is there. RTFKT helps the young collection on Twitter, gives the copyright to build a brand around Clone X. It&apos;s also no small factor that the collection creators communicate well and keep in touch.</em></p></blockquote><blockquote><p><strong>What is Clone Force?</strong></p><p><em>Clone Force is a story driven project delivered through multimedia content and powered by evolutive NFT&apos;s, a project that will utilise story telling to bridge the distance between NFT and utility.</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/946267cd03e423df642b4e0030c082b3c883e12121492fb007494923bedc36e2.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><blockquote><p>Thank you for reading to the end. I hope this article has given you some new insights into this beautiful project.</p><p>If you found it useful, subscribe to my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/intent/user?screen_name=cryppinfluence">Twitter</a> and feel free to share it with others. If you have any suggestions for edits, whether it&apos;s something I missed or said wrong, feel free to write in the comments.</p></blockquote>]]></content:encoded>
            <author>crypp-2@newsletter.paragraph.com (Crypp)</author>
        </item>
        <item>
            <title><![CDATA[RTFKT]]></title>
            <link>https://paragraph.com/@crypp-2/rtfkt</link>
            <guid>hEvmUBc7szhnnoMxRI44</guid>
            <pubDate>Sun, 30 Oct 2022 20:29:30 GMT</pubDate>
            <description><![CDATA[Today I will tell you about the brand RTFKT, which brought fashion to the world of NFT, was bought by Nike, and became one of the volume leaders on OpenSea.Please read All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, for example here.Scope Of ArticleHistoryTeamNumbersThe secret of success.ConclusionHistory04/2019The first...]]></description>
            <content:encoded><![CDATA[<p>Today I will tell you about the brand RTFKT, which brought fashion to the world of NFT, was bought by Nike, and became one of the volume leaders on OpenSea.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4c0493aa425b7cef1873f510b67ea11e0fb7322f01c4c07f598c55094ff2c5c7.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><blockquote><p><strong>Please read</strong></p><p>All information in this article is current at the time of publication. The text contains a huge number of links to various sources, items on marketplaces, wallets, etc. If you see underlined text, feel free to click on it, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtu.be/YaYwasi72K8?t=21">for example here</a>.</p></blockquote><h2 id="h-scope-of-article" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Scope Of Article</h2><blockquote><ol><li><p>History</p></li><li><p>Team</p></li><li><p>Numbers</p></li><li><p>The secret of success.</p></li><li><p>Conclusion</p></li></ol></blockquote><h2 id="h-history" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">History</h2><h3 id="h-042019" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">04/2019</h3><p>The first genesis of RTFKT began with a pair based on Iron Man from Marvel, it was an AR model of the shoe, which was based on the legendary pair of Jordan 1. The video of this sneaker became popular and gave the first impetus to the popularity of RTFKT.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/clegfx/status/1121852626323165184?s=20&amp;t=cwUYX64tyiswFtTDuAAa4g">https://twitter.com/clegfx/status/1121852626323165184?s=20&amp;t=cwUYX64tyiswFtTDuAAa4g</a></p><h3 id="h-052019" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2019</h3><p>RTFKT continues to create digital footwear concepts based on MARVEL and creates Air Thanos 1s sneakers.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/clegfx/status/1128343368952532992?s=20&amp;t=nEse62DoXbChCyMILT5v_g">https://twitter.com/clegfx/status/1128343368952532992?s=20&amp;t=nEse62DoXbChCyMILT5v_g</a></p><h3 id="h-012020" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">01/2020</h3><p>The birth of the brand began with a team of three. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/benitopagotto">Benoit</a> was the branding and marketing director for the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/FNATIC">Fnatic Esports</a> team. While working there, he met <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/clegfx">Chris</a>, who is one of the most prolific skin designers in Counter-Strike, and together they adapted these skins for sneakers. Chris has previously worked in hip-hop, music and the film industry and has even made several films. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/zaptio">Steven</a> is a digital marketing and sneaker expert who previously created a successful automation company called Supreme to help people buy clothes without waiting.</p><h3 id="h-022020" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">02/2020</h3><p>In February 2020, RTFKT created &quot;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://superrare.com/artwork-v2/cybersneaker-14504">CYBERSNEAKER</a>&quot; and photoshopped it into a photo of Elon Musk. Later, on October 13, the CyberSneaker NFT was sold at a SuperRare auction for 30 ETH. The buyer was <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/ddub123">@ericwithac</a>, and the NFT was then sent to an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x2AaBa4b94A805F0feA696dC11DE324C2320ff4e1">anonymous wallet</a>, where it is now.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/14504">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/14504</a></p><h3 id="h-052020" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2020</h3><p>In May 2020, the community challenge was completed and the Bones Drop Sneakers, inspired by a character from Fortnite, were created.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1264265569638981634?s=20&amp;t=4KC5bkXkZzIao3JR_bnnKw">https://twitter.com/RTFKT/status/1264265569638981634?s=20&amp;t=4KC5bkXkZzIao3JR_bnnKw</a></p><h3 id="h-112020" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">11/2020</h3><p>In November 2020, inspired by the Air Jordan 1 OG, RTFKT created the X Evolutions and auctioned them off at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.metagrail.co/auctions/91cf83fb-3477-4155-aae8-6dcb9b853397">MetaGrail</a>. It was a collaboration with artist MGXS, and the final design was created using AI, with new paint colors added with each successive bid. The winner of the auction also received a pair of custom sneakers. The final &quot;The X Evolutions&quot; had six colors and was assembled by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/WhaleSharkETH">WhaleShark</a> for 22 ETH.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fc33f719cc2ee639cfe1e9dae568d010b257bf2363202842d60423dc45c326cf.gif" 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><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/WhaleSharkETH/status/1559391333080449025?s=20&amp;t=e87XEtkVd66hrxD6TYBVfQ">https://twitter.com/WhaleSharkETH/status/1559391333080449025?s=20&amp;t=e87XEtkVd66hrxD6TYBVfQ</a></p><p>That same month, to celebrate the launch of the PS5, a pair of RTFKT sneakers were released, demonstrating their ability to create their own sneakers with features of current trends. Using augmented reality and Snapchat Lens, anyone could try in AR digital sneakers before purchasing them. On December 21 were sold to user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0xe649EDCB64ea6512A95b150dA18bfD20C84bC549">@wpking</a> for 4.2 ETH and currently listed for 137,330 ETH.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/16071">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/16071</a></p><h3 id="h-012021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">01/2021</h3><p>In January 2021 there was a collaboration with the 19-year-old artist <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/fewocious">FEWOCiOUS</a>. The &quot;FEWO Crypto Brick&quot; collection was released, with a total of 24 pieces. The NFT acted as &quot;access passes&quot; that gave holders access to future NFT issues.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0x50B8740D6a5CD985e2B8119Ca28B481AFa8351d9/5">https://opensea.io/assets/ethereum/0x50B8740D6a5CD985e2B8119Ca28B481AFa8351d9/5</a></p><p>At the end of January, a sneaker concept with a PC inside was created. It was a collaboration with the NZXT brand. The video made went viral on the Internet and brought RTFKT wide popularity.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1351966812880183296?s=20&amp;t=ZGZ-541Op4YTg-Jf8lEV4g">https://twitter.com/RTFKT/status/1351966812880183296?s=20&amp;t=ZGZ-541Op4YTg-Jf8lEV4g</a></p><h3 id="h-022021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">02/2021</h3><p>In February 2021, Metajacket OG was created and auctioned off on SuperRare. User <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x8c9F364bf7a56Ed058fc63Ef81c6Cf09c833e656">@ajv</a> won the auction and bought NFT for 37 ETH. Then NFT was moved to wallets <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/ajvchuk">ajvchuk</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/ajvnft2">ajvnft2</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/ColdajvCold">ColdajvCold</a> and was sold for 0.5 ETH to user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/BWeb3">BWeb3</a> (I do not know if it was an error in price or a special method of transferring NFT to another wallet)</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/19616">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/19616</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/collection/digitalaxnft?search%5Bquery%5D=The%20METAJACKET&amp;search%5BsortAscending%5D=true&amp;search%5BsortBy%5D=UNIT_PRICE">Four other 1/1 Artist Editions</a> were also simultaneously auctioned off at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://marketplace.digitalax.xyz/">Digitalax Marketplace</a> with:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Jruffhouse">Zaid Kirdsey</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/visionofviii">VIII</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://superrare.com/retrocoin">Retrocoin</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/toby1tooth">Toby1Tooth</a></p></li></ul><p>All jackets except Toby1Tooth are <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0xc802912c379a1EF995a23c07346bD8373049fa39">on the same wallet</a> right now, the Toby jacket <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x6Bbc768ECB1C39Cd34b96e996442901b3bEEE8d4">here</a>. Bids at the auction could not be found, there were no secondary sales.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8dbd39e410c63e4aa4dc563549ba3cf05524b878d98e0c0cf1897e7342f5ccbf.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>There was also a special exclusive for <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/banks">FaZe Banks</a> in the form of a Metaverse jacket.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0x50B8740D6a5CD985e2B8119Ca28B481AFa8351d9/56">https://opensea.io/assets/ethereum/0x50B8740D6a5CD985e2B8119Ca28B481AFa8351d9/56</a></p><p>The first collection of three FEWOCIOUS shoe designs was a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://niftygateway.com/collections/rtfktfewoopen">7-minute-long Open Edition</a>. This meant that the supply went as much as number of shoes minted during the 7-minutes on Nifty Gateway. The three tiers were Rare, Epic, and Legendary, and costs $3K, $5K, and $10K respectively. Each NFT came with the Physical sneakers, and buyers were later surprised with a hoodie and a custom Ledger during the delivery of the sneakers.</p><p>In addition, a 1/1 Fewo Charm was auctioned off, and 300 Fewo Drips were <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://niftygateway.com/collections/rtfktfewo">released on a lucky draw basis</a>. The Fewo World Trophy and Fewo World Mini Charm were also Bonus Items given to major collectors who supported the drop.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6f45d46b37d5367ff030ed896d053b55bb97ffb23150bb1a677a68dfa4cefe7b.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><h3 id="h-032021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">03/2021</h3><p>March was a very busy month for RTFKT. At the beginning of March, the Golden Ox Enchanted Sneaker auction was launched. The pair was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/Mialalala2">Mialalala2</a> for 15.75 ETH and subsequently resold to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x88EA1ED94D67C81782b7585AaDD7a43024D963de">collector</a> who owns a large number of RTFKT sneakers for 35 ETH.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1368679850861498369?s=20&amp;t=IBA6oTqsKfTFDoVZN5f6Ew">https://twitter.com/RTFKT/status/1368679850861498369?s=20&amp;t=IBA6oTqsKfTFDoVZN5f6Ew</a></p><p>In March 2021, RTFKT partnered with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AtariX">ATARI</a> to launch a series of virtual sneakers used in Metaverse (The SandBox and Decentraland). An exclusive pair of ATARI SNEAKER SHINY ltd edition was released and sold for 10 ETH to user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x01a35017c1475e9c4daa88771ee5bc9ee427c28f">@Cronus</a>, who holds this NFT.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21133">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21133</a></p><p>At the same time Rarible released six other Artist releases (50 units each) in collaboration with:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mgxs_co">MGXS</a> (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rarible.com/token/0x9930929903f9c6c83d9e7c70d058d03c376a8337:3">Super Breakout edition</a>)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.instagram.com/zome.work/">ZOMEWORK</a> (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rarible.com/token/0x9930929903f9c6c83d9e7c70d058d03c376a8337:5">Black Widow edition</a>)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/nb04d">NBO</a> (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rarible.com/token/0x9930929903f9c6c83d9e7c70d058d03c376a8337:6">Asteroids edition</a>)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://superrare.com/retrocoin">RETROCOIN</a> (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rarible.com/token/0x9930929903f9c6c83d9e7c70d058d03c376a8337:7">Solaris edition</a>)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/blenderdac">Blenderdac</a> (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rarible.com/token/0x9930929903f9c6c83d9e7c70d058d03c376a8337:4">Pong edition</a>)</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/visionofviii">VIII</a> (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rarible.com/token/0x9930929903f9c6c83d9e7c70d058d03c376a8337:2">Food Fight edition</a>)</p></li></ul><p>Each sneaker was offered for sale for 2 ETH, now the price of one starts at 35-40 ETH.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3f8ed0feb8315de4324bddf48a2dc09755c8b921b801e039286635e820495c97.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>That same month, a partnership with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/MURDERBRAVADO">Eva Bravado&apos;s</a> label, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://whodecideswar.com/">WHO DECIDES WAR</a> , was a strategic move that demonstrated RTFKT&apos;s desire to focus on fashion in a broader sense, beyond sneakers. DAISY DISTRESSED DENIM RTFKT ltd edition and VIOLET FUSION DENIM RTFKT ltd edition jeans were created and sold at a SuperRare auction, whose owners were able to get a physical copy of their jeans. DAISY DISTRESSED DENIM was sold at auction for 5.94 ETH to user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/RockyPocky123">@RockyPocky123</a> (NFT is now in the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/RockyPockyVault">wallet-vault</a> of the same user). VIOLET FUSION DENIM were sold for 2.5 ETH to the same user as DAISY DISTRESSED DENIM. Both NFTs are on the same wallet.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21723">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21723</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21724">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21724</a></p><p>At the end of March, in collaboration with the virtual character <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/fnmeka">FNMEKA</a>, the &quot;SUPER TOILET,&quot; a portable Lamborghini-style pot designed by RTFKT, was created and auctioned off by SuperRare. The buyer was the famous Dutch DJ <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/dondiablo">Don Diablo</a>, the toilet was bought for 4 ETH. The NFT is still on the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/ThisIsDonDiablo">DJ&apos;s wallet</a>.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21852">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/21852</a></p><p>At the end of March, a SPACE DRIP collection of 152 space characters from the maker community was created and sold for 0.5 ETH apiece.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1375386191755902976?s=20">https://twitter.com/RTFKT/status/1375386191755902976?s=20</a></p><h3 id="h-042021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">04/2021</h3><p>In early April, another SPACE DRIP 1.2 collection was created. This drop contained 348 NFTs at the same price of 0.5 ETH apiece.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8c29742c5536854e63f28e050bac5cc4b6aaebf5ed08c0e46ff9ab474d4ce9cc.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>The studio&apos;s biggest collaboration was probably in April 2021, when RTFKT collaborated with 18 artists, including <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ParisHilton">Paris Hilton</a>, to create custom sneakers. The founder of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/clegfx">ClegFX</a> also put his design on a pair of sneakers.</p><p>Instead of launching a fixed number of units per design, RTFKT launched this drop as mystery capsules, from which holders had to exchange their capsules for a random design – this ‘gachapon’ mechanism would later be employed in Clone X and MNLTH.</p><p>After more than a year, RTFKT released forging for this collection in June 2022. <em>Forging refers to the redemption for physical products.</em> There was also “a twist” to the drop in how the shoes will be based off the Nike AF1, and each shoe will have a Nike Swoosh on one side and an RTFKT Blade on the other. Space Drip holders had to pay 0.33ETH to receive a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/collection/spacedripforging">Sneaker NFT</a>, which was then used to redeem for the physical sneakers of that particular design. Delivery was scheduled for Aug/Sep 2022.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1379191834388365317?s=20&amp;t=8J9kRo16IbcJdSIomNmmSA">https://twitter.com/RTFKT/status/1379191834388365317?s=20&amp;t=8J9kRo16IbcJdSIomNmmSA</a></p><p>In April 2021, RTFKT already had a large audience and there was a giveaway in which fans had a chance to win exclusive Meta Haze and Crypto Kush 420 sneakers. Five pairs were raffled off among Twitter followers and five among Instagram followers. Recent sales of sneakers on the secondary market were in the 2 ETH range.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/rtfkt/status/1384835910391500811">https://twitter.com/rtfkt/status/1384835910391500811</a></p><h3 id="h-052021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2021</h3><p>May 2021 was a memorable RTFKT collaboration with sneaker legend <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/jeffstaple">Jeff Staple</a>. The Meta-Pigeon collection was created. An exclusive pair of The Meta-Pigeon Boss was sold at a SuperRare auction to user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/wagmiboi">@soby</a> for 25.3 ETH. Subsequently, Soby accepted an offer from user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x385375FD99D6019c630b1315D3815BB162Aa039e">bottiblue.eth</a> and sold his sneakers for 0.3 ETH. The legendary pair is now in the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x4CD48DE250477b53b0d3F530f94cd6d29B5Ac698">zkysl.eth</a> wallet.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/24329">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/24329</a></p><p>At the same time, THE META-PIGEON MK pairs of 100 pieces at a starting price of $2021 per pair and THE METAPIGEON K-MINUS pairs of 212 pieces at a starting price of $500 per pair were created. Now the price for a pair of K-MINUS starts at 1.5 ETH and MK at 3 ETH on the secondary market.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/PlanetRock2012/status/1460473171514060800?s=20&amp;t=7J7eABa6k81NpMrn9m5C1A">https://twitter.com/PlanetRock2012/status/1460473171514060800?s=20&amp;t=7J7eABa6k81NpMrn9m5C1A</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1455910350260510726?s=20&amp;t=9KkWIIwxamZtuGt5adEQgwexRxg2DatljO4wUjx1W_M">https://twitter.com/RTFKT/status/1455910350260510726?s=20&amp;t=9KkWIIwxamZtuGt5adEQgwexRxg2DatljO4wUjx1W_M</a></p><p>The third and final product is in the form of the NFT Collectible Cyber-Pigeon. This &quot;legendary&quot; product was available in limited quantities - 100 copies - but cost $1 for those interested in the collection but not willing to spend. A 1/1 Meta Pigeon Boss was also auctioned on SuperRare and was sold for 25.3E. Additionally, all holders who forged i.e. redeemed for their physicals <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKTHercules/status/1423741802184679427">received a Meta Pigeon OG.</a> This was a surprise airdrop, which promised no utility at the time of the drop, but later on was included the list of pre-sale items that gave access to the Clone X Mint Vial drop.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1390033992326463489?s=20&amp;t=7J7eABa6k81NpMrn9m5C1A">https://twitter.com/RTFKT/status/1390033992326463489?s=20&amp;t=7J7eABa6k81NpMrn9m5C1A</a></p><p>The main breakthrough of this month was the Punks project. The Punks project was genius because it demonstrated RTFKT&apos;s ability to create custom sneakers by working with a very reputable OG community in the NFT space. The Punks sneakers are 1/1 unique because all Punks are unique and all Punks owners could redeem them for 1ETH. A total of 245 custom Punk sneakers were redeemed.</p><p>Crypto Punk owners received:</p><ul><li><p>NFT sneakers in the style of their punk;</p></li><li><p>A physical version of the sneakers;</p></li><li><p>1/1 VXL Portrait;</p></li><li><p>Metaverse Wearable voxel files.</p><p>Today, the flor for a pair of shoes starts at $3,000.</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1394008709190324224?s=20&amp;t=JgkJj_ZDFrEltLl0yFeuWw">https://twitter.com/RTFKT/status/1394008709190324224?s=20&amp;t=JgkJj_ZDFrEltLl0yFeuWw</a></p><p>At the end of May, the NZXT Creator Challenge was completed and two pairs of extra sneakers were sold in collaboration with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/guimarconi1982">GuiMarconi</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mikeredart">Mikered</a>. The pairs were sold for 0.1 ETH each in quantities of 10.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1397988528492105730?s=20&amp;t=macPZSRSXigKtBCcp2qqNg">https://twitter.com/RTFKT/status/1397988528492105730?s=20&amp;t=macPZSRSXigKtBCcp2qqNg</a></p><h3 id="h-062021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">06/2021</h3><p>In the early summer of 2021 a collaboration between RTFKT and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/highsnobiety">Highsnobiety</a> happened. A collection of eight hoverboards, two pairs of Alien sneakers and an Eiffel-Invasion NFT were created together. The hoverboard collection was created jointly by artists we already know:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/billelis">Bilelis</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x88a6d547577C9D897C1d09d7E50a85Ea6CcD1656">@theeagle</a> for 2.2 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25582">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25582</a></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TimpersHD">Timpers</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/NFTmuseum">@nftmuseum</a> for 1.65 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25583">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25583</a></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/brockhofer">Brock Hofer</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/WeDoALittleColdStorage">@deeze</a> for 2.75 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25584">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25584</a></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Defacedstudio">Defaced</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0xE4Fa151B67c16c7850459fD118a69441ea5Fb9AD">@samiracle</a> for 1.6 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25585">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25585</a></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/no_paradigms">NoParadigms</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/NinjaBoffin">@ninjaboffinfor</a> for 1.1 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25587">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25587</a></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/yvgal">Yugal</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/asherah">@asherah</a> for 6.31 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25588">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25588</a></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Jruffhouse">Zaid Kirdsey</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0x88a6d547577C9D897C1d09d7E50a85Ea6CcD1656">@theeagle</a> for 1.93 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25590">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25590</a></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ericlefaure">Eric Lefaure</a> (Was purchased by user <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/0xa75B7C9781Dd52298b3AA4c238A7Fe84bE90cbdf">@auregimon</a> for 2 ETH)</p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25591">https://opensea.io/assets/ethereum/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/25591</a></p><p>Each hoverboard holder received a pair of Alien Carapace Shiny Sneaker NFT</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1407044276547207168?s=20&amp;t=ldUCNp3TyKm10AJ-sZKVcw">https://twitter.com/RTFKT/status/1407044276547207168?s=20&amp;t=ldUCNp3TyKm10AJ-sZKVcw</a></p><p>And also Eiffel-Invasion NFT</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fe8c4746c64186d952e527ba0e097ef195040decd97398ca1f9a7dd6b1518075.gif" 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><h3 id="h-082021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">08/2021</h3><p>The last of the smaller joint releases (except for their larger releases) was a community-initiated challenge where creators could submit designs for the RTFKT toy. The last winners were <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/JstFredrik">DeFi Demon</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/NasoVini">The Meta-Alchemist</a>, and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Tosco_E">Urloc &amp; Ghale</a>, which were released at 0.1 ETH, 20 each, on Rarible. Now the price of toys starts at 6 ETH.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1422661498225242119?s=20&amp;t=Ppx97ZQi-couU-yj34YQfg">https://twitter.com/RTFKT/status/1422661498225242119?s=20&amp;t=Ppx97ZQi-couU-yj34YQfg</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1422665756840448001?s=20&amp;t=WNzo5TujtczpQ2gL5AeAYw">https://twitter.com/RTFKT/status/1422665756840448001?s=20&amp;t=WNzo5TujtczpQ2gL5AeAYw</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1422671400486199301?s=20&amp;t=m1sD2g-un5R6BeQ9bNk9rw">https://twitter.com/RTFKT/status/1422671400486199301?s=20&amp;t=m1sD2g-un5R6BeQ9bNk9rw</a></p><h3 id="h-092021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">09/2021</h3><p>The first news about the upcoming iconic Clone X collection has surfaced. The project was called &quot;Akira&quot; and the first avatars were shown.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1437087519154311172?s=20&amp;t=qoSyh2noguRA4ysmJ6SUXA">https://twitter.com/RTFKT/status/1437087519154311172?s=20&amp;t=qoSyh2noguRA4ysmJ6SUXA</a></p><h3 id="h-102021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10/2021</h3><p>In October 2021 a snapshot was taken of all previous NFT holders from RTFKT and RTFKT MINTDISC of two kinds, red and blue. The red disk gave the opportunity to mint 3 Mint Vials Capluse, the blue only 1.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1463916354034184196?s=20&amp;t=AR3HbAfQSaTkJs3rAyr-qQ">https://twitter.com/RTFKT/status/1463916354034184196?s=20&amp;t=AR3HbAfQSaTkJs3rAyr-qQ</a></p><h3 id="h-112021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">11/2021</h3><p>One of the most pivotal moments in RTFKT history took place. The presale of the CLONEX MINTVIAL capsules from which the Clone X avatar emerged. The collection, in collaboration with Japanese artist Takashi Murakami, became iconic and leading the way.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1464672794965331971?s=20&amp;t=NzwxJEjlLpi9OBTMA_-HEA">https://twitter.com/RTFKT/status/1464672794965331971?s=20&amp;t=NzwxJEjlLpi9OBTMA_-HEA</a></p><h3 id="h-122021" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">12/2021</h3><p>At the end of the same month, RTFKT delighted Clone X holders with a new NFT in the collection, the Space Pod. It&apos;s a home in the meta universe that you can set up to your liking and place your NFTs from other collections. And then show it to everyone who wants to see it. It all works in 3D, you can move around like in a computer game.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1474786809456517122?s=20&amp;t=pWmgRfQxlNL8AD6ljXoe3w">https://twitter.com/RTFKT/status/1474786809456517122?s=20&amp;t=pWmgRfQxlNL8AD6ljXoe3w</a></p><p>Also the news came out that RTFKT studio was bought by Nike.</p><h3 id="h-022022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">02/2022</h3><p>In February 2022, RTFKT distributed MNLTH to all clone holders. MNLTH remained dormant, and the team created a lot of hype leading up to the reveal.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1489902023109656578?s=20&amp;t=JQfEap_xAWopBDMnbzEwEQ">https://twitter.com/RTFKT/status/1489902023109656578?s=20&amp;t=JQfEap_xAWopBDMnbzEwEQ</a></p><p>The next gift for holders was the PodX (Loot Pod), which docks to the base capsule. It is a large marble hall, like a museum hall. The perfect place to display all your NFT art that wouldn&apos;t fit in the small base pod. The Nike family logos on the wall and a special niche also hint that the virtual sneakers will stand there later, like the shelves with sneakers of collectors in the real world.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1490381819052761088?s=20&amp;t=3lViDFajdiTNdzuvqYVjOA">https://twitter.com/RTFKT/status/1490381819052761088?s=20&amp;t=3lViDFajdiTNdzuvqYVjOA</a></p><p>At the end of February, RTFKT delighted fans with a collaboration with the metaverse game <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TheSandboxGame">The SandBox</a>. They created a METADUNGEON map and a collection of avatars for the Clone X Holders.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1497259836261683203?s=20&amp;t=mHsHR1a83Uuj6DVhV54pXQ">https://twitter.com/RTFKT/status/1497259836261683203?s=20&amp;t=mHsHR1a83Uuj6DVhV54pXQ</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1497284172297261057?s=20&amp;t=Ovz3F4LxgV984aPqdZTLIQ">https://twitter.com/RTFKT/status/1497284172297261057?s=20&amp;t=Ovz3F4LxgV984aPqdZTLIQ</a></p><h3 id="h-042022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">04/2022</h3><p>In April, all the puzzles of MNLTH were solved. Unlocking each MNLTH gave owners one CryptoKicks, one random vial of skins, and MNLTH2.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1519100532853460994?s=20&amp;t=bAQAQrOYcBWoJ_ZLAq1lKg">https://twitter.com/RTFKT/status/1519100532853460994?s=20&amp;t=bAQAQrOYcBWoJ_ZLAq1lKg</a></p><h3 id="h-052022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">05/2022</h3><p>In May 2022, RTFKT hosted a series of holding events in New York City. Starting with the Clone X exhibition held in Gagosian, followed by a private dinner for top tier RTFKT collectors, and then a party for all holders. At the end of the party, 888 sets of Murakami t-shirts and bags were handed out. Not everyone who attended left with a t-shirt and a big bag, so they later gave away an NFT t-shirt to all attendees, which can be forged in the future. Attendees at the Clone X Virtual Exhibition at OnCyber also received RTFKT x Murakami Blade, a 3D collectible that can be displayed in OnCyber spaces.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1524610282877767680?s=20&amp;t=gd9Q6bBRM-zIVaGylTaSMg">https://twitter.com/RTFKT/status/1524610282877767680?s=20&amp;t=gd9Q6bBRM-zIVaGylTaSMg</a></p><h3 id="h-072022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">07/2022</h3><p>In July 2022, RTFKT released an AR hoodie to Clone and CryptoKicks holders. It was available for 0.2 ETH apiece, and there were 8,888 on a first-come, first-served basis. This was one of their innovations, as each hoodie came with an NFC chip that could be tethered to an NFT to prove ownership. This is also the second instance of NFC chips (after the Space Drip sneakers). The hoodie will give its wearer wings if seen through an augmented reality app.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1550251728142012420?s=20&amp;t=1FLLxVv-U3szUddJmfX2EQ">https://twitter.com/RTFKT/status/1550251728142012420?s=20&amp;t=1FLLxVv-U3szUddJmfX2EQ</a></p><h3 id="h-082022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">08/2022</h3><p>RTFKT have launched a large-scale clothing collection - Clone X Forging SZN 1. That Сlone X holders will be able to mint, depending on their Clone DNA.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1564333647016206347?s=20&amp;t=aKS8Ce8J8NuUUXkQGoOv5g">https://twitter.com/RTFKT/status/1564333647016206347?s=20&amp;t=aKS8Ce8J8NuUUXkQGoOv5g</a></p><h3 id="h-102022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10/2022</h3><p>At the end of October 2022 there was a collaboration of RTFKT with the world leader in the production of high-tech suitcases premium - RIMOWA. The 2,222 WorkerBots (0.07 ETH each) and 888 &quot;Meta Artisan&quot; Original Cabin Luggage (2 ETH each) were sold by raffle. Owners of the suitcases will be able to order them in real life, there is no information yet about the use of the robots.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1585633123915927552?s=20&amp;t=modujZvM_JruDalRZtwpog">https://twitter.com/RTFKT/status/1585633123915927552?s=20&amp;t=modujZvM_JruDalRZtwpog</a></p><h3 id="h-112022" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">11/2022</h3><p>A new collection from RTFKT called ANIMUS awaits Clone X holders in November. Holders will receive eggs, no information about their usefulness is available at this time.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RTFKT/status/1578470151304855553?s=20&amp;t=modujZvM_JruDalRZtwpog">https://twitter.com/RTFKT/status/1578470151304855553?s=20&amp;t=modujZvM_JruDalRZtwpog</a></p><h2 id="h-team" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Team</h2><p>The creators of RTFKT are three people: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/benitopagotto">Benit0</a>(Co-Founder), <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/clegfx">ClegFX</a>(Creative Director, Co-Founder) and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/zaptio">Zaptio</a>(Co-Founder). In addition to them there is a huge number of talented designers, artists, creators, developers, whose number is growing every day.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d0ef144e9fc6076454ddb40ded1b8c36c28201b379ce25931ee84d2973de3087.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><h2 id="h-numbers" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Numbers</h2><p>Let&apos;s calculate how much the Clone X Holder could have earned since the mint.</p><ul><li><p>RTFKT Space Pod: 1.6 ETH</p></li><li><p>RTFKT Loot Pod: 1 ETH</p></li><li><p>RTFKT MNLTH: 5 ETH</p></li><li><p>RTFKT x Nike Dunk Genesis CRYPTOKICKS: 1.22 ETH</p></li><li><p>RTFKT SKIN VIAL: 0.67 ETH</p></li><li><p>RTFKT MNLTH2: 2 ETH</p></li><li><p>RTFKT X NIKE AR HOODIE: 0.15 ETH</p></li></ul><p>Total of almost 13 ETH, this amount completely pays off the price of the clone today on the secondary market. (Prices are calculated on the day of launch of each NFT)</p><h2 id="h-the-secret-of-rtfkts-success" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The secret of RTFKT&apos;s success</h2><h3 id="h-1-collaborations" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. Collaborations</h3><p>An important strategic move for RTFKT has been ongoing collaborations, with almost every collection created in collaboration with a talented artist/known brand or studio. This decision expanded the brand&apos;s audience and attracted many fans and collectors.</p><h3 id="h-2-community" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. Community</h3><p>The most gratifying thing to see after many months is RTFKT&apos;s continued emphasis on community and co-creating the future. If a brand decides to do something completely irrelevant, the community can react negatively and possibly abandon the brand. Likewise, the community can also make certain suggestions and push the agenda in a certain direction. Beyond that, the community is made up of well-to-do people who don&apos;t discount the brand&apos;s products.</p><h3 id="h-3-the-nike-acquisition" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3. The Nike Acquisition</h3><p>This event had a major impact on the popularity of the brand. Nike&apos;s entry into web3 gave RTFKT the opportunity and resources to create new products. It should not be forgotten that Nike is the leading clothing and footwear brand, so RTFKT will inevitably become popular even among people who are not associated with web3.</p><h3 id="h-4-in-the-right-place-at-the-right-time" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4. In the right place at the right time</h3><p>Artifact has always felt the need of society and created trends that spread quickly by the Internet community. In the early days, RTFKT was all about custom-made digital sneakers and cool augmented reality filters, spreading and developing this love of fashion through Instagram and TikTok. They also hit the scene pretty early on, at a time when NFT was just about to take off, along with Top Shot. A time when people were stuck in isolation due to the onset of the pandemic and spent an inordinate amount of time online.</p><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h2><p>While some keep releasing a series of simple generated NFT pictures, RTFKT shows something of real value, creating an entire ecosystem for the community. It is now one of the best NFT projects in the world. The brand can truly be called the founders of fashion in Web3. RTFKT leads the Web3 Creator Economy. Creator economy is an economy where holders can create NFT resources and make money from their work. RTFKT added this when they gave their owners the 3D files, tools, and full commercial rights to Clone X.</p><p>The Creator Economy is the future. By allowing owners to create their own NFT resources and profit from them, users are rewarded for contributing to the ecosystem.</p><p>Can you see how crazy big this ecosystem is? RTFKT has given thousands of holders the opportunity to create value for the ecosystem and make money from it.</p><p>Conclusion. RTFKT were the first to :</p><ul><li><p>Entered the digital NFT apparel space;</p></li><li><p>Merged digital and physical apparel;</p></li><li><p>entered the Web3 Creator economy.</p></li></ul><p>Current indicators suggest that RTFKT has a great future ahead of it.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ef6c876099a4a369578347112fdfd67aab310438e167370e6b99bf8a0b0ce717.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><blockquote><p>Thank you for reading to the end. I hope this article has given you some new insights into this beautiful project.</p><p>If you found it useful, subscribe to my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/intent/user?screen_name=cryppinfluence">Twitter</a> and feel free to share it with others. If you have any suggestions for edits, whether it&apos;s something I missed or said wrong, feel free to write in the comments.</p></blockquote><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div>]]></content:encoded>
            <author>crypp-2@newsletter.paragraph.com (Crypp)</author>
        </item>
    </channel>
</rss>