ClickMasters
← Back to all FAQ cards

Blockchain & Web3

Token Development Services FAQs

What is an ERC-20 token and how is it different from ETH?

ETH (Ether) is the native currency of the Ethereum network used to pay for gas (transaction fees). ERC-20 is a token standard that defines a common interface for tokens built on Ethereum: the same smart contract functions (transfer, approve, transferFrom, balanceOf) are implemented identically across all ERC-20 tokens, enabling wallets, exchanges, and other contracts to interact with any ERC-20 token without needing custom code for each one. ERC-20 tokens are smart contracts deployed on Ethereum that track ownership balances they are not a separate blockchain. An ERC-20 token can represent: utility (payment for services within a platform), governance (voting rights on protocol decisions), or any digital asset with a homogeneous value. The same ERC-20 interface is used by USDC (stablecoin), UNI (governance token), and LINK (oracle payment token) all use the same underlying standard with different token economics and utility.

What is token vesting and why is it important?

Token vesting is a schedule that controls when allocated tokens can be claimed and transferred by recipients. Vesting prevents: immediate selling by team members and early investors (which would crater the token price), misaligned incentives (recipients have an incentive to see the project succeed over the vesting period), and supply shock (without vesting, all allocated tokens enter circulation on day one). The standard vesting structure: cliff (a period typically 6-12 months before any tokens vest; if a team member leaves before the cliff, they receive no tokens), followed by linear vesting (tokens vest gradually over the remaining period typically 24-36 months so the recipient earns tokens proportionally to their continued contribution). Investor vesting is typically shorter than team vesting. The vesting contract holds the tokens in escrow beneficiaries call `claim()` to receive their vested tokens, and the contract only releases the amount that has vested by the current block timestamp.

What are the regulatory risks of launching a token?

Token regulatory risk is significant and jurisdiction-specific. The key question in most jurisdictions (USA, EU, UK) is whether the token is a security applying the Howey Test in the USA (an investment contract exists when money is invested in a common enterprise with an expectation of profits from others' efforts). Many utility tokens are treated as securities because investors buy them expecting the token price to appreciate as the platform succeeds regardless of the "utility" label. Consequences of unregistered securities: in the USA, the SEC can halt the token sale, require registration (or an exemption), and fine the issuer. In the EU, MiCA (Markets in Crypto-Assets) regulation provides a framework for token issuance with specific requirements. ClickMasters strongly recommends engaging a lawyer specialising in digital asset securities in the primary target jurisdictions before designing tokenomics, writing a whitepaper, or conducting any public sale. This is not optional it is a prerequisite for a legally compliant token launch.

What is the difference between a utility token and a governance token?

A utility token provides access to a specific product or service it is "spent" or "used" to unlock functionality (pay for API calls, access premium features, participate in a network). The value proposition is the utility itself, not an expectation of price appreciation. Examples: Filecoin (FIL used to pay for decentralised storage), Chainlink (LINK used to pay oracle services). A governance token grants holders the right to vote on protocol decisions parameter changes, treasury allocation, smart contract upgrades. Governance tokens do not necessarily grant access to services their value is the ability to influence the protocol's direction. Many protocols issue tokens that combine both: token holders earn a share of protocol fees (utility-like) and can vote on protocol governance. The combination of economic returns and governance rights makes the securities analysis more complex the investment-return aspect of fee-sharing is specifically flagged in securities analysis.