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
  • How it works
  • How can I add active liquidity to Amarok-v2?
Edit on GitHub
  1. Routers
  2. Guides

Providing Liquidity

PreviousCommunity GuidesNextManaging Your Router

Last updated 1 year ago

How it works

At a high level, routers provide active liquidity with local NextAssets on each destination chain and receive 5bps/transfer as a fee.

From a router perspective, you can just just monitor your funds and APY.

Where necessary, for end users Connext will swap into and out of local and adopted assets through our AMMs. Below is the most complex version of this, where both chains have local≠adopted.

How can I add active liquidity to Amarok-v2?

💡 Note: At launch routers will be allowlisted, please reach out if you are interested or have questions! The allowlist is temporary during our initial Beta phase.

Using USDC as an example, to provide active liquidity on Amarok you will need to get local nextUSDC on the desired chain.

Instructions below:

  1. Move USDC to Ethereum mainnet

      1. (Note: If removing ALL funds from v1 router, add "cleanupMode":"true" and wait until amount f locked tokens equals 0. We phasing this out and and will closely communicate)

[If moving funds from nxtp-v1] Remove desired amount of USDC from chain on nxtp-v1 with . **

Bridge USDC to the desired chain through Connext, specifying to ‘Receive nextAsset‘ in the Bridge UI settings to receive nextUSDC and avoid swaps/slippage.

Navigate to the ‘Router’ tab on Connextscan 2.0 and click your router ID

Click ‘Manage Router, and add funds using our new ‘Add Liquidity’ UI feature

🖥️
remove-liquidity endpoint