-
Notifications
You must be signed in to change notification settings - Fork 9
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
research on usdc cross chain on trustless work #22
Conversation
Reference to issue #5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I think Circle CCTP still does not support Stellar, but I know they plan to soon.
I had researched AllBridge before, but having all of these fragmented USDCx seems like adding complexity.
I would like your comments on that
no it doesn't add complexities. This works for only address to address on stellar. I have been discussing with the Allbridge team on the ability to send from a contract to a soroban contract, instead of sending straight up to the wallet address, but this is what they have to say. For circle, i think its still under development. I saw it is yet to be listed as a supported blockchain, but i think they are currently working on it. https://developers.circle.com/circle-mint/blockchain-confirmations#confirmations |
My research doesn't stop here for this is a knowledge i myself i am very interested in. There might be protocols or infrastructures being developed or still under development on this use case. But i will suggest, Trustless work creates its own solution to this, or wait a little bit and keep researching for a soluton might be out there or probably might still be on its way. @techrebelgit |
Understood, but what I meant is that then the other party of the escrow would be receiving USDCab or whatever, not "clean" USDC. This would require that party to de-bridge from USDCab to USDC somehow to be able to offramp. Am I right on this?
From what I see CCTP would be amazing for this. Because it provides "clean" USDC at the other end of the bridge. So waiting makes sense. The other possibility would be for TW to build this using a centralized exchange. Like connecting to Coinbase and just deposit USDC on Base and withdraw USDC on Stellar. But that requires liquidity from our end. |
Yes, you are correct on this one. I did a bit more research and found out that you are right once more. Currently, there isn't a direct way to get USDC from other chains onto Stellar through CCTP (Cross-Chain Transfer Protocol). While CCTP is a promising solution, it has not yet been fully implemented on Stellar. The alternative option would be to consider using centralized solutions in the meantime for TW to build its own solution. I know of a founder from Bingtellar, who worked on this and handles the liquidity from his end. |
I know Binance is also an anchor on stellar. Maybe you check this out and see if it makes sense in anyways. |
No description provided.