> For the complete documentation index, see [llms.txt](https://docs.safeswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.safeswap.io/builders.md).

# Builders

- [Hello World!](https://docs.safeswap.io/builders/hello-world.md): Originally built to expand the Safe Haven ecosystem to multiple blockchains, we are now offering the opportunity to other projects to integrate SafeSwap and easily adopt a multichain strategy too.
- [Cross-Chain Use Cases](https://docs.safeswap.io/builders/cross-chain-use-cases.md): SafeSwap's protocol enables a variety of cross-chain use cases
- [Token Listing](https://docs.safeswap.io/builders/token-listing.md): Elevate your token's accessibility and utility by enabling atomic cross-chain swaps through a listing on SafeSwap.
- [Whitelabel Integration](https://docs.safeswap.io/builders/whitelabel-integration.md): Integrate SafeSwap’s atomic swapping protocol directly in to your own dApps and make them accessible across multiple chains!
- [API Integration Guide](https://docs.safeswap.io/builders/api-integration-guide.md): This guide will provide details about integrating your dapp with SafeSwap. Your front end will interact with the SafeSwap smart contract and with our API. Let's get started!
- [Prerequisites](https://docs.safeswap.io/builders/api-integration-guide/prerequisites.md): There are some capabilities your web app will need
- [What is a Swap?](https://docs.safeswap.io/builders/api-integration-guide/what-is-a-swap.md)
- [Perform a Swap](https://docs.safeswap.io/builders/api-integration-guide/perform-a-swap.md): This covers each of the steps of a Swap
- [Initiate a Swap](https://docs.safeswap.io/builders/api-integration-guide/perform-a-swap/initiate-a-swap.md): The first step is to create a swap in the smart contract
- [Send Fees](https://docs.safeswap.io/builders/api-integration-guide/perform-a-swap/send-fees.md): Fees cover our portion of the smart contract interactions
- [Create the Swap in API](https://docs.safeswap.io/builders/api-integration-guide/perform-a-swap/create-the-swap-in-api.md): After creating a Swap in the contract, send it to our API so we can act on it.
- [Wait/Poll for the Swap](https://docs.safeswap.io/builders/api-integration-guide/perform-a-swap/wait-poll-for-the-swap.md): Wait for SafeSwap to set up the destination chain Swap
- [Complete the Swap](https://docs.safeswap.io/builders/api-integration-guide/perform-a-swap/complete-the-swap.md): When the Swap is ready, it is time to claim the funds
- [Cancel/Refund](https://docs.safeswap.io/builders/api-integration-guide/perform-a-swap/cancel-refund.md): If the Swap can't be completed, you can always refund.
- [Smart Contract Details](https://docs.safeswap.io/builders/api-integration-guide/smart-contract-details.md)
- [Our Swap Addresses](https://docs.safeswap.io/builders/api-integration-guide/our-swap-addresses.md): These addresses are the accounts that will be the counterparty to the user's Swaps
- [API Details](https://docs.safeswap.io/builders/api-integration-guide/api-details.md)
