<?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>SPcrypt0</title>
        <link>https://paragraph.com/@spcrypt0</link>
        <description>BSc IT &amp; Computer Science
Crypto Enthusiast/ Investor / Research Analyst</description>
        <lastBuildDate>Wed, 08 Jul 2026 05:53:30 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>SPcrypt0</title>
            <url>https://storage.googleapis.com/papyrus_images/1a53e8f5f5613479781f360022d58468a9e77ba4beab8c252fe44df08f4459a7.png</url>
            <link>https://paragraph.com/@spcrypt0</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What is Alephium, and how it works?]]></title>
            <link>https://paragraph.com/@spcrypt0/what-is-alephium-and-how-it-works</link>
            <guid>Zt1rJ2DaXNVRiw8recal</guid>
            <pubDate>Tue, 23 Jan 2024 23:08:24 GMT</pubDate>
            <description><![CDATA[Alephium is a blockchain that seamlessly integrates decentralization, scalability & security, all while offering high-performance, accessibility & energy efficiency. Alephium&apos;s Proof Of less Work is a simple, consistent and robust consensus mechanism for achieving decentralization while reducing the energy consumption by over 87% compared to classic Proof of Work. On Alephium, anyone can run a full node and verify on-chain data. Are you looking for a blockchain with expressive sUTXO and ...]]></description>
            <content:encoded><![CDATA[<p>Alephium is a blockchain that seamlessly integrates decentralization, scalability &amp; security, all while offering high-performance, accessibility &amp;  energy efficiency.</p><p>Alephium&apos;s Proof Of less Work is a simple, consistent and robust consensus mechanism for achieving decentralization while reducing the energy consumption by over 87% compared to classic Proof of Work. On Alephium, anyone can run a full node and verify on-chain data.</p><p>Are you looking for a blockchain with expressive sUTXO and Proof-of-less-Work model? Inspired by Ethereum, but with way more smaller market cap, and with higher scalability, accessibility and security? Everything above can be found right here on Alephium. Alephium isn’t a typical PoW blockchain like others, but it’s a smart contrat sUTXO PoLW - Proof-of-Less-Work protocol, which features specialized EVM. Tokens built on it’s blockchain are unique in many ways and have a lot of advantages.</p><p>In Alephium, Tokens are first-class citizens, managed by sUTXO, starting from their main token $ALPH, followed by others and the next to be built there. One of the advantages is the scalability and safe &amp; secure asset management.</p><p><strong>“HOW SCALABILITY IS DIFFERENT FROM OTHER PROTOCOLS?</strong>”</p><p>Sharding is a database management technique that involves breaking down larger datasets into smaller, more manageable pieces. When dealing with large databases, it becomes impractical to handle all the data on a single machine or in a single table. Sharding enables the database to be distributed across multiple machines by creating multiple smaller tables, allowing parallelizing tasks to improve throughput.</p><p>It’s the same in a blockchain context: sharding increases throughput by parallelizing transactions. This comes at the cost of added complexity because it becomes harder to maintain a secure and consistent ledger. Every sharded blockchain addresses these tradeoffs in different ways:</p><p>Polkadot, a multi-chain platform developed by the Web3 Foundation, introduces a sharding mechanism known as “parachains.” Parachains are individual chains that run in parallel, interconnected through a central relay chain called the “Polkadot Relay Chain.”</p><p>Zilliqa implements sharding differently. It uses network-level sharding to scale the blockchain by splitting transactions into smaller blocks. However, it does not support state sharding, the global state of the blockchain has to be shared by all shards, which limits its scalability.</p><p>Kadena performs sharding by introducing “chainweb,” a braided blockchain structure which consists of multiple interconnected chains that collaborate to form a single network.</p><p>Alephium takes a unique approach to shard the blockchain: it involves using a DAG and a sharding algorithm called Blockflow. This is beneficial as it does not rely on a coordination chain (e.g. beacon chain), there is no loss of security for individual shards, and it enables single-step cross-group transactions (more on later).</p><p><strong>Blockflow</strong>, Alephium’s sharding algorithm, aims to enhance blockchain scalability and efficiency by dividing the network’s transactions into manageable parallel chains or “shards”, while maintaining high security and effective communication between them for seamless transaction processing. It’s the rulebook for maintaining the “block flow” and blockchain correctness.</p><p>Blockflow is built on the unique combination of Alephium’s UTXO and PoW and leverages a two-dimensional DAG data structure. It delivers lightweight and efficient sharding that completely eliminates the need for cross-chain transactions &amp; the complexities that come with it.</p><p><strong>“ETHEREUM EVM against Alephium APS, advantages &amp; disadvantages explained”</strong></p><p>Ethereum assets are managed by contracts. So, for example, if Uniswap wants to swap token A for token B, the token A holder should first approve its spending on token A’s contract for Uniswap, and then Uniswap will have permission to do the swapping.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7baeee91a5665735960d8e769ff3d27e5da0f2a2b9325193cc683db1ac5586c5.webp" alt="The mechanism used for this purpose is usually called Approvals, which enables token holders to authorize another account or smart contract to spend a specified amount of tokens on their behalf." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">The mechanism used for this purpose is usually called Approvals, which enables token holders to authorize another account or smart contract to spend a specified amount of tokens on their behalf.</figcaption></figure><p>Although approvals play a crucial role in numerous decentralized applications on the EVM, they present critical risks for users:</p><ul><li><p><strong>There is room for unsafe choices:</strong> This method leaves to the user’s discretion how much they will allow the smart contract to spend. The user can allow infinite spending, leaving an open door for his assets to be drained if an exploit compromises this smart contract.</p></li><li><p><strong>Broken User Experience</strong>: First, the user needs to send a transaction to approve an amount. And later, execute the transfer he wants. If the user only allows the amount spent in that particular transaction, the next time he interacts with this smart contract, all the steps will be necessary again.</p></li></ul><p><strong>Understanding Alephium’s Asset Permission System</strong></p><p>Alephium’s APS is designed to provide a flexible and safer way for developers to build applications on the Alephium blockchain. One important feature of the Alephium blockchain is that it doesn’t require separate approval specifically for the assets. Instead, the assets are managed by UTXOs, which can be spent using a transaction. These transactions can support TxScript.</p><p>A TxScript (short for transaction script) is a piece of code to interact with smart contracts. Within this code, it is possible to use the APS to manage how the assets will be spent. The APS can:</p><ul><li><p>Mark functions with annotations to explicitly state if it requires preapproved assets or contract assets (and check if the annotation is consistent with the code);</p></li><li><p>Ensure explicit assets approval for functions requiring assets, and ensure that, at maximum, only the explicitly specified amount of assets (ALPH and tokens) can be spent.</p><p>Using the APS, in combination with the UTXO model, all the approvals can be defined beforehand. In one transaction, both the approval and the transfer of the assets are done following the TxScript conditions, resulting in a seamless and more secure User Experience.</p><p><strong>How is the APS token approval mechanism different from the EVM’s ?</strong></p><p>The APS built on Alephium provides several tools to improve the security of the transactions, generating multiple benefits for developers and users alike. When comparing APS with EVM’s asset approval mechanism:</p><ul><li><p><strong>Assets Flow:</strong> In Ethereum, assets are managed by contracts, and approvals need to be pre-requested separately, breaking the transfer flow. In Alephium, funds can be sent (approval and transfer) using one transaction. It contains a TxScript using the APS functions, which manages the flow of funds together with smart contracts.</p></li><li><p><strong>Assets Approval:</strong> Ethereum’s token approval only allows for the approval of a specific asset. That equals multiple approvals when using more than one asset in a transaction. In contrast, Alephium’s APS allows asset management from multiple sources.</p></li><li><p><strong>Built-in Functions:</strong> Alephium’s APS provides built-in functions for committing assets and using them immediately, whereas Ethereum requires explicit approval and transfer calls.</p></li><li><p><strong>User Experience</strong>: The APS controls all fund management on demand, so the user manual interaction with the dApps is restricted to the transaction they want to make.</p><p>Removing the token approval transaction in the asset management flow is an important upgrade provided by Alephium’s Asset Permission System, as, unfortunately, several exploits and hacks use this type of transaction. This type of attack demonstrates how Alephium’s APS provides a more secure environment for developers and users, reducing the attack vector by removing the approval transaction, the risk of fund loss due to smart contract vulnerabilities, and enhancing the user experience.</p></li></ul><p><strong>CONCLUSION:</strong></p><p>Alephium&apos;s Sharding design makes token transfers highly scalable. The UTXO model ensures efficient and secure transactions. No extra approvals needed for smart contracts – thanks to the Asset Permission System! No flash-loan attacks, which makes this protocol unique.</p><p>Alephium’s Asset Permission System (APS) offers a safer and more flexible solution to eliminate Ethereum’s token approval risks. Controlling the flow of assets, APS provides enhanced security and greater control over transactions.</p><p>As blockchain technology evolves, innovations like APS pave the way for safer and more robust decentralized applications. Developers and users alike stand to benefit from this improved approach to managing and securing digital assets on Alephium.</p><p><code>Personal opinion:</code></p><p><code>NOT A FINANCIAL ADVICE (NFA)</code></p><p><em>Alephium was sleeping giant and hidden gem in the previous bear market, personally me and a friend of mine who is miner, saw first the project did a good research about their team, tokenomics, their mechanism and he shared those thoughts with me, and I approved that, and my first buy was at 0.13cents per token.</em></p><p><em>Right now, ALPH is in correction stage, sitting at 100m marketcap at 1.5$ per token. $ALPH is one of the greater bags in my portfolio. Today, January 23th, $ALPH passed 100.000 unique active adresses on their network. $ALPH was developed and launched in bear market, and performed very well until now. Imagine what can happen in the upcoming bull market, also their community and their network is growing rapidly, so it makes $ALPH a must-have token in your portfolio.</em></p><p><strong>Thank you for your time, i hope it was helpful.</strong></p><p><strong>If you like my work, please subscribe/follow for more.</strong></p></li></ul>]]></content:encoded>
            <author>spcrypt0@newsletter.paragraph.com (SPcrypt0)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/dd22a9496ed729ba3f1096c83d9906a3d9cc2117c814461f4091757280fc6fd4.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[What is web3, and how Polkadot is game changer into web3 future?]]></title>
            <link>https://paragraph.com/@spcrypt0/what-is-web3-and-how-polkadot-is-game-changer-into-web3-future</link>
            <guid>QAxKWLcb2RhrjstymYYt</guid>
            <pubDate>Wed, 10 Jan 2024 10:02:18 GMT</pubDate>
            <description><![CDATA[Polkadot is Layer0 protocol. that allows diverse blockchains to transfer messages, including value, in a trust-free fashion; sharing their unique features while pooling their security. In brief, Polkadot is a scalable heterogeneous multi-chain technology. “WHO FOUNDED POLKADOT?” Polkadot was co-founded by Gavin Wood, one of the original co-founders of Ethereum and former CTO of the Ethereum Foundation, where he helped develop Ethereum’s Solidity programming language. Wood is also CEO of Parit...]]></description>
            <content:encoded><![CDATA[<p>Polkadot is Layer0 protocol. that allows diverse blockchains to transfer messages, including value, in a trust-free fashion; sharing their unique features while pooling their security. In brief, Polkadot is a scalable heterogeneous multi-chain technology.</p><p>“WHO FOUNDED POLKADOT?”</p><p>Polkadot was co-founded by Gavin Wood, one of the original co-founders of Ethereum and former CTO of the Ethereum Foundation, where he helped develop Ethereum’s Solidity programming language. Wood is also CEO of Parity Technologies,the blockchain infrastructure firm responsible for developing Parity Ethereum is one of the most widely used Ethereum clients on the network. At the same time, Wood is actively working on both Polkadot and Substrate development. Later in October 2022, he stepped down as a CEO of Parity and Polkadot, and he remain the company’s majority shareholder and take on the title of chief architect, where his focus will shift to developing and promoting the mass adoption of Web3 technology.</p><p>“HOW POLKADOT 1.0 WORKS?”</p><p>Lets rewind the time back. Since the release of Bitcoin in 2009, blockchain projects increased exponentially to the order of tens of thousands. Different projects have different value propositions, suggesting that the future will be multi-chain and that inter-chain communication will be crucial to establish collaborations and leveraging each other strengths. Polkadot is a sharded network where transactions are processed in parallel with each shard. Polkadot shards can be heterogenous (i.e. they do not need the same state transition function as in the proposed Ethereum sharding architecture). This allows to build L1 chains designed explicitly around their application and value proposition.</p><p>Polkadot has a Relay Chain acting as the main chain of the system. The Polkadot relay chain has been represented as a ring surrounded by multiple parachains attached to it. Based on Polkadot&apos;s design, as long as a chain&apos;s logic can compile to Wasm and adheres to the Relay Chain API, then it can connect to the Polkadot network as a parachain.</p><p>“HISTORY OF web1, web2 AND THE FUTURE OF web3”</p><p>Back in the early 2000&apos;s the internet featured read-only, static, basic web pages. The online connected world at the time was only the beginning of virtual data, identities, and more. The internet during this time can be viewed as its first version (Web1).</p><p>As social media platforms and online businesses began to emerge, the internet transformed into its next iteration - the Web2. This upgraded internet, which we use today, features dynamic, interactive web pages, where users can read and write information and publish their own for others to see. However, this version of the web comes with downsides, dealing with data control, privacy issues, and the consequences of trusting centralized entities storing our data on their servers. This is where Web3 comes into the picture.</p><p>Web3 is transforming applications hosted on centralized infrastructure into decentralized applications (dApps) powered by trust-free blockchain protocols. The goal is to transform the internet into a decentralized web, where users control their data and identity in a trust-free environment. The Web3 movement aims to remove intermediaries and build trustless infrastructure. Web3 is an interactive and collaborative web where users can read, write, and <strong>own</strong> data.</p><p>“DIFFERENCE BETWEEN web2 and web3?”</p><p>In web3, ownership is achieved and validated through cryptography. Each user has a digital identity bound to a set of cryptographic keys usually based on the public key cryptographic scheme, i.e., the famous <strong>public and private key pair</strong>. Unlike Web2 which is driven by email IDs, phone numbers, and passwords, users onboarding to Web3 just need to generate a key pair. The public key can be the identity that can be shared with anybody to send you messages or assets, while the private key is used to access your account, sign messages, transfer funds, edit identity details, etc. Keeping your private key secure is essential to avoid identity theft or consequent loss of funds. Currently, scams are one of the main factors hindering web3 adoption. No legitimate person or entity will ever ask you to share your private key, and those who attempt to do so are likely trying to steal your digital identity and anything you own related to it.</p><p>In web2 applications, data are stored on a centralized server, while in web3 applications, data (or better data proofs) are stored on the blockchain. With light clients, it is possible to access blockchain data through a full node and verify the validity of such data. They efficiently synchronize (<em>warp sync</em> in case of Polkadot) with a full node to obtain (Merkle Root) commitment of the latest chain state, and hence can trustlessly verify any response by full node against the commitment. In this way, we can always verify that the data we see is the truth, which is done automatically by the light client. Polkadot has a browser-embedded light client Substrate connect that uses the smoldot codebase. Most web3 applications today access blockchain data through a centralized RPC server.</p><p>“HOW POLKADOT`S INTEROPERABILITY is advantage in web3?“</p><p>The Web3 landscape&apos;s expansion into a multi-layered ecosystem highlights the need for interoperability. Blockchains compete and differentiate themselves based on decentralization, throughput, and specific use case focus. Some aim for a single high-performance base-layer blockchain, while others focus on decentralization through layer-2 networks. With such diverse approaches, it&apos;s crucial for distinct on-chain environments to interoperate, especially for developers building cross-chain applications and traditional systems interacting with multiple blockchains.</p><p>Various cross-chain interactions are employed to achieve interoperability, including token swaps, token bridges, native payments, contract calls, and programmable token bridges. Each mechanism serves specific functions, such as facilitating the exchange of tokens between different blockchains or enabling smart contract interactions across chains. Other interoperability solutions validate the state of a source blockchain and relay transactions to the destination blockchain, which is essential for completing cross-chain interactions. Interoperability between chains having different consensus has been a challenging task. Most of hacks have exploited vulnerabilities in interoperability protocols. Polkadot provides secure interoperability through XCM and XCMP to all blockchains attached to it.</p><p>“WHAT`S THE FUTURE FOR POLKADOT?”</p><p>If we see Polkadot as a service provider of trustless and resilient computation through cores as well as secure interoperability between core-powered applications, the future development of Polkadot can be directed towards the following main changes.</p><p>A paradigm shift from:</p><p>Being a chain-focused ecosystem where each parachain owned an execution core at all times (acquired through fixed parachain slots), which allowed a simple and secure, sharded execution environment.</p><p>To being an application-focused ecosystem where we remove the assumption that each application owns a core, and instead that all cores are a resource to be consumed and used as needed by all applications.</p><p>Polkadot 1.0 was a chain-centric paradigm consisting of isolated chains able to exchange messages. This was not fundamentally different from having completely different chains connected to bridges, with the only difference of having the relay-chain securing the network, providing message-passing capability, and doing some extra tasks such as crowdloans, auctions, staking, accounts, balances, and governance. Having a chain-centric system will ultimately end in chain-centric application and UX.</p><p>The true innovation of Polkadot is about leveraging the unique value proposition offered by different chains and using those chains’ collaborative potential to build inter-chain applications to solve real-world problems. Those applications will thus need to span across chains.</p><p><strong>Increasingly fewer tasks will be handled by the relay-chain</strong> that will focus efforts only on primary tasks: securing the network and providing secure message-passing capability. System parachains will be used to take over secondary relay-chain tasks such as staking, governance, etc.</p><p>Thanks for reading, i hope this article will be helpful somehow to you. Follow me for more articles similar like this.</p>]]></content:encoded>
            <author>spcrypt0@newsletter.paragraph.com (SPcrypt0)</author>
        </item>
    </channel>
</rss>