【Ethereum developer Paul Berg proposed a native token-related proposal EIP-7809】On November 12, Ethereum developer Paul Berg published a proposal regarding multiple native tokens on Ethereum, aimed at improving user experience when transferring tokens, making native financial products easier to deploy, and enhancing the innovation potential of Ethereum L2 applications. The proposal, named EIP-7809, suggests adding a backward-compatible extension to the EVM, which, if approved through Ethereum's proposal approval process, will allow fungible tokens to operate with 'native-like' properties. ETH has been functioning as Ethereum's native token, while almost all other Ethereum-based tokens are built on this network but do not possess most of the same 'native' features that ETH has. 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, which allow managing token supply through minting and burning tokens; BALANCEOF, used to check token balances; NTCALL, for token transfers that require calling a contract; NTCREATE, for creating contracts that include upfront token deposits.