Skip to main content
Parallax Technical Documentation home page
Search...
⌘K
Search...
Navigation
Standards
Token Standards
The Parallax Protocol
Parallax Client
Guides
Parallax website
Whitepaper
Foundational Topics
Introduction to Parallax
Introduction to Laxes
Introduction to dApps
Web2 vs Web3
Accounts
Transactions
Blocks
Parallax Virtual Machine (PVM)
Gas and Fees
Nodes and clients
Consensus Mechanisms
Parallax Stack
Introduction to the Stack
Smart contracts
Development networks
Development frameworks
Parallax Client APIs
Storage
IDEs
Advanced
Bridges
Standards
Overview
ERC-20 Fungible Tokens
ERC-721 NFTs
Oracles
Networking Layer
Data Structures & Encoding
On this page
Introduction
Prerequisites
Token Standards
Standards
Token Standards
Copy page
Copy page
Introduction
Many Parallax development standards focus on token interfaces. These standards help ensure smart contracts remain composable, so for instance when a new project issues a token, that it remains compatible with existing decentralized exchanges.
Prerequisites
Smart contracts
Token Standards
Here are some of the most popular token standards on Parallax:
ERC-20
- A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies.
ERC-721
- A standard interface for non-fungible tokens, like a deed for artwork or a song.
Bridges
ERC-20 Fungible Tokens
⌘I
Assistant
Responses are generated using AI and may contain mistakes.