Technical Docs
Dao Docs
  • ✨Concepts
    • What is Connext?
    • How It Works
      • Architecture
      • Transaction Lifecycle
    • Background
      • What is a Bridge?
      • Modular Bridges
      • Message Verification
    • Use Cases
    • FAQ
  • 🤝Developers
    • Introduction
    • Quickstart
    • Guides
      • Frontend
      • SDK
      • Estimating Fees
      • Tracking xCalls
      • Authentication
      • Handling Failed xCalls
      • Nested xCalls
    • Reference
      • SDK
        • SdkShared
        • SdkBase
        • SdkPool
        • SdkRouter
        • SdkUtils
        • Types
      • Contracts
        • Calls
        • Routers
        • Stableswap
      • Subgraphs
        • Entities
        • Sample Queries
        • Subgraph Resources
      • Integration
        • Adapters
        • Receivers
    • Examples
      • Simple Bridge
      • Authenticated Greeter
      • Ping Pong
  • 📦Usecases
    • xERC20
      • Setup Overview
      • Detailed Setup Guide
      • Connext and xERC20s
    • Chain Abstraction
      • Chain Abstraction Guide
    • xGovernance
  • 📜Resources
    • Subgraphs
    • Deployments
  • 🖥️Routers
    • Basics
    • Spinning Up
    • Guides
      • Community Guides
      • Providing Liquidity
      • Managing Your Router
      • Security
    • Reference
      • Configuration
Powered by GitBook
On this page
Edit on GitHub
  1. Usecases

xERC20

ERC-7281: Sovereign Bridged Tokens

PreviousPing PongNextSetup Overview

Last updated 1 year ago

What are xERC20 tokens?

xERC20 () tokens are crosschain ERC-20 which can be transferred with no slippage across chains without compromising on security.

Today, when you want to make your token available on multiple chains, you have to either:

  1. Provide significant liquidity to a bridge on each chain (and require users to take slippage when transferring across chains); or

  2. Mint a new representation of your token through the bridge, locking yourself into that bridge and its security model forever.

xERC20s are natively crosschain without compromises. This makes your token:

  • Transferrable across chains with no slippage.

  • Deployed and fully controlled by you, the token issuer, including the ability to set rate limits on a per-bridge basis.

  • [When bridged through Connext] Secured fully by Ethereum L1 and the canonical bridges of each chain.

  • [Coming Soon] Fungible against the token representations minted by canonical bridges (rollup bridges, Polygon PoS bridge, etc.)

For more information about the open standard, please check out .

Connext officially supports industry adoption of , which will allow token issuers to retain full sovereign control and flexibility over their tokens, regardless of which bridges they choose.

The following sections of this guide will walk through how to set up xERC20s. Secondarily, it provides instructions on how to configure Connext as one of your token's allowed bridges.

📦
ERC-7281
https://www.xerc20.com/
ERC-7281: Sovereign Bridged Tokens