1. What are the benefits of web 3.0 (decentralized internet)?
Reduced ability to centrally control the network and should prevent monopolies. rewards users for being early adopters. Personal control of data and privacy.
2. What is a token?
A digital asset that can be traded within a dapp. can be fungible or non-fungible.
3. How do you create a token on Ethereum?
You can create a token by programming a smart contract/dapp on the Ethereum blockchain. It is generally advisable to follow the ERC20 standard for fungible assets and ERC721 and/or ERC1155 for non-fungible assets, as these allow interaction with current software and infrastructure.