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

IBC-in skip support #83

Open
grod220 opened this issue Oct 3, 2024 · 0 comments
Open

IBC-in skip support #83

grod220 opened this issue Oct 3, 2024 · 0 comments

Comments

@grod220
Copy link
Contributor

grod220 commented Oct 3, 2024

Not all ibc'd tokens are fungible. For example:

Path A: TIA on Celestia -> Osmosis -> Penumbra
Path B: TIA on Celestia -> Penumbra

The tokens that eventually end up on Penumbra would not be the same. The canonical one is the one that came from the originating chain. So if users want to take their Osmosis TIA to Penumbra they must be able to "unwind":

TIA on Osmosis -> Celestia -> Penumbra

The Skip API is specifically designed for this purpose: https://api-docs.skip.money/docs/getting-started. It can assemble cosmos messages that allow for the automatic forwarding/unwinding through the native chain of each cosmos token.

Task: in the Dex explorer ibc/shielding page, utilize the api to support IBC'ing any token from any cosmos chain to Penumbra. Should be able to query Skip for route and pass the message to cosmos-kit. After that, there should not be any asset restriction on IBC'ing in.

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

No branches or pull requests

1 participant