Crypto Basics

What are ERC20 Tokens and How Does it Work?

Discover the inner workings of ERC20 tokens in this comprehensive guide. Uncover how these tokens power the world of decentralized finance.
Marcus K
10 Minutes
MIN

Cryptocurrencies have revolutionized the way we think about digital assets and transactions. Among the many innovations in the blockchain space, ERC20 tokens have emerged as a prominent standard for creating and managing tokens on the Ethereum blockchain. 

In this comprehensive guide, we will explore what ERC20 tokens are, their history, how they work, their importance and impact, advantages and disadvantages, and provide a list of top ERC20 tokens. So, let's dive in and unravel the fascinating world of ERC20 tokens.

What is ERC20?

ERC20 stands for Ethereum Request for Comment 20 and is the technical standard for creating fungible tokens on the Ethereum blockchain. 

Unlike non-fungible tokens (NFTs), which are unique and not interchangeable, ERC20 tokens are fungible, meaning they can be exchanged on a one-to-one basis with other tokens of the same type. 

These tokens represent assets, rights, ownership, access, or even cryptocurrencies that are not unique in themselves but can be transferred.

The ERC20 standard enables developers to create smart-contract-enabled tokens that can be used with various products and services. 

Since its implementation, most tokens in the Ethereum ecosystem have been created using the ERC20 standard, making it a crucial part of the Ethereum blockchain's functionality.

History of ERC20

To understand the significance of ERC20 tokens, let's look at their history. In 2015, as smart contracts gained popularity, developers realized the need for a standardized token methodology within the Ethereum ecosystem. 

Each application would require its own token without a standard, leading to interoperability issues and difficulties in exchanging tokens between different applications.

To address this problem, developer Fabian Vogelsteller proposed the ERC20 standard 2015 through the Ethereum Request for Comment (ERC) process on the project's Github page. 

The proposal, initially known as ERC-20 due to its designation as the twentieth comment, was later approved and implemented as Ethereum Improvement Proposal 20 (EIP-20) in 2017.

The approval and implementation of the ERC20 standard ensured that all smart contract tokens implemented on the Ethereum blockchain would adhere to the same set of rules, making them compatible and easily exchangeable.

How Does ERC20 Work?

To understand how ERC20 tokens work, let's delve into their underlying structure and functionality. ERC20 tokens consist of a list of functions and events that must be implemented in a token's smart contract to be considered ERC20 compliant.

ERC20 Functions

The ERC20 standard defines six mandatory functions that a token must have:

  • TotalSupply: This function returns the total number of tokens ever issued.
  • BalanceOf: The BalanceOf function allows users to check the balance of a specific token owner's account.
  • Transfer: The Transfer function automatically transfers a specified number of tokens to a designated address.
  • TransferFrom: This function allows the automatic transfer of a specified number of tokens from one address to another.
  • Approve: The Approve function grants permission to a designated address to withdraw a specific number of tokens from the token owner's account.
  • Allowance: The Allowance function returns the number of tokens approved for withdrawal by a spender from the token owner's account.

These functions provide a standard interface for ERC20 tokens, allowing them to be easily accessed, recognized, and used within the Ethereum ecosystem.

ERC20 Events

In addition to functions, ERC20 tokens also include two mandatory events:

  • Transfer: The Transfer event is triggered when a transfer of tokens is successfully executed.
  • Approval: The Approval event logs the approval of a specific address to spend a certain number of tokens.

These events help keep track of token transfers and approvals within the blockchain.

Optional ERC20 Features

Although the six functions and two events mentioned above are mandatory for ERC20 compliance, token developers can include additional features to enhance the token's usability. These optional features include:

  • Token Name: Tokens can have a name that represents their identity.
  • Token Symbol: Tokens can have a symbol as a shorthand representation of their name.
  • Decimal Points: Tokens can have decimal points to allow for fractional values.

Including these optional features provides more information and clarity about the token, making it easier for users to understand and interact.

The Importance and Impact of ERC20

The ERC20 standard has profoundly impacted the blockchain and cryptocurrency industry. Its importance lies in the fact that it introduced a standardized framework for creating tokens on the Ethereum blockchain, fostering interoperability and compatibility among different tokens and applications. Let's explore some key reasons why ERC20 is significant.

Interoperability and Compatibility

By adhering to the ERC20 standard, tokens built on the Ethereum blockchain can seamlessly interact with other tokens and smart contracts within the ecosystem. 

This interoperability allows for the creating of decentralized applications (DApps) and services that can leverage a wide range of tokens without the need for custom integrations.

Token Creation Simplification

The ERC20 standard simplifies creating tokens by providing well-defined rules and functions. Developers can focus on implementing their tokens' specific features and functionalities without worrying about compatibility issues. 

This simplification has contributed to the rapid growth of the Ethereum ecosystem and the proliferation of ERC20 tokens.

Increased Liquidity and Market Access

ERC20 tokens' compatibility and interchangeability have significantly increased their liquidity and market access. Token holders can easily trade ERC20 tokens on decentralized exchanges (DEXs) and various cryptocurrency platforms, providing them with a broader range of investment and trading opportunities.

Crowdfunding and Initial Coin Offerings (ICOs)

The ERC20 standard has played a crucial role in the rise of ICOs and token crowdfunding. By providing a standardized token creation framework, ERC20 empowered startups and projects to efficiently launch their own tokens and raise funds from a global audience. 

This democratization of fundraising has opened up new avenues for innovation and entrepreneurship.

The impact of ERC20 can be seen in the broad adoption of tokens built on the Ethereum blockchain. Let's explore some of the top ERC20 tokens that have gained prominence in the market.

List of Top ERC20 Tokens

ERC20 tokens have gained significant traction in the cryptocurrency market. Here are some of the top ERC20 tokens by market capitalization:

Tether (USDT): Tether is a stablecoin that aims to maintain a 1:1 ratio with the US dollar, providing stability in the volatile cryptocurrency market.

USD Coin (USDC): USD Coin is another stablecoin pegged to the US dollar, offering stability and liquidity for digital asset transactions.

Shiba Inu (SHIB): Shiba Inu is an experimental cryptocurrency inspired by the meme culture surrounding the Shiba Inu dog breed.

Binance USD (BUSD): Binance USD is a stablecoin created by Binance, one of the largest cryptocurrency exchanges globally, providing stability and convenience for trading.

Binance Coin (BNB): Binance Coin is the native cryptocurrency of the Binance exchange and is widely used for trading fee discounts and participation in token sales.

DAI Stablecoin (DAI): DAI is a decentralized stablecoin that aims to maintain a 1:1 ratio with the US dollar through an algorithmic stabilization mechanism.

HEX (HEX): HEX is a blockchain-based certificate of deposit (CD) designed to reward token holders with interest for holding their tokens for a specific period.

Bitfinex LEO (LEO): Bitfinex LEO is the native utility token of the Bitfinex exchange, providing various benefits and discounts to its holders.

Maker (MKR): Maker is a governance token used in the MakerDAO protocol, which enables users to create and manage the stablecoin DAI.

These are just a few examples of the many ERC20 tokens that have gained popularity and utility in the blockchain ecosystem. The diverse range of use cases and functionalities offered by ERC20 tokens highlight their versatility and potential.

Advantages of ERC20 Tokens

ERC20 tokens offer several advantages that have contributed to their widespread adoption. Let's explore some of the key advantages:

  • Standardization: The ERC20 standard provides a uniform set of rules and functions, ensuring that all tokens built on the Ethereum blockchain adhere to the same standards. This standardization simplifies token development and improves user experience.
  • Smart Contract Functionality: ERC20 tokens can leverage the power of smart contracts to automate and execute complex transactions, enabling features such as automatic transfers, approvals, and more.
  • Crowdfunding and Fundraising: The ERC20 standard has facilitated the rise of token crowdfunding and ICOs, allowing startups and projects to raise funds globally in a decentralized manner.
  • Ecosystem Integration: ERC20 tokens can seamlessly integrate with other Ethereum-based services, such as decentralized finance (DeFi) protocols, lending platforms, and prediction markets, expanding their utility and potential use cases.

These advantages have made ERC20 tokens a preferred choice for token creation and have paved the way for growth and innovation within the Ethereum ecosystem.

Disadvantages of ERC20 Tokens

While ERC20 tokens offer numerous advantages, it's essential to consider their limitations and potential drawbacks. Here are some disadvantages associated with ERC20 tokens:

  • Scalability Challenges: The Ethereum blockchain's scalability limitations can affect the performance of ERC20 tokens during periods of high network congestion, leading to slower transactions and higher fees.
  • Smart Contract Vulnerabilities: Smart contracts powering ERC20 tokens are susceptible to hacks and vulnerabilities. Any bugs or vulnerabilities in the smart contract code can result in the loss of funds or token theft.
  • Limited Token Functionality: ERC20 tokens have predefined functions and events, which might not cover all possible token functionalities. Tokens with complex functionalities require custom token standards or modifications to the ERC20 standard.
  • Lack of Regulatory Compliance: ERC20 tokens, like other cryptocurrencies, operate in a regulatory gray area in many jurisdictions. Compliance with evolving regulations can be challenging for token issuers and holders.

It's crucial for token developers and users to be aware of these limitations and take appropriate measures to mitigate associated risks.

Frequently Asked Questions

Q1. What is the difference between ERC20 and ETH? 

Ether (ETH) is the native cryptocurrency of the Ethereum blockchain and network, used as a payment system for verifying transactions. ERC20 refers to the standard for creating smart contract-enabled fungible tokens on the Ethereum blockchain.

Q2. What is an ERC20 wallet? 

An ERC20 wallet is a digital wallet that allows users to store, manage, and interact with ERC20 tokens. It provides an interface for users to view token balances, send and receive tokens, and interact with decentralized applications.

Q3. Can ERC20 tokens be exchanged for other cryptocurrencies? 

ERC20 tokens can be exchanged for other cryptocurrencies on various exchanges and trading platforms supporting ERC20 tokens.

Q4. Are all cryptocurrencies ERC20 tokens?

No, not all cryptocurrencies are ERC20 tokens. While ERC20 tokens are cryptocurrencies, not all cryptocurrencies follow the ERC20 standard. ERC20 tokens specifically pertain to tokens built on the Ethereum blockchain.

Q5. Can ERC20 tokens be used for crowdfunding or raising funds?

The ERC20 standard has been widely used for initial coin offerings (ICOs) and token crowdfunding campaigns. It provides a standardized framework for token creation, making it easier for projects to raise funds globally.

Conclusion

ERC20 tokens have revolutionized the cryptocurrency industry by providing a standardized framework for creating and managing tokens on the Ethereum blockchain. 

These tokens offer interoperability, liquidity, and smart contract functionality, empowering developers and users to leverage the vast potential of the Ethereum ecosystem. 

Although ERC20 tokens have their limitations, their advantages and widespread adoption demonstrate their significance in the evolving blockchain landscape. 

As the crypto industry grows, ERC20 tokens will remain a crucial component, enabling innovation and decentralized applications on the Ethereum platform.

Disclaimer

The information provided on this website does not constitute investment advice, financial advice, trading advice, or any other advice, and you should not treat any of the website's content as such.

Token Metrics does not recommend that any cryptocurrency should be bought, sold, or held by you. Do conduct your own due diligence and consult your financial advisor before making any investment decisions.

Build Smarter Crypto Apps &
AI Agents in Minutes, Not Months
Real-time prices, trading signals, and on-chain insights all from one powerful API.
Grab a Free API Key
Token Metrics Team
Token Metrics Team

Recent Posts

Research

Top Institutional Custody Providers (2025)

Sam Monac
5 min
MIN

Why Institutional Crypto Custody Providers Matter in September 2025

Institutional custody is the backbone of professional digital-asset operations. The right institutional custody provider can safeguard private keys, segregate client assets, streamline settlement, and enable workflows like staking, financing, and governance. In one sentence: an institutional crypto custodian is a regulated organization that safekeeps private keys and operationalizes secure asset movements for professional clients. In 2025, rising ETF inflows, tokenization pilots, and on-chain settlement networks make safe storage and compliant operations non-negotiable. This guide is for funds, treasuries, brokers, and corporates evaluating digital asset custody partners across the US, EU, and APAC. We compare security posture, regulatory status (e.g., qualified custodian where applicable), asset coverage, fees, and enterprise UX—so you can shortlist fast and execute confidently.

How We Picked (Methodology & Scoring)

  • Liquidity (30%): Depth/venues connected, settlement rails, prime/brokerage adjacency.

  • Security (25%): Key management (HSM/MPC), offline segregation, audits/SOC reports, insurance disclosures.

  • Coverage (15%): Supported assets (BTC/ETH + long tail), staking, tokenized products.

  • Costs (15%): Transparent billing, AUC bps tiers, network fee handling, minimums.

  • UX (10%): Console quality, policy controls, APIs, reporting.

  • Support (5%): White-glove ops, SLAs, incident response, onboarding speed.

Data sources: Official product/docs, trust/security pages, regulatory/licensing pages, and custodian legal/fee disclosures. Market size/sentiment cross-checked with widely cited datasets; we did not link third parties in-body.

Last updated September 2025.

Top 10 Institutional Crypto Custody Providers in September 2025

1. Coinbase Prime Custody — Best for US-regulated scale

Why Use It: Coinbase Custody Trust Company is a NY state-chartered trust and qualified custodian, integrated with Prime trading, staking, and Web3 workflows. Institutions get segregated cold storage, SOC 1/2 audits, and policy-driven approvals within a mature prime stack. Coinbase+2Coinbase+2
Best For: US managers, ETF service providers, funds/treasuries that need deep liquidity + custody.
Notable Features:

  • Qualified custodian (NY Banking Law) with SOC 1/2 audits

  • Vault architecture + policy engine; Prime integration

  • Staking and governance support via custody workflows Coinbase+1
    Consider If: You want a single pane for execution and custody with US regulatory clarity.
    Alternatives: Fidelity Digital Assets, BitGo
    Fees/Notes: Enterprise bps on AUC; network fees pass-through.
    Regions: US/Global (eligibility varies).

2. Fidelity Digital Assets — Best for traditional finance ops rigor

Why Use It: A division of Fidelity with an integrated custody + execution stack designed for institutions, offering cold-storage execution without moving assets and traditional operational governance. Fidelity Digital Assets+1
Best For: Asset managers, pensions, corporates seeking a blue-chip brand and conservative controls.
Notable Features:

  • Integrated custody + multi-venue execution

  • Operational governance and reporting ethos from TradFi

  • Institutional research and coverage expansion Fidelity Digital Assets+1
    Consider If: You prioritize a legacy financial brand with institutional processes.
    Alternatives: BNY Mellon, Coinbase Prime
    Fees/Notes: Bespoke enterprise pricing.
    Regions: US/EU (eligibility varies).

3. BitGo Custody — Best for multi-jurisdiction options

Why Use It: BitGo operates qualified custody entities with coverage across North America, EMEA, and APAC, plus robust policy controls and detailed billing methodology for AUC. The Digital Asset Infrastructure Company+1
Best For: Funds, market makers, and enterprises needing global entity flexibility.
Notable Features:

4. Anchorage Digital Bank — Best for federal bank oversight

Why Use It: The only crypto-native bank with an OCC charter in the US; a qualified custodian with staking and governance alongside institutional custody. Anchorage+1
Best For: US institutions that want bank-level oversight and crypto-native tech.
Notable Features:

  • OCC-chartered bank; qualified custodian

  • Staking across major PoS assets

  • Institutional console + policy workflows Anchorage+1
    Consider If: You need federal oversight and staking inside custody.
    Alternatives: Coinbase Prime Custody, Fidelity Digital Assets
    Fees/Notes: Enterprise pricing; staking terms by asset.
    Regions: US (select global clients).

5. BNY Mellon Digital Asset Custody — Best for global bank infrastructure

Why Use It: America’s oldest bank runs an institutional Digital Assets Platform for safekeeping and on-chain services, built on its global custody foundation—ideal for asset-servicing integrations. BNY+1
Best For: Asset servicers, traditional funds, and banks needing large-scale controls.
Notable Features:

  • Integrated platform for safekeeping/servicing

  • Bank-grade controls and lifecycle tooling

  • Enterprise reporting and governance BNY
    Consider If: You prefer a global bank custodian with mature ops.
    Alternatives: Fidelity Digital Assets, Sygnum Bank
    Fees/Notes: Custom; bank service bundles.
    Regions: US/EU (eligibility varies).

6. Gemini Custody — Best for security-first cold storage

Why Use It: Gemini Trust Company is a NY-chartered fiduciary and qualified custodian with air-gapped cold storage, role-based governance, and SOC reports—plus optional insurance coverage for certain assets. Gemini+1
Best For: Managers and corporates prioritizing conservative cold storage.
Notable Features:

  • Qualified custodian; segregated cold storage

  • Role-based governance and biometric access

  • Broad supported-asset list Gemini
    Consider If: You need straightforward custody without bundled trading.
    Alternatives: BitGo, Coinbase Prime Custody
    Fees/Notes: Tailored plans; network fees apply.
    Regions: US/Global (eligibility varies).

7. Komainu — Best for regulated multi-hub custody (Jersey/UK/UAE/EU)

Why Use It: Nomura-backed Komainu operates regulated custody with segregation and staking, supported by licenses/registrations across Jersey, the UAE (Dubai VARA), the UK, and Italy—useful for cross-border institutions. Komainu+1
Best For: Institutions needing EMEA/Middle East optionality and staking within custody.
Notable Features:

  • Regulated, segregated custody

  • Institutional staking from custody

  • Governance & audit frameworks Komainu+1
    Consider If: You require multi-jurisdiction regulatory coverage.
    Alternatives: Zodia Custody, BitGo
    Fees/Notes: Enterprise pricing on request.
    Regions: EU/UK/Middle East (global eligibility varies).

8. Zodia Custody — Best for bank-backed, multi-license EMEA coverage

Why Use It: Backed by Standard Chartered, Zodia provides institutional custody with air-gapped cold storage, standardized controls, and licensing/registrations across the UK, Ireland, Luxembourg, and Abu Dhabi (ADGM). zodia-custody.com+1
Best For: Asset managers and treasuries seeking bank-affiliated custody in EMEA.
Notable Features:

  • Air-gapped cold storage & policy controls

  • Multi-region regulatory permissions (EMEA/MENA)

  • Institutional onboarding and reporting zodia-custody.com
    Consider If: You want bank-backed governance and EU/Middle East reach.
    Alternatives: Komainu, BNY Mellon
    Fees/Notes: Custom pricing.
    Regions: UK/EU/MENA/APAC (per license/authorization).

9. Sygnum Bank — Best for Swiss banking-grade custody + settlement network

Why Use It: FINMA-regulated Swiss bank providing off-balance-sheet crypto custody, staking, and Sygnum Connect—a 24/7 instant settlement network for fiat, crypto, and stablecoins. Sygnum Bank+1
Best For: EU/Asia institutions valuing Swiss regulation and bank-grade controls.
Notable Features:

  • Off-balance-sheet, ring-fenced custody

  • Staking from custody and asset risk framework

  • Instant multi-asset settlement (Sygnum Connect) Sygnum Bank+1
    Consider If: You want Swiss regulatory assurances + 24/7 settlement.
    Alternatives: AMINA Bank, BNY Mellon
    Fees/Notes: AUC bps; see price list. Sygnum Bank
    Regions: EU/APAC (CH/SG).

10. Hex Trust — Best for APAC institutions with MAS-licensed stack

Why Use It: A fully licensed APAC custodian offering on-chain segregation, role-segregated workflows, staking, and—in 2025—obtained a MAS Major Payment Institution license to offer DPT services in Singapore, rounding out custody + settlement. Hex Trust+1
Best For: Funds, foundations, and corporates across Hong Kong, Singapore, and the Middle East.
Notable Features:

  • On-chain segregated accounts; auditability

  • Policy controls with granular sub-accounts

  • Staking & integrated markets services Hex Trust
    Consider If: You want APAC-native licensing and operational depth.
    Alternatives: Sygnum Bank, Komainu
    Fees/Notes: Enterprise pricing; insurance program noted. Hex Trust
    Regions: APAC/Middle East (licensing dependent).

Decision Guide: Best By Use Case

How to Choose the Right Institutional Custody Provider (Checklist)

  • Regulatory fit: Qualified custodian or bank charter where required by your advisors/LPAs.

  • Asset coverage: BTC/ETH + the specific long-tail tokens or staking assets you need.

  • Operational controls: Policy rules, role segregation, whitelists, hardware/MPC key security.

  • Settlement & liquidity: RFQ/OTC rails, prime integration, or instant networks.

  • Fees: AUC bps, network fee handling, staking commissions, onboarding costs. The Digital Asset Infrastructure Company

  • Reporting & audit: SOC attestations, proof of segregated ownership, audit trails. Coinbase

  • Support: 24/7 ops desk, SLAs, incident processes.

  • Red flags: Commingled wallets, unclear ownership/legal structure, limited disclosures.

Use Token Metrics With Any Custodian

  • AI Ratings: Screen assets with on-chain + quant scores to narrow to high-conviction picks.
  • Narrative Detection: Identify sector momentum early (L2s, RWAs, staking).

  • Portfolio Optimization: Balance risk/return before you allocate from custody.

  • Alerts & Signals: Monitor entries/exits and risk while assets stay safekept.
    Workflow (1–4): Research in Token Metrics → Select assets → Execute via your custodian’s trading rails/prime broker → Monitor with TM alerts.


 

Primary CTA: Start free trial.

Security & Compliance Tips

  • Enforce hardware/MPC key ceremonies and multi-person approvals.

  • Use role-segregated policies and allowlisting for withdrawals.

  • Align KYC/AML and travel-rule workflows with fund docs and auditors.

  • Document staking/airdrop entitlements and slashing risk treatment.

  • Keep treasury cold storage separate from hot routing wallets.

This article is for research/education, not financial advice.

Beginner Mistakes to Avoid

  • Picking a non-qualified entity when your mandate requires a qualified custodian.

  • Underestimating operational lift (approvals, whitelists, reporting).

  • Ignoring region-specific licensing/eligibility limitations. Hex Trust+1

  • Focusing only on fees without evaluating security controls.

  • Mixing trading and custody without strong policy separation.

FAQs

What is a qualified custodian in crypto?
A qualified custodian is a regulated entity (e.g., trust company or bank) authorized to hold client assets with segregation and audited controls, often required for investment advisers. Look for clear disclosures, SOC reports, and trust/bank charters on official pages. Coinbase+1

Do I need a qualified custodian for my fund?
Many US advisers and institutions require qualified custody under their compliance frameworks; your legal counsel should confirm. When in doubt, choose a trust/bank chartered provider with documented segregation and audits. Coinbase

Which providers support staking from custody?
Anchorage, Coinbase Prime, Komainu, Sygnum, and Hex Trust offer staking workflows from custody (asset lists vary). Confirm asset-by-asset support and commissions. Hex Trust+4Anchorage+4Coinbase+4

How are fees structured?
Most providers price custody in annualized basis points (bps) on average assets under custody; some publish methodologies or fee schedules. Network fees are usually passed through. The Digital Asset Infrastructure Company

Can I keep assets off-exchange and still trade?
Yes—prime/custody integrations and instant-settlement networks let you trade while keeping keys in custody, reducing counterparty risk. Examples include Coinbase Prime and Sygnum Connect. Coinbase+1

Are there regional restrictions I should know about?
Licensing/availability varies (e.g., Hex Trust operates under MAS MPI in Singapore; Zodia holds permissions across UK/EU/ADGM). Always confirm eligibility for your entity and region. Hex Trust+1

Conclusion + Related Reads

If you operate in the US with strict compliance needs, start with Coinbase Prime, Fidelity, or Anchorage. For bank-backed EMEA coverage, look to BNY Mellon or Zodia. For Swiss banking controls and instant settlement, Sygnum stands out; in APAC, Hex Trust offers strong licensing and workflows. BitGo and Komainu excel when you need multi-jurisdiction flexibility.
Related Reads:

  • Best Cryptocurrency Exchanges 2025

  • Top Derivatives Platforms 2025

  • Top Institutional Custody Providers 2025

‍

Research

Best Retail Crypto Wallets (Mobile/Web) 2025

Sam Monac
5 min
MIN

Why Retail Crypto Wallets (Mobile/Web) Matter in September 2025

Retail-friendly mobile and web wallets make crypto usable—on your phone and in your browser—without relying on a centralized custodian. This guide ranks the best retail crypto wallets for 2025 so you can safely store, send, swap, and explore Web3. A crypto wallet is software that holds your keys and lets you sign transactions; self-custody means you control those keys.
We focus on practical needs: everyday buys, swaps, NFT viewing, multi-chain coverage, and clear fees. Expect mainstream names alongside rising multichain players. Secondary considerations include mobile crypto wallet UX, web3 wallet dapp access, and self-custody wallet security. If you’re new, start with a wallet that offers simple onboarding and robust recovery. If you’re advanced, look for pre-transaction risk checks, multichain swaps, and hardware support.

How We Picked (Methodology & Scoring)

  • Liquidity (30%) – depth and routing quality for in-wallet swaps/bridging; reliable asset movement.

  • Security (25%) – self-custody design, audits, MPC/multisig options, hardware compatibility, recovery.

  • Coverage (15%) – number of supported chains/tokens and NFT handling.

  • Costs (15%) – transparent swap/bridge fees and gas handling.

  • UX (10%) – onboarding, performance, transaction clarity, portfolio/NFT views.

  • Support (5%) – docs, help centers, in-app support channels.
    Sources: official product/docs pages, security/transparency pages, and (for cross-checks only) reputable market datasets. Last updated: September 2025.

Top 10 Retail Crypto Wallets (Mobile/Web) in September 2025

1. MetaMask — Best for EVM & massive dapp coverage

Why Use It: The most ubiquitous Web3 wallet, MetaMask balances power and familiarity. It’s everywhere dapps are, with mobile + browser extension, good network support, and strong swap/bridge routing in-app. Smart Transactions and built-in security alerts improve reliability for everyday users. MetaMask
Best For: EVM users, NFT collectors, L2 explorers, DeFi regulars.
Notable Features: Smart Transactions; Swaps/Bridge aggregator; MetaMask Learn; mobile + major browsers. MetaMask+1
Consider If: You want explicit fee transparency—MetaMask Swaps includes a 0.875% service fee (plus network gas). MetaMask Help Center
Alternatives: Trust Wallet, OKX Wallet.
Regions: Global.
Fees Notes: Network fees; MetaMask Swaps service fee 0.875%. MetaMask Help Center

2. Trust Wallet — Best all-rounder for mobile + extension

Why Use It: Trust Wallet offers a simple, one-stop experience: buy, send, swap, stake, and manage NFTs across many chains. Its mobile app is fast, and the extension integrates with popular EVM and non-EVM chains. Trust Wallet+1
Best For: Beginners who want breadth; multichain NFT holders; mobile-first users.
Notable Features: Built-in DApp browser; simplified swaps with gas optimization; staking flows. Trust Wallet
Consider If: You want no added swap fee—Trust says it doesn’t charge extra on swaps (you still pay network/third-party fees). Trust Wallet
Alternatives: MetaMask, Crypto.com Onchain.
Regions: Global.
Fees Notes: Network/partner fees apply; Trust states no added in-app swap fee. Trust Wallet

3. Base app (formerly Coinbase Wallet) — Best for Coinbase ecosystem & onchain social

Why Use It: Rebranded as the Base app, the former Coinbase Wallet keeps familiar self-custody features while embracing Base/L2 culture and onchain social/activity. If you already use Coinbase products, onboarding is straightforward while staying self-custodial. Coinbase
Best For: Coinbase users going self-custody; Base/L2 explorers; web3 social/NFT dabblers.
Notable Features: Self-custody; trading, posting, playing; continuity for Coinbase Wallet users. Coinbase
Consider If: You prefer chain-agnostic advanced tooling—others may offer deeper multichain utilities today.
Alternatives: MetaMask, Rainbow.
Regions: Global.
Fees Notes: Network fees; third-party swap/partner fees where used. Coinbase

4. Phantom — Best for Solana + solid multichain UX

Why Use It: Phantom started Solana-first and has grown into a polished multichain wallet (Solana, Ethereum, and more). The interface is clean, with strong NFT views and transaction clarity—great for newcomers to Solana and cross-chain dabblers. Phantom+1
Best For: Solana users, NFT traders, multichain retail.
Notable Features: In-wallet swaps and bridging; gasless swaps on Solana (select cases); robust notifications/history. Phantom Support+1
Consider If: You want the lowest possible swap fees—Phantom lists 0.85% on select pairs, with separate gas/bridge fees. Phantom Support
Alternatives: OKX Wallet, Trust Wallet.
Regions: Global.
Fees Notes: Network fees; Phantom fee 0.85% on select swaps; gasless-swap fee rules apply on Solana. Phantom Support+1

5. OKX Wallet — Best for power users who want DEX depth

Why Use It: OKX Wallet (extension + mobile) plugs you into OKX’s DEX aggregator, NFT marketplace, and DeFi. It offers multiple swap modes and solid routing—useful when chasing best execution across chains. OKX Wallet+1
Best For: DeFi users seeking liquidity routing; cross-chain swappers; NFT traders.
Notable Features: Multi-mode swaps; DEX aggregator; marketplace; Earn/Discover sections. OKX Wallet
Consider If: You need crystal-clear fee schedules—OKX lists DEX interface fee tiers up to 0.85% depending on pair groups. OKX Wallet
Alternatives: MetaMask, Bitget Wallet.
Regions: Global (wallet).
Fees Notes: Network fees; OKX DEX interface fee 0–0.85% by pair category. OKX Wallet

6. Exodus — Best for design & easy portfolio views

Why Use It: Exodus is a long-standing, self-custodial wallet with a beautifully designed UI across desktop and mobile. Portfolio tracking and NFT galleries are polished, and its Web3 Wallet extends multichain support. Exodus
Best For: Newcomers who want clarity; portfolio-first users; multi-device use.
Notable Features: Multichain Web3 Wallet; thousands of swap pairs; simple buy/sell integrations. Exodus
Consider If: You want explicit fee details—Exodus doesn’t charge send/receive wallet fees, but network and partner fees still apply. Exodus Knowledge Base
Alternatives: Crypto.com Onchain, ZenGo.
Regions: Global.
Fees Notes: No Exodus send/receive fees; network fees + third-party swap/fiat fees may apply. Exodus Knowledge Base

7. Crypto.com Onchain — Best for simple multichain + Crypto.com tie-ins

Why Use It: Formerly known as the DeFi Wallet experience, Crypto.com Onchain is a self-custodial app with multichain support, in-wallet trading, and dapp access. It’s friendly for users who like Crypto.com’s ecosystem but want self-custody keys. Crypto.com
Best For: Mobile-first users; staking/earn explorers; Crypto.com ecosystem fans.
Notable Features: Local key encryption; import via 12/18/24-word phrases; multichain trading & dapp browser. Crypto.com
Consider If: You prefer a purely chain-agnostic wallet without exchange brand ties—others may feel “lighter.”
Alternatives: Trust Wallet, Exodus.
Regions: Global (feature availability can vary).
Fees Notes: Network/partner fees; self-custody (no custodial withdrawal fees). Crypto.com

8. ZenGo — Best for seed-phrase-free MPC security

Why Use It: ZenGo uses MPC to remove single-point seed phrase risks while keeping you in self-custody. That makes setup and recovery less nerve-wracking for new users, without buying hardware. Zengo+1
Best For: Beginners prioritizing recovery; mobile-only users; security-conscious travelers.
Notable Features: Seed-phrase-free MPC; in-app buy/swap; staking for select assets. Zengo+1
Consider If: You want classic seed control or advanced on-chain tooling—some power features are simpler by design.
Alternatives: Ledger Live (with hardware), Trust Wallet.
Regions: Global.
Fees Notes: Network fees; partner fees for buy/swap as quoted in-app. Zengo

9. Bitget Wallet — Best for active swappers & airdrop hunters

Why Use It: Formerly BitKeep, Bitget Wallet has grown into a large multichain wallet with DEX aggregation, dapp discovery, and memecoin-friendly flows. It’s geared for on-chain traders who want routing and token coverage across 65+ chains. Bitget Wallet+1
Best For: Power users in DeFi; memecoin and airdrop participants; cross-chain swaps.
Notable Features: Multichain DEX aggregator; dapp hub; iOS/Android + Chrome extension. Bitget Wallet
Consider If: You prefer a simpler, beginner-first interface—others above are more hand-holding.
Alternatives: OKX Wallet, MetaMask.
Regions: Global.
Fees Notes: Network fees; interface/partner fees vary by route/pair. Bitget Wallet

10. Ledger Live — Best for hardware-backed mobile/desktop security

Why Use It: Ledger Live is the companion app to Ledger hardware wallets; it brings buy, swap, stake, and portfolio monitoring into a single interface while private keys stay in the hardware device. Great for retail users who want a mobile/desktop app but insist on offline signing. Ledger
Best For: Long-term holders; high-value accounts; users planning to add hardware.
Notable Features: Buy/sell/swap/stake modules; multi-asset support; iOS/Android + desktop. Google Play+1
Consider If: You don’t own hardware—full security benefits require a Ledger device.
Alternatives: ZenGo (MPC), Trezor Suite (with hardware).
Regions: Global.
Fees Notes: Network fees; partner fees for buy/swap as quoted in-app. Ledger

Decision Guide: Best By Use Case

  • Regulated U.S. on-ramp familiarity: Base app (formerly Coinbase Wallet)

  • Global multichain coverage + liquidity routing: OKX Wallet, Bitget Wallet

  • Solana-first with smooth UX: Phantom

  • EVM & dapp coverage: MetaMask

  • Mobile simplicity (no seed phrase): ZenGo

  • Polished design & portfolio tracking: Exodus

  • Exchange-brand ecosystem, self-custody keys: Crypto.com Onchain

  • Hardware-secured flows: Ledger Live

  • Beginner-friendly all-rounder: Trust Wallet

How to Choose the Right Retail Crypto Wallet (Checklist)

  • Confirm eligibility/availability in your region and app store.

  • Verify chain coverage (BTC + your primary L1s/L2s).

  • Decide on custody model: classic seed, MPC (no seed), or hardware-backed.

  • Review fees: swap/bridge interface fees + network gas.

  • Evaluate UX: transaction previews, risk alerts, NFT view, portfolio.

  • Check support: searchable help center, in-app ticketing.

  • Compliance fit: consider your tax/KYC needs with on-ramps.

  • Red flags: fake download pages; apps that ask you to type your seed phrase into a website or pop-up.

Use Token Metrics With Any Wallet

  • AI Ratings to screen assets by quality and momentum.

  • Narrative Detection to spot early theme shifts.

  • Portfolio Optimization to balance risk across chains.

  • Alerts & Signals to monitor entries/exits.
    Workflow: Research → Select wallet → Execute on-chain → Monitor with alerts.\

Primary CTA: Start free trial

Security & Compliance Tips

  • Enable biometrics + 2FA (where available) and set a strong passcode.

  • Back up recovery materials: seed phrase metal card, or MPC recovery kits.

  • Prefer hardware signing for larger balances.

  • Use transaction previews and simulation/risk checks before signing.

  • Keep software updated; download only from official sites/app stores.

This article is for research/education, not financial advice.

Beginner Mistakes to Avoid

  • Saving seed phrases in cloud notes/screenshots.

  • Sending coins to the wrong chain or address format.

  • Ignoring fee settings or slippage in swaps.

  • Approving unlimited token allowances without review.

  • Falling for phishing domains and fake extensions.

FAQs

What is a retail crypto wallet (mobile/web)?
A mobile/web retail wallet is software that stores your private keys and lets you sign transactions from your phone or browser. Most are self-custodial, meaning you—not an exchange—control your keys.

Is a self-custody wallet safer than keeping coins on an exchange?
Self-custody removes exchange counterparty risk. However, you must protect recovery methods (seed phrase, MPC recovery) and your device. Hardware or MPC-based options can add protection.

Which wallet is best for beginners?
For simplicity: Trust Wallet, Exodus, or ZenGo. They have straightforward onboarding, clear portfolio views, and solid docs. Advanced users might prefer MetaMask, Phantom, or OKX Wallet for deeper on-chain tooling. OKX Wallet+5Trust Wallet+5Exodus+5

What fees should I expect?
You’ll always pay network gas. Some wallets add interface/service fees on swaps/bridges (e.g., MetaMask 0.875%; Phantom 0.85% on select pairs; OKX DEX 0–0.85% depending on token groups). MetaMask Help Center+2Phantom Support+2

Do I need hardware for mobile/web wallets?
No. Many work fine without hardware. For higher balances, pairing a mobile/web app with a hardware wallet (e.g., via Ledger Live) can reduce signing risk. Ledger

Can I use one wallet across multiple chains?
Yes—most featured wallets are multichain. Check chain lists and NFT support before migrating. OKX Wallet+2Bitget Wallet+2

Conclusion + Related Reads

If you want maximum dapp coverage, go MetaMask; Solana-centric with great UX, pick Phantom; for exchange-adjacent simplicity, choose Base app or Crypto.com Onchain; for hardware-backed security, Ledger Live. Power users chasing routing and airdrops may prefer OKX Wallet or Bitget Wallet, while newcomers should consider Trust Wallet, Exodus, or ZenGo.
Related Reads:

  • Best Cryptocurrency Exchanges 2025

  • Top Derivatives Platforms 2025

  • Top Institutional Custody Providers 2025

‍

Research

Top Derivatives Platforms for Futures & Options (2025)

Sam Monac
5 min
MIN

If you trade crypto futures and options, picking the right derivatives platforms can make or break your results. In this guide, we sort the top exchanges and on-chain venues by liquidity, security, costs, and product depth so you can match your strategy to the right venue—fast. You’ll find quick answers near the top, deeper context below, and links to official resources. We cover crypto futures, crypto options, and perpetual swaps for both centralized and decentralized platforms.

Quick answer: The best platform for you depends on region/eligibility, contract types (perps, dated futures, options), fee structure, margin system, and support quality. Below we score each provider and map them to common use cases.

How We Picked (Methodology & Scoring)

We scored each provider using the weights below (0–100 total):

  • Liquidity (30%) – Depth, spreads, and market resilience during volatility.

  • Security (25%) – Operational history, custody model, risk controls, and disclosures.

  • Coverage (15%) – Contract variety (BTC/ETH majors, alt perps, dated futures, options).

  • Costs (15%) – Trading/withdrawal fees, funding rates context, rebates.

  • UX (10%) – Execution workflow, APIs, mobile, analytics/tools.

  • Support (5%) – Docs, status pages, client service, institutional access.

Sources: Official platform pages, help centers, and product docs; public disclosures and product catalogs; our hands-on review and long-term coverage of derivatives venues. Last updated September 2025.

Top 10 Derivatives Platforms in September 2025

Each summary includes why it stands out, who it’s best for, and what to consider. Always check regional eligibility.

1. Binance Futures — Best for global liquidity at scale Binance+2Binance+2

Why Use It: Binance Futures offers some of the deepest books and widest perp listings, with robust APIs and portfolio margin. It’s a go-to for active traders who need speed and breadth.
Best For: High-frequency/active traders; systematic/API users; altcoin perp explorers.
Notable Features: Perpetuals and dated futures, options module, copy trading, portfolio margin.
Consider If: You need U.S.-regulated access—availability may vary by region.
Alternatives: OKX, Bybit.

2. OKX — Best for breadth + toolset OKX+2OKX+2

Why Use It: Strong product coverage (perps, dated futures, options) with solid liquidity and a polished interface. Good balance of features for discretionary and API traders.
Best For: Multi-instrument traders; users wanting options + perps under one roof.
Notable Features: Unified account, options chain, pre-market perps, apps and API.
Consider If: Region/eligibility and KYC rules may limit access.
Alternatives: Binance Futures, Bybit.

3. Bybit Derivatives — Best for active perps traders Bybit+2Bybit+2

Why Use It: Competitive fees, broad perp markets, solid tooling, and a large user base make Bybit attractive for day traders and swing traders alike.
Best For: Perps power users; copy-trading and mobile-first traders.
Notable Features: USDT/USDC coin-margined perps, options, demo trading, OpenAPI.
Consider If: Check your local rules—service availability varies by region.
Alternatives: Binance Futures, Bitget.

4. Deribit — Best for BTC/ETH options liquidity deribit.com+1

Why Use It: Deribit is the reference venue for crypto options on BTC and ETH, with deep liquidity across maturities and strikes; it also offers futures.
Best For: Options traders (directional, spreads, volatility) and institutions.
Notable Features: Options analytics, block trading tools, test environment, 24/7 support.
Consider If: Regional access may be limited; primarily majors vs. broad alt coverage.
Alternatives: Aevo (on-chain), CME (regulated futures/options).

5. CME Group — Best for U.S.-regulated institutional futures Reuters+3CME Group+3CME Group+3

Why Use It: For institutions needing CFTC-regulated access, margin efficiency, and robust market infrastructure, CME is the standard for BTC/ETH futures and options.
Best For: Funds, corporates, and professionals with FCM relationships.
Notable Features: Standard and micro contracts, options, benchmarks, data tools.
Consider If: Requires brokerage/FCM onboarding; no altcoin perps.
Alternatives: Coinbase Derivatives (U.S.), Kraken Futures (institutions).

6. dYdX — Best decentralized perps (self-custody) dYdX Chain+2dydx.xyz+2

Why Use It: dYdX v4 runs on its own chain with on-chain settlement and pro tooling. Traders who want non-custodial perps and transparent mechanics gravitate here.
Best For: DeFi-native traders; users prioritizing self-custody and transparency.
Notable Features: On-chain orderbook, staking & trading rewards, API, incentives.
Consider If: Wallet/key management and gas/network dynamics add complexity.
Alternatives: Aevo (options + perps), GMX (alt DEX perps).

7. Kraken Futures — Best for compliance-minded access incl. U.S. roll-out Kraken+2Kraken+2

Why Use It: Kraken offers crypto futures for eligible regions, with a growing U.S. footprint via Kraken Derivatives US and established institutional services.
Best For: Traders who value brand trust, support, and clear documentation.
Notable Features: Pro interface, institutional onboarding, status and support resources.
Consider If: Product scope and leverage limits can differ by jurisdiction.
Alternatives: Coinbase Derivatives, CME.

8. Coinbase Derivatives — Best for U.S.-regulated access + education AP News+3Coinbase+3Coinbase+3

Why Use It: NFA-supervised futures for eligible U.S. customers and resources that explain contract types. Outside the U.S., Coinbase also offers derivatives via separate entities.
Best For: U.S. traders needing regulated access; Coinbase ecosystem users.
Notable Features: Nano BTC/ETH contracts, 24/7 trading, learn content, FCM/FCM-like flows.
Consider If: Contract lineup is narrower than global offshore venues.
Alternatives: CME (institutional), Kraken Futures.

9. Bitget — Best for alt-perps variety + copy trading Bitget+3Bitget+3Bitget+3

Why Use It: Bitget emphasizes a wide perp catalog, social/copy features, and frequent product updates—useful for traders rotating across narratives.
Best For: Altcoin perp explorers; copy-trading users; mobile-first traders.
Notable Features: USDT/USDC-margined perps, copy trading, frequent listings, guides.
Consider If: Check eligibility and risk—breadth can mean uneven depth in tail assets.
Alternatives: Bybit, OKX.

10. Aevo — Best on-chain options + perps with unified margin Aevo Documentation+3Aevo+3Aevo Documentation+3

Why Use It: Aevo runs a custom L2 (OP-stack based) and offers options, perps, and pre-launch futures with unified margin—bridging CEX-like speed with on-chain settlement.
Best For: Options/perps traders who want DeFi custody with pro tools.
Notable Features: Unified margin, off-chain matching + on-chain settlement, pre-launch markets, detailed docs and fee specs.
Consider If: On-chain workflows (bridging, gas) and product scope differ from CEXs.
Alternatives: Deribit (options liquidity), dYdX (perps DEX).

Decision Guide: Best By Use Case

How to Choose the Right Platform (Checklist)

  • Region & Eligibility: Confirm KYC/AML rules and whether your country is supported.

  • Coverage & Liquidity: Check your contract list (majors vs. alts), order-book depth, and spreads.

  • Custody & Security: Decide CEX custody vs. self-custody (DEX). Review incident history and controls.

  • Costs: Compare maker/taker tiers, funding mechanics, and rebates across your actual volumes.

  • Margin & Risk: Portfolio margin availability, liquidation engine design, circuit breakers.

  • UX & API: If you automate, verify API limits and docs; assess mobile/desktop parity.

  • Support & Docs: Look for status pages, live chat, and clear product specs.

  • Red flags: Vague disclosures; no status page; no detail on risk/liquidation systems.

Use Token Metrics With Any Derivatives Platform

  • AI Ratings & Signals: Spot changing trends before the crowd.
  • Narrative Detection: Track sectors and catalysts that may drive perp flows.

  • Portfolio Optimization: Size positions with risk-aware models and scenario tools.

  • Alerts: Get notified on grade moves, momentum changes, and volatility spikes.

Workflow (1–4): Research with Token Metrics → Pick venue(s) above → Execute perps/options → Monitor with alerts and refine.

Primary CTA: Start free trial

Security & Compliance Tips

  • Enable 2FA, withdrawal allow-lists, and API key scopes/rotations.

  • For DEXs, practice wallet hygiene (hardware wallet, clean approvals).

  • Use proper KYC/AML where required; understand tax obligations.

  • If using options or leverage, set pre-trade max loss and test position sizing.

  • For block/OTC execution, compare quotes and confirm settlement instructions.

This article is for research/education, not financial advice.

Beginner Mistakes to Avoid

  • Trading perps without understanding funding and how it impacts P&L.

  • Ignoring region restrictions and onboarding to non-eligible venues.

  • Oversizing positions without a liquidation buffer.

  • Mixing custodial and self-custodial workflows without a key plan.

  • Chasing low-liquidity alts where slippage can erase edge.

FAQs

What’s the difference between perps and traditional futures?
Perpetual swaps have no expiry, so you don’t roll contracts; instead, a funding rate nudges perp prices toward spot. Dated futures expire and may require roll management. Binance+1

Where can U.S. traders access regulated crypto futures?
Through CFTC/NFA-supervised venues like CME (via FCMs) and Coinbase Derivatives for eligible customers; availability and contract lists vary by account type. CME Group+2Coinbase+2

What’s the leading venue for BTC/ETH options liquidity?
Deribit has long been the primary market for BTC/ETH options liquidity used by pros and market makers. deribit.com

Which DEXs offer serious perps trading?
dYdX is purpose-built for on-chain perps with a pro workflow; Aevo blends options + perps with unified margin on a custom L2. dYdX Chain+1

How do I keep fees under control?
Use maker orders where possible, seek fee tier discounts/rebates, and compare funding rates over your expected holding time. Each venue publishes fee schedules and specs.

Conclusion + Related Reads

If you want deep global perps, start with Binance, OKX, or Bybit. For BTC/ETH options, Deribit remains the benchmark. If you need U.S.-regulated access, look at CME via an FCM or Coinbase Derivatives; Kraken is expanding its futures footprint. Prefer self-custody? dYdX and Aevo are solid on-chain choices. Match the venue to your region, contracts, and risk process—then let Token Metrics surface signals and manage the watchlist.

Related Reads

  • Best Cryptocurrency Exchanges 2025

  • Top Derivatives Platforms 2025

  • Top Institutional Custody Providers 2025

‍

Choose from Platinum, Gold, and Silver packages
Reach with 25–30% open rates and 0.5–1% CTR
Craft your own custom ad—from banners to tailored copy
Perfect for Crypto Exchanges, SaaS Tools, DeFi, and AI Products