Quick Start
- Go to https://go.skip.build
- Modify the source/destination chains and assets to set the default route (optional)
- Click the “Share” button

- Voila, you’re done! The sharable link is now copied to your clipboard for you to embed on your website for an easy onboarding/deposit experience, to tweet about your bags, or to simply share it with your friends!
Advanced Configuration Instructions
Instead of creating a route and sharing it via https://go.skip.build, you can create a sharable link with the following parameters of your choice:src_chain, src_asset, dest_chain, dest_asset, amount_in, and amount_out.
- To see supported chains, you can use https://api.skip.build/v2/info/chains see docs
- To see supported assets, you can use https://api.skip.build/v2/fungible/assets see docs
src_chain: The source chain ID from which the asset is being transferred.src_asset: The asset or token denom to transfer or swap originating from the source chain.- Note: Must be a valid asset on the specified
src_chain.
- Note: Must be a valid asset on the specified
dest_chain: The destination chain ID to which the asset is being transferred.dest_asset: The asset or token denom that will be received on the destination chain.- Note: Must be a valid asset on the specified
dest_chain.
- Note: Must be a valid asset on the specified
amount_in(Optional): The amount of the asset being transferred from the source chain.- Note: If provided along with
amount_out, onlyamount_inwill be used.
- Note: If provided along with
amount_out(Optional): The amount of the asset to be received on the destination chain.- Note: If provided along with
amount_in, onlyamount_inwill be used.
- Note: If provided along with
Helpful Tips
- Ensure that the
src_chainanddest_chainvalues are valid and supported by the platform. - The
src_assetmust be a valid asset on the specifiedsrc_chain, and thedest_assetmust be a valid asset on the specifieddest_chain. - If both
amount_inandamount_outare provided, onlyamount_inwill be used. - If
src_assetordest_assetis not provided or found, it will default to the chain’s native asset.
Have questions or feedback? Help us get better!Join our Discord and select the “Skip Go Developer” role to share your questions and feedback.