• Bankless: Should we worry about currency security?

    Disclaimer: This article aims to convey more market information and does not constitute any investment advice. The article only represents the author's viewpoint and does not represent the official stance of MarsBit

    2023-06-03
  • Understand Ethereum Upgrade: Understand the latest roadmap and eliminate misunderstandings about merging to PoS

    Disclaimer: This article aims to convey more market information and does not constitute any investment advice. The article only represents the author's viewpoint and does not represent the official stance of Mars Finance

    2023-06-01
  • Bitcoin's price recovery caused by the FTX crash -5 things to know about Bitcoin this week

    Disclaimer: This article aims to convey more market information and does not constitute any investment advice. The article only represents the author's viewpoint and does not represent the official stance of MarsBit

    2023-06-01
  • BNB based on Coin Security Chain is about to be launched and will begin conversion on April 23rd

    Disclaimer: This article does not constitute any investment advice.Editor: Remember to follow meArticle source: Bi TuiAccording to the announcement of Binance on April 18 of the cryptocurrency exchange, it has launched the main online security chain and is expected to implement the conversion of its native token BinanceCoin (BNB) on April 23

    2023-05-18
  • Is it time to buy on dips as DOGE indicates that prices are about to rebound?

    Simply putAfter testing the low point in November 2022, Dogcoin has rebounded by 17%.The social sentiment of DOGE is currently pessimistic

    2023-05-09
  • Is the bull market about to start after 10 months when BTC returns to $30000?

    After falling below the $30000 mark on June 10th last year, Bitcoin regained its lost territory after a 10 month hiatus. The market shows that Bitcoin rose as high as $30500 this morning, temporarily at $30022, with a 24-hour increase of 6

    2023-05-04
  • DOGE is about to be upgraded to bring exciting new and enhanced features to users

    According to a recent tweet from core developers, the Dogcoin project will undergo a major upgrade. This update will introduce new features and improvements aimed at making popular blockchain more user-friendly and available to non developers

    2023-05-01
  • Ethereum merger: Will electricity consumption significantly decrease after turning to proof of ownership? What about miners?

    Pengpai News Reporter Wang HuirongThe blockchain network Ethereum behind the world's second largest cryptocurrency, Ethereum (ETH), is expected to "merge" in mid September. What will be the impact of this move?On August 12th local time, Ethereum co founder VitalikButerin tweeted that the blockchain software upgrade, known as a "merger" in the encryption field, is expected to occur around September 15th, although the exact date depends on the hash rate

    2023-05-01
  • Ethereum Shanghai upgrade is about to start! Why is the cryptocurrency market paying attention?

    Zhitong Financial APP learned that the Ethereum network will undergo technical transformation on April 12, allowing users to withdraw tens of billions of dollars of native token Ethereum. This is called "Shanghai" upgrade, and it is a necessary step for the consensus mechanism of Ethereum, the world's most commercially important cryptocurrency platform, to change from proof-of-work to PoS

    2023-05-01
  • Talking about the Trinity Ambition and Challenges of the New Chain BNBGreenfield released by Coin Security

    Source:@jason_ chen998Coin An released a Greenfield white paper on storage chain last weekHowever, we have not seen a significant industry hotspot and have not reflected it in the currency price. There is not much research on the storage field,The main reason is that there are too few players in this track, mainly Arweave and Filecoin, but storage is definitely the most important track in the blockchain field.Let me first help you sort out the outline and history of the entire storage system, so that we can have a better understanding. There has always been a controversial concept in web3, where many friends divide storage into two layers: on chain storage (blockchain, IPFS, etc.) and off chain storage (AWS, local databases, and all other heterogeneous platforms).A more reasonable division should be three layers: on chain storage (blockchain), decentralized storage (IPFS, etc.), and centralized storage (AWS, local database, etc.).People often confuse decentralized storage with on chain storage. Blockchain is a distributed ledger that also has data storage capabilities. However, what we currently broadly refer to as on chain content, whether it is NFT or Mirror, does not exist on the blockchain.Because in order to ensure that data cannot be tampered with, every full node needs to be backed up. When there are 10000 miners, even to store 1MB of information, the entire network will consume 10GB, which is very uneconomical. Therefore, the proposed solution is to store the data offline, and then place the offline storage address in the blockchain for indexing. Taking NFT as an example, it can be seen that metadata is indexed to an IPFS link, and when opened, it is a folder.Here we will extend IPFS, which is a content addressed peer-to-peer distributed storage system,The opposite of content addressing is address addressing. For example, when we store a photo on a cloud drive, the computer needs to know the IP address and domain name of the photo when downloading it in order to find the data in the corresponding location. However, if the copy does not exist or the server is shut down, the file will also be lost.But perhaps someone has downloaded this photo and stored it on their computer before, but your computer doesn't know that the other person has this photo,So to solve the problem of decentralized storage, it is necessary to solve the problem of using content retrieval instead of address retrievalIn this way, you don't need to tell the computer where to get the photos, but just tell the computer what the photos you need look like, and then the computer will ask everyone who has the photos in their hands, and if there are any, send them to me.But the content can be very large, and direct brute force retrieval is very time-consuming, soAfter hashing the file content, store the hash value as the file name, which allows for very fast retrieval of only other hash values that are the same as the hash value of the photo. Once found, ask the other person to send me a copy of their photo, which will improve efficiencyThe above is the general principle of IPFS, where storage has gone through three stages: centralization, multi centralization, and decentralization.So although IPFS is similar in concept to blockchain, it itself has no direct relationship with blockchainHowever, to achieve stable operation, many users need to contribute their storage space and network to become nodes. Therefore, Filecoin, inspired by Bitcoin, is an incentive layer built on top of IPFS to incentivize nodes that store data.So what everyone must understand is thatRegardless of the way storage is ultimately stored, it still exists on physical hard drives. Decentralized storage is a sharing economy that those with idle hard drive resources can contribute to.The concept of computing power sharing has already been used in early games such as Qiyun and Jirou, but it's just a drop in the bucket.But Filecoin, after all, is a layer that was added after the emergence of IPFS to incentivize storage service providers, butArweave integrates storage and chain more thoroughlyIt specifically developed blockweave, which, compared to the traditional chain structure of blockchain, links each block to the next block and the previous two blocks: a previous block and a historical recall block. Nodes must provide access proof when generating blocks.This is different from the proof of pow calculation. By accessing older random blocks in blockweave history, new blocks can be mined for rewards. This way, miners who store rare blocks can achieve greater returns in the long term. Through this mechanism, nodes can store as much historical data as possible without consuming a lot of resources like pow,So the originality and permanence of Arweave are higher than those of Filecoin.Just now, I mentioned that blockchain itself also has information storage capabilities, and some people call blockchain a decentralized database, but in realityThe most important responsibility of blockchain is to take on the decentralized ledger for recording transactions rather than the database, and storing a large amount of data is not the core of blockchain in terms of division of responsibilities.If blockchain is compared to a computer, although it also has memory to store a small amount of data, it requires an external hard drive to store a large amount of data.Instead of just cramming everything into memory,So decentralized storage takes on the responsibility of external hard drives, as long as the stored items can interact with the computer and memory and remain unchanged.As can be seen in Etherscan, the InputData in each transaction of Ethereum is the information written into the blockchain, but it can only be field data of simple keyvalue type, so it still needs to be supplemented by an external "hard drive".The above is an explanation of the entire storage system and the principles of Filecoin and Arweave, two storage hubs,After saying this, everyone should be very deeply aware of the importance and complementarity in the existence of blockchain.So this is one of the reasons why Coin An has become an entrant. With such a large race track and such a concentrated competitive head effect, Coin An's entry into this size should cause a stir, but there has been almost no movement.in my submissionThe main reasons are:oneStorage is the lower layer far away from users, making it difficult for users to perceive and understandAnd currently, the storage is also ToB and then ToC, such as Mirror connecting to Arweave. We write in Mirror, but we are not aware of the existence of Arweave;2. On the day of the Greenfield White Paper announcementHit the big hot spot of NostrLike Wang Feng, it's quite unlucky;threeThe storage track has not yet exploded;The prerequisite for storage is to have content, but currently there is a shortage of content production sources in the web3 application layerFor example, the largest track defi is not related to the content at all, and the NFT track has some connection with the content, but it is not very big, just a small image needs to be saved,After thinking about it, there are not many applications with a large number of "content storage" scenarios like web2 that have emerged in web3, so the storage track is far from users and few.However, as the application layer of web3 explodes, a large number of UGC products with C-side interactivity will naturally emerge, leading to a large demand for content storage. Therefore, we can see the end result, but the problem is that I cannot see the milestone of reaching the end process at the moment. Here, I would like to share myInvestment logic:After analyzing the LSD track before, I deduced that as Ethereum switches to POS, low threshold pledge services such as Lido will first emerge, resulting in a large number of verification nodes. However, the centralization of operators will greatly damage Ethereum network security,So the ultimate goal is to solve the problem of operator centralizationAfter seeing the final outcome, I found three more milestones.The beacon chain of 20 has been launched, the POS of 22 has been merged, and Shanghai has been upgraded on 23,The purpose of finding milestones is to give you a psychological expectation of the moment when the final game will arrive, as well as to find a suitable opportunity to enter, otherwise the ambush will be too early and you will have to wait for several yearsAfter the upgrade and withdrawal of funds in Shanghai in 2023, it greatly stimulated the enthusiasm for pledge, thus exposing the problem of operator centralization,So the first six months of Shanghai's upgrade are a good time to enter the venueOtherwise, we will be waiting for the first milestone of 2020 in the next two years.I can see the final outcome of the deposit, but I still cannot see through the milestones in the middle. However, as the infrastructure improves and I also see itThis year, application layers such as socialfi are rolling outin my submissionPerhaps it is possible to try a small amount of layout to store related assets, which does not represent investment advice, everyone DYOR.Okay, back to Greenfield, as mentioned at the beginning, its ecosystem revolves around usersTrinity architecture: BSC chain, Greenfield, and Dapps. Coin security has a transaction chain, followed by a storage chain. Developers develop their own DAPP based on these two, and Greenfield is a side chain with a native cross chain bridge with BSC, both using BNB as tokens. This combination of fists will complete the Coin security ecosystem.So on the one hand, the storage track is large enough to attract the interest of Coin An personally, and on the other hand, it is also an important part of supplementing the Coin An ecosystem;By reading the white paper, it can be seen that the core of Greenfield is a storage chain and storage node network, which is actually similar to Arweave;The storage chain has its own governance logic and incentive system, which stores metadata, block status data, account information and permissions, billing and other data;It is worth noting that metadata exists on the chain, and there is a separate object storage system that stores object data off the chain. Taking NFT as an example, metadata is placed on the chain instead of IPFS. However, the image that occupies the most space in metadata itself is still located below the chain. This design may be based on performance and cost considerations, and when using data, the off chain object data is then referenced through the on chain metadata.BNB, as the original token of the storage chain, is used for governance and payment of GAS, which can flow between BSC and Greenfield, so this perspective is another value empowerment for BNBBut personally, I don't think BNB's price will benefit a lot from the storage track, because BNB's price is a complex, and storage empowerment is only one factor that affects the price,BNBin my submissionIt's better to directly invest in tokens that specialize in storage, because the empowerment of these tokens comes from 100% storage dividends, and of course, everything is DYOR;It is also worth noting thatThe Greenfield format is fully compatible with Ethereum EVM, making it easy for existing products to access;It is also interesting that the management of permission groups is quite detailed, which can control the permissions of each account for data operations such as adding, deleting, modifying, and querying. This is quite practicalIntroducing data integrityChallenge proof,Similar to OP, it can submit challenge transactions to nodes,Greenfield also randomly triggers challenge events, similar to sampling checks,If a challenge is accepted, the validator will check the challenged node. If the challenge is successful, the initiator will receive a reward, and the node will be punished. If the challenge fails, the data will have a freeze period and will not be challenged again,To avoid resource waste.Interestingly, it is not only used for data storage, but also supports data-based economic value creationFor example, the data permissions mentioned earlier can also cross chain to BSC and become a digital asset of BSC, which is interesting. My data is valuable, and my data can also be valuable for operations.The participants in the entire Greenfield ecosystem are as follows:BSC undertakes DAPP deployment, data resource mirroring, cross chain, and consensus;Greenfield is responsible for payment, data resources, cross chain, and consensus. Please note that as mentioned earlier, Greenfield also has its own governance mechanism, so it also has its own consensus;Then the SP node interacts with Greenfield for data;The diagram on the right shows the network structure, which is similar to the OP set of validators with elections, etc;The account system in Greenfield is independent and compatible with BSC and Ethereum in format, so it also has the conditions for Wallet to support Greenfield in the future.It is interesting that Greenfield, as a chain, was developed based on Cosmos,Cosmos' position as the leader of Layer0 seems to be getting more and more stable, and the recently popular Canto is also based on Cosmos. However, personally, I think Canto's set has a bit of Luna's shadow.The trouble with Coin Security lies in the fact that BSC is Fork Ethereum, unlike APTOS and SOLONA, which do not have their own independent technical system, making it difficult to cultivate their own developer community,This issue is also encountered by many EVM chains. As a storage chain for developers, Greenfield needs to work hard to establish developer loyalty. Therefore, Coin Security needs to first switch the stock DAPP to Greenfield before attracting incremental growth.Based on the analysis of the storage track of Coin Security Greenfield, I am personally optimistic about the storage track and look forward to the emergence of more truly available application layer products,Whether smart wallets and account abstractions are used to lower user entry barriers in infrastructure, or performance enhancing chains such as aptos and layers, the infrastructure for application layer explosion has been laid, and it is time to build a nest to attract talent.Disclaimer and RisksPlease review the disclaimer, terms, and risks to understand the legal statements, content, and risk factors of this document. In particular, you should conduct your own research (DYOR) before making any investments and be aware of the risks associated with forward-looking statements in this document.

    2023-04-28
  • Whale is optimistic about Ethereum's price rebound; ETH prices are preparing to rise by 20%!

    Highlights of the storyAs the current trading settings continue to flicker with huge bullish signals, Ethereum prices seem to have implanted extreme bullish momentum.Verifiers continue to withdraw their holdings of assets, which may raise concerns about the upcoming rise in ETH prices

    2023-04-28
  • Five amazing facts about Ethereum that you need to know

    Ethereum (ETH) is destined to be the second largest cryptocurrency asset. Whether it will replace the top ranked Bitcoin (BTC) is a big question, but still, it is a favorite for many people

    2023-04-28