webb-tools / tangle

Modular restaking infrastructure for developers, restakers, and operators.
https://www.tangle.tools/
GNU General Public License v3.0
49 stars 22 forks source link

[CHECKLIST] Integrate native bridge between mainnet and parachain #687

Open drewstone opened 2 months ago

drewstone commented 2 months ago

Overview

We want to have a native bridge between Tangle and Tangle parachain. One main reason is to move TNT between the chains as trustlessly as possible. Instead of relying on an external bridge like Sygma to handle sygTNT, etc. This will also allow us to control governance of the parachain from the main chain as well.

Checklist

More resources

drewstone commented 1 month ago

Open questions

  1. What is the process for sending an asset from an arbitrary parachain to Tangle mainnet and depositing it? Is it possible in 1 transaction/XCM?
  2. What is the process for withdrawing an asset from Tangle mainnet and sending it to Tangle parachain or another arbitrary parachain? Is it possible in 1 transaction/XCM?