{"id":9356,"date":"2020-10-15T14:11:05","date_gmt":"2020-10-15T21:11:05","guid":{"rendered":"https:\/\/nkn.org\/community\/blog\/web-3-0-example-filecoin\/"},"modified":"2020-10-15T14:11:05","modified_gmt":"2020-10-15T21:11:05","slug":"web-3-0-example-filecoin","status":"publish","type":"post","link":"https:\/\/nkn.org\/ko\/community\/blog\/web-3-0-example-filecoin\/","title":{"rendered":"Web 3.0 Example: filecoin"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Filecoin in 100 words<\/h1>\n\n\n\n<p>Filecoin\u2019s mission is \u201cto create a decentralized, efficient, and robust foundation for humanity\u2019s information.\u201d Dubbed a paid version of ipfs, it creates a free market to bridge between storage users and crowd sourced storage providers. Filecoin (FIL) is a utility token that enables mining as well as paying for storage services. Filecoin aims to compete with centralized storage services like Amazon AWS, as well as other blockchain projects like storj and sia. Filecoin mainnet went live on October 15th, 2020 and <a href=\"https:\/\/www.coingecko.com\/en\/coins\/filecoin\">FIL<\/a> is listed on most major exchanges.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">What is web 3.0 storage<\/h1>\n\n\n\n<p>Filecoin is a prime example of <a href=\"https:\/\/blog.nkn.org\/web-3-0-examples\/\">Web 3.0<\/a>, focusing on decentralized storage as one of the three pillars of Internet infrastructure. Web 1.0 and 2.0 storage are dominated by large cloud providers such Amazon Web Services (<a href=\"https:\/\/aws.amazon.com\/\">AWS<\/a>), Google Cloud Platform (<a href=\"https:\/\/cloud.google.com\/\">GCP<\/a>), Microsoft <a href=\"https:\/\/azure.microsoft.com\/en-us\/\">Azure<\/a>, <a href=\"https:\/\/www.oracle.com\/cloud\/\">Oracle cloud<\/a>, <a href=\"https:\/\/www.baidu.com\/\">Baidu<\/a>, and <a href=\"https:\/\/www.tencent.com\/\">Tencent<\/a>.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/PfVN__Jays3vI87OunfDUGqD6yJ31XopglW07W-nEenbhWrwSzNv7Iu_x0BtvJx3UQNCnQ6jpfEcpdjj5rUlWYZXvoertV8fg2bzKcZ75wWliuPqll56U5Fz83JfdTAiai9Sd0xt\" alt=\"Problems filecoin addresses\"\/><figcaption>Problems filecoin addresses<\/figcaption><\/figure>\n\n\n\n<p>In contrast, Filecoin and web 3.0 storage has the following characteristics and advantages:<\/p>\n\n\n\n<ul><li><strong>Decentralized and crowdsourced<\/strong>: anyone with extra storage can provide storage services to others. As one study finds, there are lots of idle and underutilized storage in the world, so web 3.0 storage will make effective use of them.<\/li><li><strong>Token incentives<\/strong>: Web 3.0 storage typically used a <a href=\"https:\/\/blockgeeks.com\/guides\/utility-tokens-vs-security-tokens\/\">utility token<\/a> to facilitate the exchange of storage services. There are a few benefits: the lack of centrally controlled corporation means less \u201c<a href=\"https:\/\/onezero.medium.com\/why-decentralization-matters-5e3f79f7638e\">platform tax<\/a>\u201d and better pricing for both buyers and sellers; payment settlement can be instantaneous and verifiable; a smart contract can enable flexible and fluid pricing.<\/li><li><strong>Proof of storage<\/strong>: since there is no centralized authority to ensure the client\u2019s data are actually stored without tampering or cheating, it is critical to have an advanced consensus algorithm to enable everyone in the ecosystem the ability to verify the storage of client\u2019s data. This is where math and algorithms replace trusted authority, and is crucial to the success or failure of a particular web 3.0 storage project.<\/li><li><strong>Indexing and search of data<\/strong>: since all the data are distributed among many crowd sourced servers and there is no single centralized server to index all the data, web 3.0 storage solutions typically have a distributed indexing and search functionality. In filecoin and ipfs, there is also <a href=\"https:\/\/en.wikipedia.org\/wiki\/Content-addressable_storage\">content based addressing<\/a> which is not dependent on where the content is stored.<\/li><li><strong>Data upload and retrieval<\/strong>: it is not enough just to store the data, fast and efficient upload and retrieval are equally important for commercial grade storage services. In Web 3.0 storage systems, there are typically <a href=\"https:\/\/blog.nkn.org\/introducing-ncdn-new-kind-of-cdn-at-ncdn-io\/\">Content Delivery Network<\/a> types of services to accelerate the uploading and downloading of data.<\/li><\/ul>\n\n\n\n<h1 class=\"wp-block-heading\">A brief history: from ipfs to filecoin<\/h1>\n\n\n\n<p>Most people learned about filecoin because of ipfs, or <a href=\"https:\/\/ipfs.io\/\">Interplanetary File System<\/a>. Therefore it is useful to understand ipfs a little bit as one of the foundations of filecoin. Ipfs uses content addressing and <a href=\"https:\/\/en.wikipedia.org\/wiki\/Peer-to-peer\">p2p network<\/a> to store files in a decentralized manner. It was launched as alpha in 2015, and quickly became popular among tech enthusiasts. One notable use case is creating a limited and immutable mirror for wikipedia. It is true p2p in the sense that users will host the content for free and in kind, which could be somewhat limiting since we quickly run out of good samaritan who donate storage space for the good of mankind.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/t9h4ajgnD3R2l16m9ylSPieg5b3Q9pQPV6JWZ5F88uYcaqHFD0qdu2TheKhEkK1mO1kGlL4qeDXbOXls3DZY-rXbTMkfE4mxcuYMC3L01Uw5PCCPAkEjXVE2d06Tjpe3Qjg2To6p\" alt=\"Ipfs mirrored version of wikipedia\"\/><figcaption><a href=\"https:\/\/ipfs.io\/ipfs\/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco\/wiki\/\">Ipfs mirrored version of wikipedia<\/a><\/figcaption><\/figure>\n\n\n\n<p>Then enter the filecoin, which is dubbed a \u201cpaid version of ipfs\u201d. The key new ingredients that filecoin added to the ipfs are token incentive and two-sided market, so the web 3.0 storage solution can move beyond enthusiast to real enterprise adoption. <a href=\"https:\/\/www.coindesk.com\/200-million-60-minutes-filecoin-ico-rockets-record-amid-tech-issues\">Filecoin\u2019s ICO in 2017<\/a>, available only to accredited investors, raised over 257 million dollars and set a new record at the time. There is tremendous interest in a major alternative to web 1.0 and 2.0 storage solutions, which is built by a strong developer team with ipfs credibility and backed by top tier VCs.<\/p>\n\n\n\n<p>Fast forward to 2020. After three years of development and several delays, <a href=\"https:\/\/www.coindesk.com\/filecoin-mainnet-now-live\">Filecoin launched mainnet <\/a>on October 15th, 2020. As of this writing, Filecoin token (<a href=\"https:\/\/www.coingecko.com\/en\/coins\/filecoin\">FIL<\/a>) is listed on <a href=\"https:\/\/www.coinbase.com\/\">coinbase<\/a>, <a href=\"https:\/\/gemini.com\/\">Gemini<\/a>, <a href=\"https:\/\/www.kraken.com\/\">Kraken<\/a>, <a href=\"https:\/\/www.binance.com\/en\">Binance<\/a>, <a href=\"https:\/\/www.huobi.com\/\">Huobi<\/a>, and many other exchanges.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Use cases and applications<\/h1>\n\n\n\n<p>Filecoin brings along a large number of 3rd party applications from ipfs, as illustrated in the following diagram.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/o9bP3Q_2xOmwhO8e2QpxSFrA3x8SdDiO-nQDxJFePiBhZDMv7mgpqTsdAxAeOvm6TdkcfY4PQtbf1vE3vKBppPArtQhjyX1dnJ8MRUc1fe9fpnCY8EWG_rYVMVZOOTmf66JU0xum\" alt=\"IPFS ecosystem\"\/><figcaption>IPFS ecosystem<\/figcaption><\/figure>\n\n\n\n<p>In addition, there are some early use cases that leverage filecoin:<\/p>\n\n\n\n<ul><li>Securely distributing large data sets onto thousands of computers<\/li><li>Storing all of web 3.0\u2019s data<\/li><li>Video publishing as alternative to <a href=\"https:\/\/www.youtube.com\/\">YouTube<\/a> or <a href=\"https:\/\/vimeo.com\/\">Vimeo<\/a><\/li><li>Social networking, gaming, and AR\/VR data storage<\/li><li>Storing developer assets such as container and virtual machines images<\/li><\/ul>\n\n\n\n<p>It is still early days of filecoin, and we expect to see more innovative dApps to be built on top of filecoin and ipfs in the coming months.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Technology<\/h1>\n\n\n\n<p>Filecoin is a more complex system than ipfs. <a href=\"https:\/\/en.wikipedia.org\/wiki\/Proof_of_space\">Proof of Storage<\/a>, is at the heart of filecoin and sets it apart from other web 3.0 storage projects. It is a variation of the Proof of Space algorithms, while adding security and efficiency enhancements. Even tuning the parameters for the algorithms is so demanding that the filecoin team has to build new computational tools to automate the process.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/KCNX-_rP8Zz8LcM_1H5lHNaZ2LdCrCETpbVzKpbktYYTuGYhgXAf4VaV0gkedl8I5LIPoBiwR8nsUWTUd8IM1F4J1j8qHjTnd3uqF-OjG4HdvNe30XaRVhj0ZexeBeSArRAJNVkq\" alt=\"Proof of Storage in filecoin\"\/><figcaption><a href=\"https:\/\/filecoin.io\/blog\/filecoin-proof-system\/\">Proof of Storage in filecoin<\/a><\/figcaption><\/figure>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>\u201cI think no other network is using Proof of Replication, it\u2019s an advantage we have that we created that field. So that\u2019s one differentiating factor. We are also the only one with this fluid market structure that is meant to be optimized based on an ask and bid structure where miners and clients are able to reason about prices together and then form deals out of that. I think we are also the only ones doing consensus backed by useful storage. With other networks it may be a consensus backed by a Proof of Space, but in our case it\u2019s useful. Those are the three biggest differentiating factors of Filecoin.\u201d<\/em><\/p><cite>According to filecoin\u2019s founder <a href=\"https:\/\/twitter.com\/juanbenet?lang=en\">Juan Benet<\/a>:<\/cite><\/blockquote>\n\n\n\n<p>For a more in-depth description of filecoin\u2019s Proof of Storage technology, you can read in the blog \u201c<a href=\"https:\/\/filecoin.io\/blog\/filecoin-proof-system\/\">What Sets us Apart: Filecoin\u2019s Proof System<\/a>\u201d as well as watching the <a href=\"https:\/\/www.zeroknowledge.fm\/\">Zero Knowledge podcast<\/a> episode 106 \u201c<a href=\"https:\/\/www.zeroknowledge.fm\/106\">IPFS, Libp2p &amp; Filecoin with Juan Benet<\/a>\u201d.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Business model<\/h1>\n\n\n\n<p>Filecoin\u2019s business model is similar to other <a href=\"https:\/\/en.wikipedia.org\/wiki\/Sharing_economy\">sharing economies<\/a> (or <a href=\"https:\/\/en.wikipedia.org\/wiki\/Gig_worker\">gig economies<\/a>) such as <a href=\"https:\/\/www.uber.com\/\">Uber<\/a> or <a href=\"https:\/\/www.airbnb.com\/\">Airbnb<\/a>, it creates a free market to bridge the consumers and providers of storage. The main difference is that this market is shared and owned by the filecoin community, instead of one single corporate entity. Protocol Labs, the developers who built the filecoin protocol, is just one of the several stakeholders in the filecoin market.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/6EC3G8V_x4WPSd3zpUX7vUmz_fy1yi0ZyXZhfPKmDiHGGqRkPJzRThsJ_v-g2CoKv9wt_rpswF4Gs1lA6TsayWqTM3SOzpKFiqeJoB0TTW9y8ZtEtAci-AEvOWxoUnghpLl0NF2B\" alt=\"Filecoin enables free market for storage\"\/><figcaption>Filecoin enables free market for storage<\/figcaption><\/figure>\n\n\n\n<p>And the filecoin token is utilized to facilitate the exchange of services, among several stakeholders in the ecosystem such as miners, clients, developers, and token holders. It is minable through useful work, by proving that they are storing a unique copy of the client\u2019s data.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/WyLN2ewRkupNQnqHU4ERljDIJo21COQNCFv3xSpqab5rFrPEDNDd1m2Bx9uVk3Wh6gXP8JwzZ8IJSCiJRF9Ceal975aJqegWma01MFz5Vsv1TeALJhGeVMgXw6o8I14BsiOusA5P\" alt=\"Stakeholders and interactions within filecoin ecosystem\"\/><figcaption><a href=\"https:\/\/filecoin.io\/2020-engineering-filecoins-economy-en.pdf\">Stakeholders and interactions within filecoin ecosystem<\/a><\/figcaption><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\">Ecosystem strength<\/h1>\n\n\n\n<p>Filecoin has a very strong ecosystem, in part due to its popularity carried over from <a href=\"https:\/\/github.com\/ipfs\/ipfs\">ipfs<\/a>, <a href=\"https:\/\/github.com\/libp2p\">libp2p<\/a> and other successful projects. It attracted a sizable and vibrant developer community and 3rd party companies to work on and extend its ecosystem.<\/p>\n\n\n\n<p>Filecoin also attracted a large number of miners, since its early testnet days. Many who missed the early bitcoin mining fortune, consider filecoin the next potential gold mine. On the eve of filecoin mainnet launch (October 14th, 2020), the miners have already amassed a respectable <a href=\"https:\/\/filfox.info\/en\">561 PiB of storage on its testnet<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/FkPIwQ9-s4ZpOkt2IlA4qvECFxOxJmU5KdFcF4IEnFCIDm-X7U6RlYXu3tECb4XSkk2X7zgNaKEH9zalDgC25x4qr3xgkJbsz4giZxVmoSlmVzexuQhx8KU-CVcjM7YMUUTQYS7W\" alt=\"ipfs mining community\"\/><figcaption>ipfs mining community<\/figcaption><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\">Trends and future<\/h1>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/iWRy8jSmIZm1HfSshWLiq-jluLwP_Pd4xu7Z2t8pgoma1WvahyLp0WtW2-qQ7Q5IUVLlu_kfJytdgFc8tcNB2AtKBFQj8Sc-BBRL76mFolMTSv6YlwjXHZtXIfvDdE3UXs80IuAY\" alt=\"Filecoin interworking with other web 3.0 projects\"\/><figcaption>Filecoin interworking with other web 3.0 projects<\/figcaption><\/figure>\n\n\n\n<p>With the launch of mainnet on October 15th, 2020, filecoin\u2019s journey towards a widely adopted web 3.0 storage solution just gets started. In addition to many enhancements to the protocol itself and further expanding the available storage space to exabytes of data, Filecoin intends to build bridges and standards to interwork with other blockchain projects.&nbsp;<\/p>\n\n\n\n<p>Together with Compute (<a href=\"https:\/\/ethereum.org\/en\/\">Ethereum<\/a>, <a href=\"https:\/\/polkadot.network\/\">Polkadot<\/a>) and Networking (<a href=\"https:\/\/nkn.org\/ko\/\">NKN<\/a>, <a href=\"https:\/\/www.helium.com\/\">Helium<\/a>), Storage solutions like <a href=\"https:\/\/filecoin.io\/\">filecoin<\/a> will forge the infrastructure foundation of Web 3.0 to create a decentralized, efficient, and robust foundation for humanity\u2019s information.&nbsp;<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Acknowledgment<\/h1>\n\n\n\n<p>The NKN editorial team thanks filecoin and ipfs team, and especially <a href=\"https:\/\/twitter.com\/colinevran\">Colin Evran<\/a> and Molly Mackinley, for supplying some of the material used in this blog post. You can watch an excellent video presentation of ipfs from NKN hosted \u201c<a href=\"https:\/\/blog.nkn.org\/web-3-0-tech-talk-the-power-of-offchain-videos-available-on-youtube\/\">Web 3.0 Tech Talk: the power of offchain<\/a>\u201d:<\/p>\n\n\n\n<p>Web 3.0 presentations:<\/p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-nkn-official-blog\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"XUQ2vhdqQA\"><a href=\"https:\/\/blog.nkn.org\/web-3-0-tech-talk-the-power-of-offchain-videos-available-on-youtube\/\">Web 3.0 Tech Talk: The power of offchain &#8211; Videos Available on YouTube<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Web 3.0 Tech Talk: The power of offchain &#8211; Videos Available on YouTube&#8221; &#8212; NKN Official Blog\" src=\"https:\/\/blog.nkn.org\/web-3-0-tech-talk-the-power-of-offchain-videos-available-on-youtube\/embed\/#?secret=XUQ2vhdqQA\" data-secret=\"XUQ2vhdqQA\" width=\"525\" height=\"296\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">For further reading<\/h2>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-coin-bureau\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"1Rr0PZBDFe\"><a href=\"https:\/\/www.coinbureau.com\/review\/filecoin-fil\/\">Filecoin Review: Decentralised Blockchain Based Storage Network<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Filecoin Review: Decentralised Blockchain Based Storage Network&#8221; &#8212; Coin Bureau\" src=\"https:\/\/www.coinbureau.com\/review\/filecoin-fil\/embed\/#?secret=1Rr0PZBDFe\" data-secret=\"1Rr0PZBDFe\" width=\"525\" height=\"296\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><a href=\"https:\/\/blog.coinlist.co\/filecoin-why-its-a-big-deal\/\">https:\/\/blog.coinlist.co\/filecoin-why-its-a-big-deal\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Filecoin\u2019s mission is \u201cto create a decentralized, efficient, and robust foundation for humanity\u2019s information.\u201d Dubbed a paid version of ipfs, it creates a free market to bridge between storage users and crowd sourced storage providers. Filecoin (FIL) is a utility token that enables mining as well as paying for storage services. Filecoin aims to compete with centralized storage services like Amazon AWS, as well as other blockchain projects like storj and sia. Filecoin mainnet went live on October 15th, 2020 and FIL is listed on most major exchanges.<\/p>\n","protected":false},"author":3,"featured_media":8804,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"mc4wp_mailchimp_campaign":[]},"categories":[867],"tags":[868,869,870,871,857],"acf":[],"_links":{"self":[{"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/posts\/9356"}],"collection":[{"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/comments?post=9356"}],"version-history":[{"count":0,"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/posts\/9356\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/media\/8804"}],"wp:attachment":[{"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/media?parent=9356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/categories?post=9356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nkn.org\/ko\/wp-json\/wp\/v2\/tags?post=9356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}