encointer / encointer-parachain

The common good parachain for Kusama
https://encointer.org
GNU General Public License v3.0
9 stars 13 forks source link

support MultiLocation fungible assets with XCM transfers #180

Open brenzi opened 1 year ago

brenzi commented 1 year ago

Requirement:

Acceptance:

The asset hub supports this already, so we may be able to copy-paste. However, the asset hub only supports teleport. So it assumes that all other parachains accept asset hub as IsTeleporter destination. Encointer is teleporter to the relay chain, like the asset hub. but I'm not sure it makes sense to require teleport. A reserve-backed transfer would probably be easier as it doesn't require a runtime change of the other parachain

Alternatively: We could open a single HRMP channel to asset hub and tell everyone to move their tokens over that route.