# SDK & API integration

The TeleSwap SDK empowers developers to seamlessly integrate **Bitcoin<>EVM** and **Bitcoin<>TON** swaps into their platforms, including websites and wallets. Additionally, you can earn revenue by setting a **third-party fee** for transactions processed through your platform.

Setting up the SDK is quick and straightforward. With just a few steps, you can enable swap functionality on your platform.

1. **Initialize the SDK**: Set up the SDK in your application environment.
2. **Get a quote**: Fetch a swap quote for the desired assets.
3. **Create transaction**: Generate unsigned or signed transactions for seamless execution.

## Start integration

For detailed documentation and step-by-step examples, visit our [TeleSwap SDK page](https://www.npmjs.com/package/@teleportdao/teleswap-sdk).

## Need help?

Reach out to us on [Discord](https://discord.com/invite/2mYJBB9bGR) with any questions or challenges during the integration process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.teleswap.xyz/hello-teleswap/sdk-and-api-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
