Transferring off Incognito chain and onto native chain

If access to the app interface or the website get blocked, is there a way to get your coins back to their native chains?

You can just talk to any full-node (even self-hosted) and use the golang SDK to unshield https://github.com/incognitochain/go-incognito-sdk-v2/blob/master/tutorials/docs/bridge/unshield.md. The app is just using the javascript SDK to do the same.

2 Likes

Thank you very much. That was the perfect answer and the link is just what I needed. One follow question, can you take your crypto out of “provide” without the app or website too?

Yeah it should be the same. Couldn’t find the exact place where the withdraw is happening in provide but this is the starting point https://github.com/incognitochain/incognito-wallet/blob/33b87686eaf717108b293f7650fb2df51c95ef93/src/screens/PoolV2/Withdraw/SelectCoin/index.js#L21

Hello,

Provide is an offchain feature and for security we didn’t public the source code. Please use that function on our Incognito Wallet app

2 Likes