# Getting started

SwapKit offers a composable, user-friendly Partner API and Widget to integrate cross-chain swaps. SwapKit gives developers API access to a powerful suite of non-custodial, permissionless DeFi tools to interact with 6,000+ crypto assets across 30+ blockchains including Bitcoin, Ethereum, BNB Chain and Solana via many different providers, including Near Intents, Chainflip, Garden, Flashnet or THORChain.

All transactions through SwapKit require a single signature by the user and integrators can earn trading fees from every trade.

SwapKit allows an easy access to:

* Cross-chain trading API with DEX Aggregation and transaction creation support
* Wallet interaction for multiple chains
* Cross-chain transactions tracking
* The possibility to check anti-money laundering (AML) compliance of the addresses involved in a trade before the transaction is signed.

SwapKit can be implemented through our [REST API](/swapkit-api/introduction.md), integrating cross-chain swaps into your application.

You can also implement SwapKit through [our Widget](/swapkit-widget/introduction.md), a drop-in, embeddable swap interface for your website or app.

### What is SwapKit?

SwapKit provides seamless access to cross-chain trading through multiple decentralized liquidity sources. It allows users to trade native assets in a single transaction without dealing with the complexity typically involved in cross-chain interactions.

SwapKit sources liquidity from NEAR Intents, THORChain, Chainflip, Flashnet, Garden, Harbor, Flashnet, 1inch and Maya Protocol, which combined create a list of 30+ [supported chains](/swapkits-trade-offerings.md#cross-chain-trading-matrix), with more coming.

To initiate a cross-chain transaction through SwapKit, users only need gas on the originating chain. From there, they can access assets on any connected chain, including tokens aggregated from DEXs, reaching the full range of tokens on the destination blockchain.

For developers, SwapKit simplifies cross-chain swaps integration and ensures your application stays up to date.

* **Open-source SDK:** View the GitHub repository [here](https://github.com/thorswap/SwapKit).
* **Smart contracts:** Fully open source.
* **API:** Closed source proprietary code base.
* **Widget:** a drop-in integration of SwapKit, ready to implement into your site.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.swapkit.dev/getting-started.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.
