Homework: Web3.0 and Tokens

  1. It enables new companies to compete with established companies in a way it generates value and rewards the community, specially the early adopters

  2. It’s a fungible or non fungible digital asset created on the top of a blockchain using a smart contract

  3. Programming the smart contract

1 Like

By involving cryptocurrency in the model ,that can give value to the users and help token owner to grow

Token is small contract running on ethereum etc.

With Solitity and the ERC20 standard

1 Like
  1. In the decentralized Web 3.0 value is primarily captured at the protocol level and by early adopters while empowering individuals with sovereignty.
  2. Tokens are cryptocurrencies built on existing blockchains and have a variety of uses.
  3. Tokens are created by programming a smart contract on Ethereum.
1 Like

1. What are the benefits of web 3.0 (decentralized internet)?
A few companies not owning the internet/capturing all the value, also with crypto we now have a way to incentivize early adopters and thus enable competition with the big companies.

2. What is a token? Programmable asset of fixed supply that can be fungible or nonfungible and is built using a smart contract.

3. How do you create a token on Ethereum?
You would create a smart contract according to the token standard, e.g. for ERC20 tokens having the optional elements of name, symbol and decimals and the mandatory functions.

1 Like
  1. It is an investment and adds value to dapps. Can now have your own token and cryptocurrency. If you are an early adopter you can earn more.

  2. Tokens are a native crypto currency and can be deployed as their own currency . Fungible tokens means the value of the token is standardized. Non fungible means they are not.

  3. You use a programming code to create a token on Ethereum. Solidity is the programming language.

1 Like
  1. What are the benefits of web 3.0 (decentralized internet)?
    It makes it possible for the platform and token communities to compete with traditional economies by way of incentivizing users to capture value from their own contributions on a network; rather than freely benefiting web 2.0 tech giants who reap economic value for your network and community activity and contributions

  2. What is a token?
    they are blockchains that operate on top of a platform blockchain and subscribe to the platform conventions and standards (e.g. for ethereum the ERC20 standard; however, they have the ability to create their own token economy which is typically based on some kind of incentive/inflation structure

  3. How do you create a token on Ethereum?
    you write code that complies with ERC20, ERC721 or ERC1155 conventions

1 Like
  1. The value is kept in the protocol instead of going to the big companies. Users can generate value and profit for themselves as opposed to just giving value to large companies.

  2. A token is essentially a new cryptocurrency built on top of another cryptocurrency in the form of a Smart Contract. Any ERC20 token for example is a Smart Contract built on top of Ethereum, it needs Ethereum’s network to function, and the user needs ETH to to pay for gas to use it.

  3. Through a Smart Contract.

1 Like
  1. What are the benefits of web 3.0 (decentralized internet)?
    Web 3.0 opens new doors for the users, now instead of giving value to large companies, users can now generate value and earn money.

  2. What is a token?
    A token is a cryptocurrency built on top of a blockchain, for example the ERC20 standard allows you to build tokens on top of ethereum blockchain.

  3. How do you create a token on Ethereum?
    You can create a token on Ethereum blockchain using the ERC20 standard and smart contracts.

1 Like
  1. It’s not controlled by huge companies like facebook or google, the small companies have a chance to develop with the help of the users and it captures the value on a protocol level.

  2. A token is a cryptocurrency build on top of the Ethereum or other blockchain networks.

  3. Throught dapps and smart contracts.

1 Like

@falloutfan4 Welcome to forum :grinning:

1 Like
  1. What are the benefits of web 3.0 (decentralized internet)?
    The benefits of Web 3.0 are several:
  • The web can be on a public ledger, where an individual has rights to his/her data but keeps others out so ownership.
  • Less middlemen
  • Privacy
  • Content creators are payed for their content.
  1. What is a token?
    A token does not have it’s own blockchain but can be used to transfer assets with fungible value and other things while residing on the blockchain. ICO’s would give tokens to investers in order to raise money for a coin.

  2. How do you create a token on Ethereum?
    You use Metamask and an Ethereum wallet. One uses Remix, a Solidity compiler, in order to write the code and publish on the Robsten TestNet.

1 Like
  1. People are incentivised to early adopt, as they are rewarded, due to the availability of tokens that can be programmed through smart contracts. Wihlst these rewards decrease over time, as the value of the business increases (as seen with STEEMIT), people are incentivised to stay invested, due to having “skin in the game”;

  2. A token is a fungible (ERC20) or non-fungible (ERC721 or ERC1155) asset that can be programmed through smart contracts that lie on top of the ethereum network and are executed through an EVM.

  3. a token created on ethereum is programmed through smart contracts while abiding by the ERC20 standards and executed through the EVM.

1 Like
  1. Interaction, participation,
  2. digital asset created on ethereum (or other) network
  3. by creating a smart contract
1 Like

1.blockchain provides the protocols and cryptography for a globally distributed network of computers to collaborate on maintaining a secure public database, and with a virtual machine like Ethereum, we can run code on this creating a new set of distributed applications.
2. Cryptographic tokens represent a set of rules, encoded in a smart contract – the token contract. Every token belongs to a blockchain address. These tokens are accessible dedicated wallet so ware communicates with blockchain and manages the public-private key pair related to blockchain address.
3.Etherium and any other cryptocurrency is that it’s not just a currency, it’s an environment. Here anyone can take advantage of the blockchain technology to build their own projects and DAPPS (decentralized applications) through smart contracts.
There is something really interesting about these DAPPS, they are all decentralized and not owned by an individual, they are owned by people. Basically, you buy certain tokens of that DAPP in exchange of your ether.

1 Like
  1. New DAPPS, with own economies, open and permissionless
  2. A token is built on top of a base layer, like Eth, they are fungible, ie all have the same value, can NFT also. They create the oppotunity for new economies and economic models.
  3. A coin can be made using a smart contract
1 Like

1 One benefit of a decentralised internet is to take the power back from large corporations who gain financially from users’ contributions, instead rewarding the same users with tokens for contributing. There is also the possibility of providing (token) incentives for early adopters, which is just not possible in the current model.

2 A token is any kind of monetised reward which can be given to users, then spent or exchanged on the platform. If the token is ERC20 it can be exchanged with other ERC20 using protocols such as Uniswap.

3 On Ethereum a token can be easily created following the ERC20 standards as a starting point. Working within the parameters set by ERC20 the token can be customised to fit whatever function and use case as required.

1 Like

Homework on Web 3.0, and Tokens - Questions

  1. What are the benefits of web 3.0 (decentralized internet)?
    The benefit of the it is that anyone can build and work on creating new projects. And due to the nature of it it also allows outsiders to benefit as early adopters or even as investors.
  2. What is a token?
    a token is sort of an incentive for smart contracts. When someone writes a smart contract that creates a token, the token can then be used to motivate users to interact with the smart contract
  3. How do you create a token on Ethereum?
    you have to use solidity to program a smart cotract that creates the token using ERC20 model, well this is the fungible token model. If you dont want a fungible token you just create an NFT
1 Like

1). It gives power back to individuals and can give better clarity and ownership of your information.
2). A token is a network application that fulfills a certain purpose.
3). You code a program that works on the ERC20 format.

1 Like
  1. It is trustless, everyone can participate and you dont have to be a tech giant to succeed.
  2. A token is a type of coin created with a smart contract on a smart contract platform such as Etherium.
  3. You create a smart contract.
1 Like
  1. What are the benefits of web 3.0 (decentralized internet)? It is capturing value. It will allow smaller companies to compete against the monopolized companies that web2.0 seemingly own.

  2. What is a token? Tokens are the DAPPS that are built on the ETH platfrom. ETH is considered a coin…the tokens have an ERC-20 standard that allow them to collectively function on the platform. There are NFT’s ERC721 and ERC1155 that are unique and mainly used for gaming.

  3. How do you create a token on Ethereum? By writing a smart contract.

2 Likes