Skip to main content

AADS 1

Featured

DeSoc and Decentralised Blogging Platforms - INLEO - Non-Elaborate Posts - Post 1

   When a participant elects to relocate their LEO tokens across disparate blockchain networks, INLEO’s system implements a trust-minimized locking and minting (and conversely, burning and unlocking) architecture: specifically, a user deposits native LEO tokens into a cryptographic smart contract or analogous lock-module on the source chain; that contract irrevocably locks (escrows) those tokens, thereby removing them from liquid circulation on that origin chain. In response, an equivalent number of “wrapped” tokens (for example, wLEO on Ethereum, bLEO on Binance Smart Chain, or pLEO on Polygon) are algorithmically minted (or issued) on the target chain, subject to provable attestations via oracles or cross-chain relay/bridge protocols. If the user later desires reconversion, the wrapped tokens are irreversibly burned on the target chain, and the previously locked native tokens are released back to the user’s address on the source chain. This bi-directional mint-burn / lock-un...

Ethereum Network - Token Standards - ERC-20 - Non-elaborate posts - Post 1

 

 

 

The ERC-20 token standard is the original and foundational fungible token specification on Ethereum. Proposed by Fabian Vogelsteller and Vitalik Buterin in November 2015 (EIP-20), it provided a unified interface for creating and managing fungible tokens (tokens identical and interchangeable with one another). Before ERC-20, developers implemented tokens with custom logic, creating compatibility problems for wallets, exchanges, and applications. ERC-20 solved this fragmentation by defining a common set of functions and events, ensuring interoperability across the ecosystem. ERC-20 is the DNA of Ethereum’s fungible token ecosystem. While minimal and imperfect, its interoperability, simplicity, and universality created the foundation for modern crypto-finance, from ICOs to stablecoins and DeFi governance. It remains the most important and widely used Ethereum token standard — a benchmark against which all later standards are measured.

Comments