Parex Network
Block ExplorerCommunityParex NetworkDAO
  • 🦝Parex Network Docs
  • Welcome
    • 🚩Quick Start
      • Parex Network in a nutshell
      • Connect to Mainnet and Testnet
      • Deploy and verify a contract
        • Deploy with Remix IDE
          • ERC-20 smart contract
        • Deploy with thirdweb
        • Verify with Parex Block Explorer
      • Run a Parex Chain Node
      • Become a Validator
        • Run a Validator node
        • Authorization of Other Validators
        • nametag for Validator
        • Validator slashing
        • Validator Locked
      • Parex Halving
  • How we Work
    • 📖Learn
      • About Parex Network
        • Tokenomics
        • Parex Networks Labs
      • Parex Bridge
        • How to bridge PRX PEP20 to BEP20
        • How to bridge PRX BEP20 to PEP20
      • Staking on Parex Chain
        • Locked Stake your PRX on dAPP
        • Unlocked Stake your PRX on dAPP
        • Staking Rewards
        • Staking PRX from your Ledger
      • Become a Validator
        • Run a Validator node
        • Authorization of Other Validators
        • nametag for Validator
        • Validator slashing
        • Validator Locked
      • Glossary
        • Blockchain
        • Consensus mechanisms
        • Governance
        • Validator
        • Staking
        • Wallet
        • PEP-20
        • Wrapped PRX (wPRX)
        • Dead Contract Wallet
      • Parex Halving
  • For Developers
    • 💻Develop
      • Basics
        • Use MetaMask
          • Install MetaMask
          • Link Parex Testnet to MetaMask
          • Link Parex Chain to MetaMask
        • Connect to Parex Chain
          • Connect using RPC
          • Run a Parex Chain Node
          • Use a hardware wallet
        • Block Explorer
        • Parex Testnet Faucets
          • Obtain testnet tokens
          • Obtain TPRX with Parex Testnet Faucet
        • Obtain wPRX or PRX
          • PRX to wPRX
          • wPRX to PRX
        • Deploy and verify a contract
          • Deploy with Remix IDE
            • ERC-20 smart contract
          • Deploy with thirdweb
          • Verify with Parex Block Explorer
        • Tips & Tricks
  • For Community
    • 🫂Community
  • information
    • 🗺️Roadmap
    • ♻️Doc updates
Powered by GitBook
On this page
  • What is PEP-20?
  • First, what is ERC-20?
  • Now, what is PEP-20?

Was this helpful?

  1. How we Work
  2. Learn
  3. Glossary

PEP-20

PreviousWalletNextWrapped PRX (wPRX)

Last updated 1 year ago

Was this helpful?

What is PEP-20?

In the blockchain world, xxx-20 refers to token standards inspired by ERC-20. For instance, BEP-20 is the standard token for Binance Smart Chain (BSC), and PEP-20 is the equivalent of ERC-20 for Parex Chain.

First, what is ERC-20?

is the most common token standard on the Ethereum blockchain.

A token standard is a set of rules that tokens must follow to work properly on Ethereum. These rules include how the tokens can be transferred/spent, how transactions are approved, how users can access data about a token, and the total supply of the token.

This ensures that different tokens can interact with each other in a predictable way on Ethereum, making it easier for developers to create new tokens that will work well with wallets, exchanges, and other smart contracts.

In simple terms, ERC-20 is like a common language that all tokens on the Ethereum network use to understand each other and work together smoothly.

Now, what is PEP-20?

Parex Chain Evolution Proposal (PEP-20) is a token standard for Parex Chain, taking inspiration from ERC-20.

PEP-20 describes tokens that are specifically built for ParexChain. While it follows the ERC-20 basic features, it can support a wider range of tokens. PEP-20 is therefore an extension of ERC-20.

Likewise, ERC-20 tokens require the use of the Ether (ETH) cryptocurrency as gas, while PEP-20 is build instead on the Parex (PRX) cryptocurrency. This is in order to incentivize validators on the Parex network.

Tokens created on different blockchain platforms can be adjusted or linked to the Parex Chain through a process called "pegging", or bridging. Learn more about .

📖
ERC-20
Parex Bridge