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

XCM Cookbook: more recipes #5207

Open
20 tasks
acatangiu opened this issue Aug 1, 2024 · 1 comment
Open
20 tasks

XCM Cookbook: more recipes #5207

acatangiu opened this issue Aug 1, 2024 · 1 comment
Labels
T11-documentation This PR/Issue is related to documentation.

Comments

@acatangiu
Copy link
Contributor

acatangiu commented Aug 1, 2024

Current cookbook: https://paritytech.github.io/polkadot-sdk/master/xcm_docs/cookbook/index.html

some ideas:

  • foreign assets: XCM Documentation: Creation and Use of Foreign Asset #4335
    • registering your assets as foreign assets on AH
    • configuring teleport for said assets between owner para and AH
  • configuring AH as default reserve:
    • how to configure some chain to accept/use AH as reserve for DOT
    • how to configure some chain to accept/use AH as reserve for various other foreign assets
    • how to cross-chain transfer foreign assets between chains through AH as reserve
  • accept DOT for fees by transparently swapping for your native token
    • how to configure pallet-asset-conversion in your runtime
    • how to configure weight trader to auto swap DOT for native token and buy weight (execution fees)
    • how to configure AssetExchanger on xcm-executor to auto swap DOT for native token and pay for XCM transport fees
    • how to create and manage DOT/BLA liquidity pool for supporting above
  • other asset guides? [META] XCM Cookbook Asset Guides #4377
  • XCM asset transfers over the bridges connected to the sibling Asset Hub
  • configure direct bridging (not going through AH)
    • how to open lane over bridge
    • how to configure XCM UniversalOrigin aliasing to allow Bridge Hub to represent external locations
    • how to configure XCM router for bridging
  • remote origin derivation standard (see this)
  • ???
@acatangiu acatangiu added the T11-documentation This PR/Issue is related to documentation. label Aug 1, 2024
@DrW3RK
Copy link
Contributor

DrW3RK commented Aug 27, 2024

Is anyone working on this issue already? If not, I can take this up. Goes well with the Asset Hub webinar series planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T11-documentation This PR/Issue is related to documentation.
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

2 participants