MELD
Press KitHow-ToMedium
  • Welcome to MELD
  • Information
    • Contact Us
    • About Us
      • Partners
    • Whitepaper
    • Initial Stake Pool Offering (ISPO)
    • FAQ
    • Support
    • Legal & Compliance
    • Press Kit
      • Copy
      • Typography
      • Colors
      • MELD Logo
  • MELD DAO
    • MELD DAO
  • MELDapp
    • Getting Started
    • Sign up & Sign in
    • Supported Tokens
    • Supported NFT Collections
    • Bridge Your Tokens
      • Bridge Fees
      • How To Bridge in MELDapp
    • Migrating to Self-Custody
    • Connect to dApps with WalletConnect
  • MELD Protocol
    • Supply & Borrow
      • Genius Loans
      • Yield Mechanism
    • Liquidations
  • MELD Token
    • Tokenomics
      • $MELD Circulating Supply
    • Cross-Chain
    • MELD Staking
    • gMELD - FAQ
    • Token Migration
      • How-To
      • FAQ
  • Neobank/FIat
    • Banking Introduction
    • Supported Currencies
    • Supported Countries
    • On/Off Ramping
    • Fees
    • Personal Accounts
    • Business Accounts
  • MELD Blockchain
    • About
    • MELD Validator Nodes
    • Block Explorer
    • Oracles
      • Supra Oracle
      • Umbrella Network
    • Akamon Bridges
    • zkBanking Network
      • Node Sale Details
  • NFTs
    • Bank Managers
      • Find your ISPO Address
    • Diamond Hands
    • miNFT (Identity)
  • MELD Testnet
    • MELDapp Web Testnet
      • Lending & Borrowing Testnet
    • MELDapp Mobile Testnet
      • iOS
  • Audits
    • ERC-20 Token
    • Staking
    • DAO
    • CNT Token Migration
Powered by GitBook
On this page
  • Cardano
  • EVM
  1. MELD Blockchain

Akamon Bridges

Bridging infrastructure for the MELD ecosystem to move liquidity between chains.

Last updated 9 months ago

In this page we will cover the main flows and elements needed for integrating the bridging systems with yield mechanisms, so that the generated yield can then be distributed in the Lending and borrowing yield boost.

The Akamon bridge allows for tokens to be bridged from their original networks into the MELD network and then back to the original network. The value propositions that will drive the bridge are:

  • Liquidity re-staking

  • Speed

The bridge is limited in scope to act as a 1-1 network bridge, where assets an asset can only be bridged from one specific network.

This means that tokens like USDC will only be able to come from a single network. This is to facilitate liquidity management across networks for the initial versions of the bridge, ensuring that on all bridging back actions, there will always be liquidity on the original network

The architecture of the bridge is the same for all networks. The bridge has an architecture LOCK - MINT, where assets in the original network will be kept under custody of MELD, and re-staked to generate yield. The user will receive a newly minted token when bridging.

The same contract could be used for multiple tokens in the same network, like ETH and USDC on the Ethereum network. In the special case of ETH/wETH, we will automatically adapt the flow behind the scenes so that both work together. On bridging back, only the native coin will be sent to the user (ETH) to ensure that they can pay for fees in the network.

To bridge back, the tokens will be burned, and the original tokens withdrawn from staking and sent to the user.

For a more technical in depth description of bridging and the yield boost mechanism please see .

Cardano

The Cardano part of the bridge will automatically do native staking of the ADA stored on the lock contract. This rewards will be claimed every epoch and sent to a treasury address.

EVM

For EVM networks, where native liquid staking is not common, we use a set of smart contracts and tools

The following architecture applies to each individual network.

There is a main entry smart contract where users and admins connect for bridging-related actions and configurations

  • Start bridge from X to MELD

  • complete bridge from MELD to X

  • Configure yielding systems

bridging - yield boost in the developer docs