Suggesting more (meta)information to add to assets in this registry:
asset location in XCM format; I see there is originChain: Chain.ACALA now, but at the very least this should be enhanced with some GlobalConsensus identifier, so bridged assets can be correctly represented
trusted reserve locations - local ecosystem reserve chains; right now, for most assets it will be just the originChain, but hopefully in the near future, most assets will also have reserve on local AssetHub. Bridged assets also need a local reserve, either AssetHub or the parachain that bridged them in.
teleport locations - local chains that support teleporting asset between them; this list will be identical to the “trusted reserve locations” list above, so we might skip it, but we could also explicitly add it.
Having this would be very useful to the ecosystem, and significantly reduce complexity in figuring out how to transfer these assets between chains. Right now, information on asset reserve locations or teleport locations is very hard to come by.
We can then create tooling for automated building of asset transfer XCMs, based on the information in this registry.
I believe the asset-transfer-ap-registry is providing a good base, although it’s still missing the trusted reserve and teleport locations.
We can start by fleshing out a JSON schema that includes that useful metadata and how to retrieve them. There will be also other data needed (e.g. what assets are accepted for fees on each chain).
Not sure if the maintenance can be fully automated, but don’t think it is critical.
I think maintenance can be automated by inspecting IsTeleporter filter (runtime configuration item) of asset origin chain. All teleport locations can also act as reserves.
But as you say, automated maintenance is not critical - we get 99% of the benefit by just having this information centralized/accessible somewhere to start with.