Ethereum developers propose native token-related proposal EIP-7809
ChainCatcher message, Ethereum developer Paul Berg has released a proposal regarding multiple native tokens on Ethereum, aimed at improving the user experience when transferring tokens, making native financial products easier to deploy, and enhancing the innovative potential of Ethereum L2 applications.The proposal is named EIP-7809, which suggests adding a backward-compatible extension to the EVM that, if approved through Ethereum's new proposal process, will allow fungible tokens to operate with "native-like" properties.ETH has been operating as Ethereum's native token, and almost all other Ethereum-based tokens are built on top of this network but do not possess most of the same "native" characteristics as ETH. This limits functionalities such as direct token transfers using opcodes and transferring multiple tokens in a single contract call. EIP-7809 introduces four new opcodes:MINT & BURN, allowing for token supply management through minting and burning tokens;BALANCEOF for checking token balances;NTCALL for token transfers that require contract calls;NTCREATE for creating contracts that include upfront token deposits.