Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support MultiLocation fungible assets with XCM transfers #180

Open
brenzi opened this issue May 12, 2023 · 0 comments
Open

support MultiLocation fungible assets with XCM transfers #180

brenzi opened this issue May 12, 2023 · 0 comments

Comments

@brenzi
Copy link
Member

brenzi commented May 12, 2023

Requirement:

  • Any fungible asset in the same relaychain ecosystem can be transferred to the encointer parachain, including all fungible assets on Statemine

Acceptance:

  • Manual Rococo-local setup that successfully transfers
    • a native token from an alien parachain (i.e. Integritee)
    • a custom fungible asset on a Statemine instance
      and queries the balance on encointer

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant